Module: Aws::Bedrock::Client::_GetModelCopyJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetModelCopyJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #failure_message ⇒ ::String
- #job_arn ⇒ ::String
- #source_account_id ⇒ ::String
- #source_model_arn ⇒ ::String
- #source_model_name ⇒ ::String
- #status ⇒ "InProgress", ...
- #target_model_arn ⇒ ::String
- #target_model_kms_key_arn ⇒ ::String
- #target_model_name ⇒ ::String
- #target_model_tags ⇒ ::Array[Types::Tag]
Instance Method Details
#creation_time ⇒ ::Time
1233 |
# File 'sig/client.rbs', line 1233
def creation_time: () -> ::Time
|
#failure_message ⇒ ::String
1240 |
# File 'sig/client.rbs', line 1240
def failure_message: () -> ::String
|
#job_arn ⇒ ::String
1231 |
# File 'sig/client.rbs', line 1231
def job_arn: () -> ::String
|
#source_account_id ⇒ ::String
1236 |
# File 'sig/client.rbs', line 1236
def source_account_id: () -> ::String
|
#source_model_arn ⇒ ::String
1237 |
# File 'sig/client.rbs', line 1237
def source_model_arn: () -> ::String
|
#source_model_name ⇒ ::String
1241 |
# File 'sig/client.rbs', line 1241
def source_model_name: () -> ::String
|
#status ⇒ "InProgress", ...
1232 |
# File 'sig/client.rbs', line 1232
def status: () -> ("InProgress" | "Completed" | "Failed")
|
#target_model_arn ⇒ ::String
1234 |
# File 'sig/client.rbs', line 1234
def target_model_arn: () -> ::String
|
#target_model_kms_key_arn ⇒ ::String
1238 |
# File 'sig/client.rbs', line 1238
def target_model_kms_key_arn: () -> ::String
|
#target_model_name ⇒ ::String
1235 |
# File 'sig/client.rbs', line 1235
def target_model_name: () -> ::String
|
#target_model_tags ⇒ ::Array[Types::Tag]
1239 |
# File 'sig/client.rbs', line 1239
def target_model_tags: () -> ::Array[Types::Tag]
|