Uses of Interface
software.amazon.awssdk.services.sagemaker.model.AutoRollbackConfig.Builder
-
Packages that use AutoRollbackConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoRollbackConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoRollbackConfig.Builder Modifier and Type Method Description AutoRollbackConfig.BuilderAutoRollbackConfig.Builder. alarms(Collection<Alarm> alarms)List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.AutoRollbackConfig.BuilderAutoRollbackConfig.Builder. alarms(Consumer<Alarm.Builder>... alarms)List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.AutoRollbackConfig.BuilderAutoRollbackConfig.Builder. alarms(Alarm... alarms)List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.static AutoRollbackConfig.BuilderAutoRollbackConfig. builder()AutoRollbackConfig.BuilderAutoRollbackConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AutoRollbackConfig.Builder Modifier and Type Method Description static Class<? extends AutoRollbackConfig.Builder>AutoRollbackConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AutoRollbackConfig.Builder Modifier and Type Method Description default DeploymentConfig.BuilderDeploymentConfig.Builder. autoRollbackConfiguration(Consumer<AutoRollbackConfig.Builder> autoRollbackConfiguration)Automatic rollback configuration for handling endpoint deployment failures and recovery.
-