EndpointDeploymentConfigAutoRollbackConfiguration constructor

const EndpointDeploymentConfigAutoRollbackConfiguration({
  1. Input<List<EndpointDeploymentConfigAutoRollbackConfigurationAlarm>?>? alarms,
})

Creates a new EndpointDeploymentConfigAutoRollbackConfiguration. alarms List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint. If any alarms are tripped during a deployment, SageMaker AI rolls back the deployment. See Alarms.

Implementation

const EndpointDeploymentConfigAutoRollbackConfiguration({
  this.alarms,
});