Class: Aws::Types::GetCustomModelDeploymentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCustomModelDeploymentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#custom_model_deployment_arn ⇒ ::String
Returns the value of attribute custom_model_deployment_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_deployment_name ⇒ ::String
Returns the value of attribute model_deployment_name.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#update_details ⇒ Types::CustomModelDeploymentUpdateDetails
Returns the value of attribute update_details.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def created_at @created_at end |
#custom_model_deployment_arn ⇒ ::String
Returns the value of attribute custom_model_deployment_arn.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def custom_model_deployment_arn @custom_model_deployment_arn end |
#description ⇒ ::String
Returns the value of attribute description.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def description @description end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def @failure_message end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def last_updated_at @last_updated_at end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def model_arn @model_arn end |
#model_deployment_name ⇒ ::String
Returns the value of attribute model_deployment_name.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def model_deployment_name @model_deployment_name end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def status @status end |
#update_details ⇒ Types::CustomModelDeploymentUpdateDetails
Returns the value of attribute update_details.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def update_details @update_details end |