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.
6584 6585 6586 |
# File 'sig/types.rbs', line 6584 def maximum_batch_size @maximum_batch_size end |
#maximum_execution_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_execution_timeout_in_seconds.
6586 6587 6588 |
# File 'sig/types.rbs', line 6586 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.
6587 6588 6589 |
# File 'sig/types.rbs', line 6587 def rollback_maximum_batch_size @rollback_maximum_batch_size end |
#wait_interval_in_seconds ⇒ ::Integer
Returns the value of attribute wait_interval_in_seconds.
6585 6586 6587 |
# File 'sig/types.rbs', line 6585 def wait_interval_in_seconds @wait_interval_in_seconds end |