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.
6598 6599 6600 |
# File 'sig/types.rbs', line 6598 def current_copy_count @current_copy_count end |
#desired_copy_count ⇒ ::Integer
Returns the value of attribute desired_copy_count.
6597 6598 6599 |
# File 'sig/types.rbs', line 6597 def desired_copy_count @desired_copy_count end |
#placement_status ⇒ ::Array[Types::InferenceComponentPlacementStatus]
Returns the value of attribute placement_status.
6599 6600 6601 |
# File 'sig/types.rbs', line 6599 def placement_status @placement_status end |