Module: Aws::MachineLearning::Client::_GetMLModelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMLModelOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #compute_time ⇒ ::Integer
- #created_at ⇒ ::Time
- #created_by_iam_user ⇒ ::String
- #endpoint_info ⇒ Types::RealtimeEndpointInfo
- #finished_at ⇒ ::Time
- #input_data_location_s3 ⇒ ::String
- #last_updated_at ⇒ ::Time
- #log_uri ⇒ ::String
- #message ⇒ ::String
- #ml_model_id ⇒ ::String
- #ml_model_type ⇒ "REGRESSION", ...
- #name ⇒ ::String
- #recipe ⇒ ::String
- #schema ⇒ ::String
- #score_threshold ⇒ ::Float
- #score_threshold_last_updated_at ⇒ ::Time
- #size_in_bytes ⇒ ::Integer
- #started_at ⇒ ::Time
- #status ⇒ "PENDING", ...
- #training_data_source_id ⇒ ::String
- #training_parameters ⇒ ::Hash[::String, ::String]
Instance Method Details
#compute_time ⇒ ::Integer
491 |
# File 'sig/client.rbs', line 491
def compute_time: () -> ::Integer
|
#created_at ⇒ ::Time
478 |
# File 'sig/client.rbs', line 478
def created_at: () -> ::Time
|
#created_by_iam_user ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def created_by_iam_user: () -> ::String
|
#endpoint_info ⇒ Types::RealtimeEndpointInfo
483 |
# File 'sig/client.rbs', line 483
def endpoint_info: () -> Types::RealtimeEndpointInfo
|
#finished_at ⇒ ::Time
492 |
# File 'sig/client.rbs', line 492
def finished_at: () -> ::Time
|
#input_data_location_s3 ⇒ ::String
485 |
# File 'sig/client.rbs', line 485
def input_data_location_s3: () -> ::String
|
#last_updated_at ⇒ ::Time
479 |
# File 'sig/client.rbs', line 479
def last_updated_at: () -> ::Time
|
#log_uri ⇒ ::String
489 |
# File 'sig/client.rbs', line 489
def log_uri: () -> ::String
|
#message ⇒ ::String
490 |
# File 'sig/client.rbs', line 490
def message: () -> ::String
|
#ml_model_id ⇒ ::String
475 |
# File 'sig/client.rbs', line 475
def ml_model_id: () -> ::String
|
#ml_model_type ⇒ "REGRESSION", ...
486 |
# File 'sig/client.rbs', line 486
def ml_model_type: () -> ("REGRESSION" | "BINARY" | "MULTICLASS")
|
#name ⇒ ::String
480 |
# File 'sig/client.rbs', line 480
def name: () -> ::String
|
#recipe ⇒ ::String
494 |
# File 'sig/client.rbs', line 494
def recipe: () -> ::String
|
#schema ⇒ ::String
495 |
# File 'sig/client.rbs', line 495
def schema: () -> ::String
|
#score_threshold ⇒ ::Float
487 |
# File 'sig/client.rbs', line 487
def score_threshold: () -> ::Float
|
#score_threshold_last_updated_at ⇒ ::Time
488 |
# File 'sig/client.rbs', line 488
def score_threshold_last_updated_at: () -> ::Time
|
#size_in_bytes ⇒ ::Integer
482 |
# File 'sig/client.rbs', line 482
def size_in_bytes: () -> ::Integer
|
#started_at ⇒ ::Time
493 |
# File 'sig/client.rbs', line 493
def started_at: () -> ::Time
|
#status ⇒ "PENDING", ...
481 |
# File 'sig/client.rbs', line 481
def status: () -> ("PENDING" | "INPROGRESS" | "FAILED" | "COMPLETED" | "DELETED")
|
#training_data_source_id ⇒ ::String
476 |
# File 'sig/client.rbs', line 476
def training_data_source_id: () -> ::String
|
#training_parameters ⇒ ::Hash[::String, ::String]
484 |
# File 'sig/client.rbs', line 484
def training_parameters: () -> ::Hash[::String, ::String]
|