Class: Aws::MachineLearning::Types::UpdateEvaluationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::UpdateEvaluationInput
- Defined in:
- gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluation_id ⇒ String
The ID assigned to the
Evaluation
during creation. -
#evaluation_name ⇒ String
A new user-supplied name or description of the
Evaluation
that will replace the current content.
Instance Attribute Details
#evaluation_id ⇒ String
The ID assigned to the Evaluation
during creation.
3619 3620 3621 3622 3623 3624 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3619 class UpdateEvaluationInput < Struct.new( :evaluation_id, :evaluation_name) SENSITIVE = [] include Aws::Structure end |
#evaluation_name ⇒ String
A new user-supplied name or description of the Evaluation
that
will replace the current content.
3619 3620 3621 3622 3623 3624 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3619 class UpdateEvaluationInput < Struct.new( :evaluation_id, :evaluation_name) SENSITIVE = [] include Aws::Structure end |