Class: Aws::Types::InferenceComponentRollingUpdatePolicy
- Inherits:
-
Object
- Object
- Aws::Types::InferenceComponentRollingUpdatePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum_batch_size ⇒ Types::InferenceComponentCapacitySize
Returns the value of attribute maximum_batch_size.
-
#maximum_execution_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_execution_timeout_in_seconds.
-
#rollback_maximum_batch_size ⇒ Types::InferenceComponentCapacitySize
Returns the value of attribute rollback_maximum_batch_size.
-
#wait_interval_in_seconds ⇒ ::Integer
Returns the value of attribute wait_interval_in_seconds.
Instance Attribute Details
#maximum_batch_size ⇒ Types::InferenceComponentCapacitySize
Returns the value of attribute maximum_batch_size.
6624 6625 6626 |
# File 'sig/types.rbs', line 6624 def maximum_batch_size @maximum_batch_size end |
#maximum_execution_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_execution_timeout_in_seconds.
6626 6627 6628 |
# File 'sig/types.rbs', line 6626 def maximum_execution_timeout_in_seconds @maximum_execution_timeout_in_seconds end |
#rollback_maximum_batch_size ⇒ Types::InferenceComponentCapacitySize
Returns the value of attribute rollback_maximum_batch_size.
6627 6628 6629 |
# File 'sig/types.rbs', line 6627 def rollback_maximum_batch_size @rollback_maximum_batch_size end |
#wait_interval_in_seconds ⇒ ::Integer
Returns the value of attribute wait_interval_in_seconds.
6625 6626 6627 |
# File 'sig/types.rbs', line 6625 def wait_interval_in_seconds @wait_interval_in_seconds end |