Class: Aws::Types::MarketplaceModelEndpointSummary
- Inherits:
-
Object
- Object
- Aws::Types::MarketplaceModelEndpointSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#model_source_identifier ⇒ ::String
Returns the value of attribute model_source_identifier.
-
#status ⇒ "REGISTERED", "INCOMPATIBLE_ENDPOINT"
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2941 2942 2943 |
# File 'sig/types.rbs', line 2941 def created_at @created_at end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
2937 2938 2939 |
# File 'sig/types.rbs', line 2937 def endpoint_arn @endpoint_arn end |
#model_source_identifier ⇒ ::String
Returns the value of attribute model_source_identifier.
2938 2939 2940 |
# File 'sig/types.rbs', line 2938 def model_source_identifier @model_source_identifier end |
#status ⇒ "REGISTERED", "INCOMPATIBLE_ENDPOINT"
Returns the value of attribute status.
2939 2940 2941 |
# File 'sig/types.rbs', line 2939 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
2940 2941 2942 |
# File 'sig/types.rbs', line 2940 def @status_message end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2942 2943 2944 |
# File 'sig/types.rbs', line 2942 def updated_at @updated_at end |