Class: Aws::Types::UpdateCustomModelDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCustomModelDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_model_deployment_identifier ⇒ ::String
Returns the value of attribute custom_model_deployment_identifier.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
Instance Attribute Details
#custom_model_deployment_identifier ⇒ ::String
Returns the value of attribute custom_model_deployment_identifier.
3630 3631 3632 |
# File 'sig/types.rbs', line 3630 def custom_model_deployment_identifier @custom_model_deployment_identifier end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
3629 3630 3631 |
# File 'sig/types.rbs', line 3629 def model_arn @model_arn end |