Class: Aws::Types::InferenceComponentPlacementStatus
- Inherits:
-
Object
- Object
- Aws::Types::InferenceComponentPlacementStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_copy_count ⇒ ::Integer
Returns the value of attribute current_copy_count.
-
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
Instance Attribute Details
#current_copy_count ⇒ ::Integer
Returns the value of attribute current_copy_count.
6564 6565 6566 |
# File 'sig/types.rbs', line 6564 def current_copy_count @current_copy_count end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
6563 6564 6565 |
# File 'sig/types.rbs', line 6563 def instance_type @instance_type end |