Class: Aws::Types::InferenceComponentDeploymentConfig
- Inherits:
-
Object
- Object
- Aws::Types::InferenceComponentDeploymentConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_rollback_configuration ⇒ Types::AutoRollbackConfig
Returns the value of attribute auto_rollback_configuration.
-
#rolling_update_policy ⇒ Types::InferenceComponentRollingUpdatePolicy
Returns the value of attribute rolling_update_policy.
Instance Attribute Details
#auto_rollback_configuration ⇒ Types::AutoRollbackConfig
Returns the value of attribute auto_rollback_configuration.
6553 6554 6555 |
# File 'sig/types.rbs', line 6553 def auto_rollback_configuration @auto_rollback_configuration end |
#rolling_update_policy ⇒ Types::InferenceComponentRollingUpdatePolicy
Returns the value of attribute rolling_update_policy.
6552 6553 6554 |
# File 'sig/types.rbs', line 6552 def rolling_update_policy @rolling_update_policy end |