Module: Aws::BedrockRuntime::Client::_GetAsyncInvokeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAsyncInvokeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #client_request_token ⇒ ::String
- #end_time ⇒ ::Time
- #failure_message ⇒ ::String
- #invocation_arn ⇒ ::String
- #last_modified_time ⇒ ::Time
- #model_arn ⇒ ::String
- #output_data_config ⇒ Types::AsyncInvokeOutputDataConfig
- #status ⇒ "InProgress", ...
- #submit_time ⇒ ::Time
Instance Method Details
#client_request_token ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def client_request_token: () -> ::String
|
#end_time ⇒ ::Time
243 |
# File 'sig/client.rbs', line 243
def end_time: () -> ::Time
|
#failure_message ⇒ ::String
240 |
# File 'sig/client.rbs', line 240
def failure_message: () -> ::String
|
#invocation_arn ⇒ ::String
236 |
# File 'sig/client.rbs', line 236
def invocation_arn: () -> ::String
|
#last_modified_time ⇒ ::Time
242 |
# File 'sig/client.rbs', line 242
def last_modified_time: () -> ::Time
|
#model_arn ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def model_arn: () -> ::String
|
#output_data_config ⇒ Types::AsyncInvokeOutputDataConfig
244 |
# File 'sig/client.rbs', line 244
def output_data_config: () -> Types::AsyncInvokeOutputDataConfig
|
#status ⇒ "InProgress", ...
239 |
# File 'sig/client.rbs', line 239
def status: () -> ("InProgress" | "Completed" | "Failed")
|
#submit_time ⇒ ::Time
241 |
# File 'sig/client.rbs', line 241
def submit_time: () -> ::Time
|