Module: Aws::Bedrock::Client::_GetModelImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetModelImportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #end_time ⇒ ::Time
- #failure_message ⇒ ::String
- #imported_model_arn ⇒ ::String
- #imported_model_kms_key_arn ⇒ ::String
- #imported_model_name ⇒ ::String
- #job_arn ⇒ ::String
- #job_name ⇒ ::String
- #last_modified_time ⇒ ::Time
- #model_data_source ⇒ Types::ModelDataSource
- #role_arn ⇒ ::String
- #status ⇒ "InProgress", ...
- #vpc_config ⇒ Types::VpcConfig
Instance Method Details
#creation_time ⇒ ::Time
1291 |
# File 'sig/client.rbs', line 1291
def creation_time: () -> ::Time
|
#end_time ⇒ ::Time
1293 |
# File 'sig/client.rbs', line 1293
def end_time: () -> ::Time
|
#failure_message ⇒ ::String
1290 |
# File 'sig/client.rbs', line 1290
def failure_message: () -> ::String
|
#imported_model_arn ⇒ ::String
1286 |
# File 'sig/client.rbs', line 1286
def imported_model_arn: () -> ::String
|
#imported_model_kms_key_arn ⇒ ::String
1295 |
# File 'sig/client.rbs', line 1295
def imported_model_kms_key_arn: () -> ::String
|
#imported_model_name ⇒ ::String
1285 |
# File 'sig/client.rbs', line 1285
def imported_model_name: () -> ::String
|
#job_arn ⇒ ::String
1283 |
# File 'sig/client.rbs', line 1283
def job_arn: () -> ::String
|
#job_name ⇒ ::String
1284 |
# File 'sig/client.rbs', line 1284
def job_name: () -> ::String
|
#last_modified_time ⇒ ::Time
1292 |
# File 'sig/client.rbs', line 1292
def last_modified_time: () -> ::Time
|
#model_data_source ⇒ Types::ModelDataSource
1288 |
# File 'sig/client.rbs', line 1288
def model_data_source: () -> Types::ModelDataSource
|
#role_arn ⇒ ::String
1287 |
# File 'sig/client.rbs', line 1287
def role_arn: () -> ::String
|
#status ⇒ "InProgress", ...
1289 |
# File 'sig/client.rbs', line 1289
def status: () -> ("InProgress" | "Completed" | "Failed")
|
#vpc_config ⇒ Types::VpcConfig
1294 |
# File 'sig/client.rbs', line 1294
def vpc_config: () -> Types::VpcConfig
|