class Aws::SageMaker::Types::DeploymentConfig
Currently, the `DeploymentConfig` API is not supported.
@note When making an API call, you may pass DeploymentConfig
data as a hash: { blue_green_update_policy: { # required traffic_routing_configuration: { # required type: "ALL_AT_ONCE", # required, accepts ALL_AT_ONCE, CANARY wait_interval_in_seconds: 1, # required canary_size: { type: "INSTANCE_COUNT", # required, accepts INSTANCE_COUNT, CAPACITY_PERCENT value: 1, # required }, }, termination_wait_in_seconds: 1, maximum_execution_timeout_in_seconds: 1, }, auto_rollback_configuration: { alarms: [ { alarm_name: "AlarmName", }, ], }, }
@!attribute [rw] blue_green_update_policy
@return [Types::BlueGreenUpdatePolicy]
@!attribute [rw] auto_rollback_configuration
@return [Types::AutoRollbackConfig]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeploymentConfig AWS API Documentation
Constants
- SENSITIVE