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.
6625 6626 6627 |
# File 'sig/types.rbs', line 6625 def creation_time @creation_time end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
6628 6629 6630 |
# File 'sig/types.rbs', line 6628 def endpoint_arn @endpoint_arn end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
6629 6630 6631 |
# File 'sig/types.rbs', line 6629 def endpoint_name @endpoint_name end |
#inference_component_arn ⇒ ::String
Returns the value of attribute inference_component_arn.
6626 6627 6628 |
# File 'sig/types.rbs', line 6626 def inference_component_arn @inference_component_arn end |
#inference_component_name ⇒ ::String
Returns the value of attribute inference_component_name.
6627 6628 6629 |
# File 'sig/types.rbs', line 6627 def inference_component_name @inference_component_name end |
#inference_component_status ⇒ "InService", ...
Returns the value of attribute inference_component_status.
6631 6632 6633 |
# File 'sig/types.rbs', line 6631 def inference_component_status @inference_component_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6632 6633 6634 |
# File 'sig/types.rbs', line 6632 def last_modified_time @last_modified_time end |
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
6630 6631 6632 |
# File 'sig/types.rbs', line 6630 def variant_name @variant_name end |