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.
6569 6570 6571 |
# File 'sig/types.rbs', line 6569 def maximum_batch_size @maximum_batch_size end |
#maximum_execution_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_execution_timeout_in_seconds.
6571 6572 6573 |
# File 'sig/types.rbs', line 6571 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.
6572 6573 6574 |
# File 'sig/types.rbs', line 6572 def rollback_maximum_batch_size @rollback_maximum_batch_size end |
#wait_interval_in_seconds ⇒ ::Integer
Returns the value of attribute wait_interval_in_seconds.
6570 6571 6572 |
# File 'sig/types.rbs', line 6570 def wait_interval_in_seconds @wait_interval_in_seconds end |