EndpointDeploymentConfigAutoRollbackConfiguration constructor
const
EndpointDeploymentConfigAutoRollbackConfiguration({
- Input<
List< ? alarms,EndpointDeploymentConfigAutoRollbackConfigurationAlarm> ?>
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,
});