Class: Aws::Types::InferenceComponentRuntimeConfigSummary
- Inherits:
-
Object
- Object
- Aws::Types::InferenceComponentRuntimeConfigSummary
- 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.
-
#desired_copy_count ⇒ ::Integer
Returns the value of attribute desired_copy_count.
-
#placement_status ⇒ ::Array[Types::InferenceComponentPlacementStatus]
Returns the value of attribute placement_status.
Instance Attribute Details
#current_copy_count ⇒ ::Integer
Returns the value of attribute current_copy_count.
6583 6584 6585 |
# File 'sig/types.rbs', line 6583 def current_copy_count @current_copy_count end |
#desired_copy_count ⇒ ::Integer
Returns the value of attribute desired_copy_count.
6582 6583 6584 |
# File 'sig/types.rbs', line 6582 def desired_copy_count @desired_copy_count end |
#placement_status ⇒ ::Array[Types::InferenceComponentPlacementStatus]
Returns the value of attribute placement_status.
6584 6585 6586 |
# File 'sig/types.rbs', line 6584 def placement_status @placement_status end |