DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.autoRollbackConfiguration(Collection<AlarmDetails> autoRollbackConfiguration) |
An array that contains the alarms that SageMaker monitors to know whether to roll back the AMI update.
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.autoRollbackConfiguration(Consumer<AlarmDetails.Builder>... autoRollbackConfiguration) |
An array that contains the alarms that SageMaker monitors to know whether to roll back the AMI update.
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.autoRollbackConfiguration(AlarmDetails... autoRollbackConfiguration) |
An array that contains the alarms that SageMaker monitors to know whether to roll back the AMI update.
|
static DeploymentConfiguration.Builder |
DeploymentConfiguration.builder() |
|
default DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.rollingUpdatePolicy(Consumer<RollingDeploymentPolicy.Builder> rollingUpdatePolicy) |
The policy that SageMaker uses when updating the AMI versions of the cluster.
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.rollingUpdatePolicy(RollingDeploymentPolicy rollingUpdatePolicy) |
The policy that SageMaker uses when updating the AMI versions of the cluster.
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.toBuilder() |
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.waitIntervalInSeconds(Integer waitIntervalInSeconds) |
The duration in seconds that SageMaker waits before updating more instances in the cluster.
|