Module: Aws::MachineLearning::Client::_GetBatchPredictionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBatchPredictionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #batch_prediction_data_source_id ⇒ ::String
- #batch_prediction_id ⇒ ::String
- #compute_time ⇒ ::Integer
- #created_at ⇒ ::Time
- #created_by_iam_user ⇒ ::String
- #finished_at ⇒ ::Time
- #input_data_location_s3 ⇒ ::String
- #invalid_record_count ⇒ ::Integer
- #last_updated_at ⇒ ::Time
- #log_uri ⇒ ::String
- #message ⇒ ::String
- #ml_model_id ⇒ ::String
- #name ⇒ ::String
- #output_uri ⇒ ::String
- #started_at ⇒ ::Time
- #status ⇒ "PENDING", ...
- #total_record_count ⇒ ::Integer
Instance Method Details
#batch_prediction_data_source_id ⇒ ::String
397 |
# File 'sig/client.rbs', line 397
def batch_prediction_data_source_id: () -> ::String
|
#batch_prediction_id ⇒ ::String
395 |
# File 'sig/client.rbs', line 395
def batch_prediction_id: () -> ::String
|
#compute_time ⇒ ::Integer
407 |
# File 'sig/client.rbs', line 407
def compute_time: () -> ::Integer
|
#created_at ⇒ ::Time
400 |
# File 'sig/client.rbs', line 400
def created_at: () -> ::Time
|
#created_by_iam_user ⇒ ::String
399 |
# File 'sig/client.rbs', line 399
def created_by_iam_user: () -> ::String
|
#finished_at ⇒ ::Time
408 |
# File 'sig/client.rbs', line 408
def finished_at: () -> ::Time
|
#input_data_location_s3 ⇒ ::String
398 |
# File 'sig/client.rbs', line 398
def input_data_location_s3: () -> ::String
|
#invalid_record_count ⇒ ::Integer
411 |
# File 'sig/client.rbs', line 411
def invalid_record_count: () -> ::Integer
|
#last_updated_at ⇒ ::Time
401 |
# File 'sig/client.rbs', line 401
def last_updated_at: () -> ::Time
|
#log_uri ⇒ ::String
405 |
# File 'sig/client.rbs', line 405
def log_uri: () -> ::String
|
#message ⇒ ::String
406 |
# File 'sig/client.rbs', line 406
def message: () -> ::String
|
#ml_model_id ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def ml_model_id: () -> ::String
|
#name ⇒ ::String
402 |
# File 'sig/client.rbs', line 402
def name: () -> ::String
|
#output_uri ⇒ ::String
404 |
# File 'sig/client.rbs', line 404
def output_uri: () -> ::String
|
#started_at ⇒ ::Time
409 |
# File 'sig/client.rbs', line 409
def started_at: () -> ::Time
|
#status ⇒ "PENDING", ...
403 |
# File 'sig/client.rbs', line 403
def status: () -> ("PENDING" | "INPROGRESS" | "FAILED" | "COMPLETED" | "DELETED")
|
#total_record_count ⇒ ::Integer
410 |
# File 'sig/client.rbs', line 410
def total_record_count: () -> ::Integer
|