Module: Aws::Bedrock::Client::_GetModelInvocationJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetModelInvocationJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #client_request_token ⇒ ::String
- #end_time ⇒ ::Time
- #error_record_count ⇒ ::Integer
- #input_data_config ⇒ Types::ModelInvocationJobInputDataConfig
- #job_arn ⇒ ::String
- #job_expiration_time ⇒ ::Time
- #job_name ⇒ ::String
- #last_modified_time ⇒ ::Time
- #message ⇒ ::String
- #model_id ⇒ ::String
- #model_invocation_type ⇒ "InvokeModel", "Converse"
- #output_data_config ⇒ Types::ModelInvocationJobOutputDataConfig
- #processed_record_count ⇒ ::Integer
- #role_arn ⇒ ::String
- #status ⇒ "Submitted", ...
- #submit_time ⇒ ::Time
- #success_record_count ⇒ ::Integer
- #timeout_duration_in_hours ⇒ ::Integer
- #total_record_count ⇒ ::Integer
- #vpc_config ⇒ Types::VpcConfig
Instance Method Details
#client_request_token ⇒ ::String
1308 |
# File 'sig/client.rbs', line 1308
def client_request_token: () -> ::String
|
#end_time ⇒ ::Time
1314 |
# File 'sig/client.rbs', line 1314
def end_time: () -> ::Time
|
#error_record_count ⇒ ::Integer
1324 |
# File 'sig/client.rbs', line 1324
def error_record_count: () -> ::Integer
|
#input_data_config ⇒ Types::ModelInvocationJobInputDataConfig
1315 |
# File 'sig/client.rbs', line 1315
def input_data_config: () -> Types::ModelInvocationJobInputDataConfig
|
#job_arn ⇒ ::String
1305 |
# File 'sig/client.rbs', line 1305
def job_arn: () -> ::String
|
#job_expiration_time ⇒ ::Time
1319 |
# File 'sig/client.rbs', line 1319
def job_expiration_time: () -> ::Time
|
#job_name ⇒ ::String
1306 |
# File 'sig/client.rbs', line 1306
def job_name: () -> ::String
|
#last_modified_time ⇒ ::Time
1313 |
# File 'sig/client.rbs', line 1313
def last_modified_time: () -> ::Time
|
#message ⇒ ::String
1311 |
# File 'sig/client.rbs', line 1311
def message: () -> ::String
|
#model_id ⇒ ::String
1307 |
# File 'sig/client.rbs', line 1307
def model_id: () -> ::String
|
#model_invocation_type ⇒ "InvokeModel", "Converse"
1320 |
# File 'sig/client.rbs', line 1320
def model_invocation_type: () -> ("InvokeModel" | "Converse")
|
#output_data_config ⇒ Types::ModelInvocationJobOutputDataConfig
1316 |
# File 'sig/client.rbs', line 1316
def output_data_config: () -> Types::ModelInvocationJobOutputDataConfig
|
#processed_record_count ⇒ ::Integer
1322 |
# File 'sig/client.rbs', line 1322
def processed_record_count: () -> ::Integer
|
#role_arn ⇒ ::String
1309 |
# File 'sig/client.rbs', line 1309
def role_arn: () -> ::String
|
#status ⇒ "Submitted", ...
1310 |
# File 'sig/client.rbs', line 1310
def status: () -> ("Submitted" | "InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped" | "PartiallyCompleted" | "Expired" | "Validating" | "Scheduled")
|
#submit_time ⇒ ::Time
1312 |
# File 'sig/client.rbs', line 1312
def submit_time: () -> ::Time
|
#success_record_count ⇒ ::Integer
1323 |
# File 'sig/client.rbs', line 1323
def success_record_count: () -> ::Integer
|
#timeout_duration_in_hours ⇒ ::Integer
1318 |
# File 'sig/client.rbs', line 1318
def timeout_duration_in_hours: () -> ::Integer
|
#total_record_count ⇒ ::Integer
1321 |
# File 'sig/client.rbs', line 1321
def total_record_count: () -> ::Integer
|
#vpc_config ⇒ Types::VpcConfig
1317 |
# File 'sig/client.rbs', line 1317
def vpc_config: () -> Types::VpcConfig
|