| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoRollbackConfig |
AutoRollbackConfig.clone() |
AutoRollbackConfig |
DeploymentConfig.getAutoRollbackConfiguration()
Automatic rollback configuration for handling endpoint deployment failures and recovery.
|
AutoRollbackConfig |
AutoRollbackConfig.withAlarms(Alarm... alarms)
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.
|
AutoRollbackConfig |
AutoRollbackConfig.withAlarms(Collection<Alarm> alarms)
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentConfig.setAutoRollbackConfiguration(AutoRollbackConfig autoRollbackConfiguration)
Automatic rollback configuration for handling endpoint deployment failures and recovery.
|
DeploymentConfig |
DeploymentConfig.withAutoRollbackConfiguration(AutoRollbackConfig autoRollbackConfiguration)
Automatic rollback configuration for handling endpoint deployment failures and recovery.
|
Copyright © 2022. All rights reserved.