Module: Aws::Bedrock::Client::_GetCustomModelDeploymentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCustomModelDeploymentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #custom_model_deployment_arn ⇒ ::String
- #description ⇒ ::String
- #failure_message ⇒ ::String
- #last_updated_at ⇒ ::Time
- #model_arn ⇒ ::String
- #model_deployment_name ⇒ ::String
- #status ⇒ "Creating", ...
- #update_details ⇒ Types::CustomModelDeploymentUpdateDetails
Instance Method Details
#created_at ⇒ ::Time
1092 |
# File 'sig/client.rbs', line 1092
def created_at: () -> ::Time
|
#custom_model_deployment_arn ⇒ ::String
1089 |
# File 'sig/client.rbs', line 1089
def custom_model_deployment_arn: () -> ::String
|
#description ⇒ ::String
1094 |
# File 'sig/client.rbs', line 1094
def description: () -> ::String
|
#failure_message ⇒ ::String
1096 |
# File 'sig/client.rbs', line 1096
def failure_message: () -> ::String
|
#last_updated_at ⇒ ::Time
1097 |
# File 'sig/client.rbs', line 1097
def last_updated_at: () -> ::Time
|
#model_arn ⇒ ::String
1091 |
# File 'sig/client.rbs', line 1091
def model_arn: () -> ::String
|
#model_deployment_name ⇒ ::String
1090 |
# File 'sig/client.rbs', line 1090
def model_deployment_name: () -> ::String
|
#status ⇒ "Creating", ...
1093 |
# File 'sig/client.rbs', line 1093
def status: () -> ("Creating" | "Active" | "Failed")
|
#update_details ⇒ Types::CustomModelDeploymentUpdateDetails
1095 |
# File 'sig/client.rbs', line 1095
def update_details: () -> Types::CustomModelDeploymentUpdateDetails
|