Class: Aws::Types::GetEvaluationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetEvaluationOutput
- 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.
-
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
-
#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.
414 415 416 |
# File 'sig/types.rbs', line 414 def compute_time @compute_time end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
407 408 409 |
# File 'sig/types.rbs', line 407 def created_at @created_at end |
#created_by_iam_user ⇒ ::String
Returns the value of attribute created_by_iam_user.
406 407 408 |
# File 'sig/types.rbs', line 406 def created_by_iam_user @created_by_iam_user end |
#evaluation_data_source_id ⇒ ::String
Returns the value of attribute evaluation_data_source_id.
404 405 406 |
# File 'sig/types.rbs', line 404 def evaluation_data_source_id @evaluation_data_source_id end |
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
402 403 404 |
# File 'sig/types.rbs', line 402 def evaluation_id @evaluation_id end |
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
415 416 417 |
# File 'sig/types.rbs', line 415 def finished_at @finished_at end |
#input_data_location_s3 ⇒ ::String
Returns the value of attribute input_data_location_s3.
405 406 407 |
# File 'sig/types.rbs', line 405 def input_data_location_s3 @input_data_location_s3 end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
408 409 410 |
# File 'sig/types.rbs', line 408 def last_updated_at @last_updated_at end |
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
412 413 414 |
# File 'sig/types.rbs', line 412 def log_uri @log_uri end |
#message ⇒ ::String
Returns the value of attribute message.
413 414 415 |
# File 'sig/types.rbs', line 413 def @message end |
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
403 404 405 |
# File 'sig/types.rbs', line 403 def ml_model_id @ml_model_id end |
#name ⇒ ::String
Returns the value of attribute name.
409 410 411 |
# File 'sig/types.rbs', line 409 def name @name end |
#performance_metrics ⇒ Types::PerformanceMetrics
Returns the value of attribute performance_metrics.
411 412 413 |
# File 'sig/types.rbs', line 411 def performance_metrics @performance_metrics end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
416 417 418 |
# File 'sig/types.rbs', line 416 def started_at @started_at end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
410 411 412 |
# File 'sig/types.rbs', line 410 def status @status end |