Module: Aws::MachineLearning::Client::_GetEvaluationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEvaluationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #compute_time ⇒ ::Integer
- #created_at ⇒ ::Time
- #created_by_iam_user ⇒ ::String
- #evaluation_data_source_id ⇒ ::String
- #evaluation_id ⇒ ::String
- #finished_at ⇒ ::Time
- #input_data_location_s3 ⇒ ::String
- #last_updated_at ⇒ ::Time
- #log_uri ⇒ ::String
- #message ⇒ ::String
- #ml_model_id ⇒ ::String
- #name ⇒ ::String
- #performance_metrics ⇒ Types::PerformanceMetrics
- #started_at ⇒ ::Time
- #status ⇒ "PENDING", ...
Instance Method Details
#compute_time ⇒ ::Integer
463 |
# File 'sig/client.rbs', line 463
def compute_time: () -> ::Integer
|
#created_at ⇒ ::Time
456 |
# File 'sig/client.rbs', line 456
def created_at: () -> ::Time
|
#created_by_iam_user ⇒ ::String
455 |
# File 'sig/client.rbs', line 455
def created_by_iam_user: () -> ::String
|
#evaluation_data_source_id ⇒ ::String
453 |
# File 'sig/client.rbs', line 453
def evaluation_data_source_id: () -> ::String
|
#evaluation_id ⇒ ::String
451 |
# File 'sig/client.rbs', line 451
def evaluation_id: () -> ::String
|
#finished_at ⇒ ::Time
464 |
# File 'sig/client.rbs', line 464
def finished_at: () -> ::Time
|
#input_data_location_s3 ⇒ ::String
454 |
# File 'sig/client.rbs', line 454
def input_data_location_s3: () -> ::String
|
#last_updated_at ⇒ ::Time
457 |
# File 'sig/client.rbs', line 457
def last_updated_at: () -> ::Time
|
#log_uri ⇒ ::String
461 |
# File 'sig/client.rbs', line 461
def log_uri: () -> ::String
|
#message ⇒ ::String
462 |
# File 'sig/client.rbs', line 462
def message: () -> ::String
|
#ml_model_id ⇒ ::String
452 |
# File 'sig/client.rbs', line 452
def ml_model_id: () -> ::String
|
#name ⇒ ::String
458 |
# File 'sig/client.rbs', line 458
def name: () -> ::String
|
#performance_metrics ⇒ Types::PerformanceMetrics
460 |
# File 'sig/client.rbs', line 460
def performance_metrics: () -> Types::PerformanceMetrics
|
#started_at ⇒ ::Time
465 |
# File 'sig/client.rbs', line 465
def started_at: () -> ::Time
|
#status ⇒ "PENDING", ...
459 |
# File 'sig/client.rbs', line 459
def status: () -> ("PENDING" | "INPROGRESS" | "FAILED" | "COMPLETED" | "DELETED")
|