Class: Aws::Types::CreateEvaluationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEvaluationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_data_source_id ⇒ ::String
Returns the value of attribute evaluation_data_source_id.
-
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
-
#evaluation_name ⇒ ::String
Returns the value of attribute evaluation_name.
-
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
Instance Attribute Details
#evaluation_data_source_id ⇒ ::String
Returns the value of attribute evaluation_data_source_id.
103 104 105 |
# File 'sig/types.rbs', line 103 def evaluation_data_source_id @evaluation_data_source_id end |
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
100 101 102 |
# File 'sig/types.rbs', line 100 def evaluation_id @evaluation_id end |
#evaluation_name ⇒ ::String
Returns the value of attribute evaluation_name.
101 102 103 |
# File 'sig/types.rbs', line 101 def evaluation_name @evaluation_name end |
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
102 103 104 |
# File 'sig/types.rbs', line 102 def ml_model_id @ml_model_id end |