Method: Aws::SageMaker::Types::DeploymentConfiguration#rolling_update_policy
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#rolling_update_policy ⇒ Types::RollingDeploymentPolicy
The policy that SageMaker uses when updating the AMI versions of the cluster.
15299 15300 15301 15302 15303 15304 15305 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15299 class DeploymentConfiguration < Struct.new( :rolling_update_policy, :wait_interval_in_seconds, :auto_rollback_configuration) SENSITIVE = [] include Aws::Structure end |