Class: Aws::Types::Evaluation
- Inherits:
-
Object
- Object
- Aws::Types::Evaluation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_time ⇒ ::Integer
Returns the value of attribute compute_time.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by_iam_user ⇒ ::String
Returns the value of attribute created_by_iam_user.
-
#evaluation_data_source_id ⇒ ::String
Returns the value of attribute evaluation_data_source_id.
-
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
-
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
-
#input_data_location_s3 ⇒ ::String
Returns the value of attribute input_data_location_s3.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#performance_metrics ⇒ Types::PerformanceMetrics
Returns the value of attribute performance_metrics.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#compute_time ⇒ ::Integer
Returns the value of attribute compute_time.
334 335 336 |
# File 'sig/types.rbs', line 334 def compute_time @compute_time end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
328 329 330 |
# File 'sig/types.rbs', line 328 def created_at @created_at end |
#created_by_iam_user ⇒ ::String
Returns the value of attribute created_by_iam_user.
327 328 329 |
# File 'sig/types.rbs', line 327 def created_by_iam_user @created_by_iam_user end |
#evaluation_data_source_id ⇒ ::String
Returns the value of attribute evaluation_data_source_id.
325 326 327 |
# File 'sig/types.rbs', line 325 def evaluation_data_source_id @evaluation_data_source_id end |
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
323 324 325 |
# File 'sig/types.rbs', line 323 def evaluation_id @evaluation_id end |
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
335 336 337 |
# File 'sig/types.rbs', line 335 def finished_at @finished_at end |
#input_data_location_s3 ⇒ ::String
Returns the value of attribute input_data_location_s3.
326 327 328 |
# File 'sig/types.rbs', line 326 def input_data_location_s3 @input_data_location_s3 end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
329 330 331 |
# File 'sig/types.rbs', line 329 def last_updated_at @last_updated_at end |
#message ⇒ ::String
Returns the value of attribute message.
333 334 335 |
# File 'sig/types.rbs', line 333 def @message end |
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
324 325 326 |
# File 'sig/types.rbs', line 324 def ml_model_id @ml_model_id end |
#name ⇒ ::String
Returns the value of attribute name.
330 331 332 |
# File 'sig/types.rbs', line 330 def name @name end |
#performance_metrics ⇒ Types::PerformanceMetrics
Returns the value of attribute performance_metrics.
332 333 334 |
# File 'sig/types.rbs', line 332 def performance_metrics @performance_metrics end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
336 337 338 |
# File 'sig/types.rbs', line 336 def started_at @started_at end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
331 332 333 |
# File 'sig/types.rbs', line 331 def status @status end |