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.
6638 6639 6640 |
# File 'sig/types.rbs', line 6638 def current_copy_count @current_copy_count end |
#desired_copy_count ⇒ ::Integer
Returns the value of attribute desired_copy_count.
6637 6638 6639 |
# File 'sig/types.rbs', line 6637 def desired_copy_count @desired_copy_count end |
#placement_status ⇒ ::Array[Types::InferenceComponentPlacementStatus]
Returns the value of attribute placement_status.
6639 6640 6641 |
# File 'sig/types.rbs', line 6639 def placement_status @placement_status end |