Module: Aws::Bedrock::Client::_GetImportedModelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetImportedModelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #custom_model_units ⇒ Types::CustomModelUnits
- #instruct_supported ⇒ Boolean
- #job_arn ⇒ ::String
- #job_name ⇒ ::String
- #model_architecture ⇒ ::String
- #model_arn ⇒ ::String
- #model_data_source ⇒ Types::ModelDataSource
- #model_kms_key_arn ⇒ ::String
- #model_name ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
1189 |
# File 'sig/client.rbs', line 1189
def creation_time: () -> ::Time
|
#custom_model_units ⇒ Types::CustomModelUnits
1193 |
# File 'sig/client.rbs', line 1193
def custom_model_units: () -> Types::CustomModelUnits
|
#instruct_supported ⇒ Boolean
1192 |
# File 'sig/client.rbs', line 1192
def instruct_supported: () -> bool
|
#job_arn ⇒ ::String
1187 |
# File 'sig/client.rbs', line 1187
def job_arn: () -> ::String
|
#job_name ⇒ ::String
1186 |
# File 'sig/client.rbs', line 1186
def job_name: () -> ::String
|
#model_architecture ⇒ ::String
1190 |
# File 'sig/client.rbs', line 1190
def model_architecture: () -> ::String
|
#model_arn ⇒ ::String
1184 |
# File 'sig/client.rbs', line 1184
def model_arn: () -> ::String
|
#model_data_source ⇒ Types::ModelDataSource
1188 |
# File 'sig/client.rbs', line 1188
def model_data_source: () -> Types::ModelDataSource
|
#model_kms_key_arn ⇒ ::String
1191 |
# File 'sig/client.rbs', line 1191
def model_kms_key_arn: () -> ::String
|
#model_name ⇒ ::String
1185 |
# File 'sig/client.rbs', line 1185
def model_name: () -> ::String
|