Class: Aws::Types::InferenceComponentSummary
- Inherits:
-
Object
- Object
- Aws::Types::InferenceComponentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#inference_component_arn ⇒ ::String
Returns the value of attribute inference_component_arn.
-
#inference_component_name ⇒ ::String
Returns the value of attribute inference_component_name.
-
#inference_component_status ⇒ "InService", ...
Returns the value of attribute inference_component_status.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
6640 6641 6642 |
# File 'sig/types.rbs', line 6640 def creation_time @creation_time end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
6643 6644 6645 |
# File 'sig/types.rbs', line 6643 def endpoint_arn @endpoint_arn end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
6644 6645 6646 |
# File 'sig/types.rbs', line 6644 def endpoint_name @endpoint_name end |
#inference_component_arn ⇒ ::String
Returns the value of attribute inference_component_arn.
6641 6642 6643 |
# File 'sig/types.rbs', line 6641 def inference_component_arn @inference_component_arn end |
#inference_component_name ⇒ ::String
Returns the value of attribute inference_component_name.
6642 6643 6644 |
# File 'sig/types.rbs', line 6642 def inference_component_name @inference_component_name end |
#inference_component_status ⇒ "InService", ...
Returns the value of attribute inference_component_status.
6646 6647 6648 |
# File 'sig/types.rbs', line 6646 def inference_component_status @inference_component_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6647 6648 6649 |
# File 'sig/types.rbs', line 6647 def last_modified_time @last_modified_time end |
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
6645 6646 6647 |
# File 'sig/types.rbs', line 6645 def variant_name @variant_name end |