Endpoint Deployment Config Args
data class EndpointDeploymentConfigArgs(val autoRollbackConfiguration: Output<EndpointDeploymentConfigAutoRollbackConfigurationArgs>? = null, val blueGreenUpdatePolicy: Output<EndpointDeploymentConfigBlueGreenUpdatePolicyArgs>? = null, val rollingUpdatePolicy: Output<EndpointDeploymentConfigRollingUpdatePolicyArgs>? = null) : ConvertibleToJava<EndpointDeploymentConfigArgs>
Constructors
Link copied to clipboard
constructor(autoRollbackConfiguration: Output<EndpointDeploymentConfigAutoRollbackConfigurationArgs>? = null, blueGreenUpdatePolicy: Output<EndpointDeploymentConfigBlueGreenUpdatePolicyArgs>? = null, rollingUpdatePolicy: Output<EndpointDeploymentConfigRollingUpdatePolicyArgs>? = null)
Properties
Link copied to clipboard
val autoRollbackConfiguration: Output<EndpointDeploymentConfigAutoRollbackConfigurationArgs>? = null
Automatic rollback configuration for handling endpoint deployment failures and recovery. See Auto Rollback Configuration.
Link copied to clipboard
Update policy for a blue/green deployment. If this update policy is specified, SageMaker AI creates a new fleet during the deployment while maintaining the old fleet. SageMaker AI flips traffic to the new fleet according to the specified traffic routing configuration. Only one update policy should be used in the deployment configuration. If no update policy is specified, SageMaker AI uses a blue/green deployment strategy with all at once traffic shifting by default. See Blue Green Update Config.
Link copied to clipboard
Specifies a rolling deployment strategy for updating a SageMaker AI endpoint. See Rolling Update Policy.