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.Builder
AutoRollbackConfig.Builder. alarms(Collection<Alarm> alarms)
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.AutoRollbackConfig.Builder
AutoRollbackConfig.Builder. alarms(Consumer<Alarm.Builder>... alarms)
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.AutoRollbackConfig.Builder
AutoRollbackConfig.Builder. alarms(Alarm... alarms)
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.static AutoRollbackConfig.Builder
AutoRollbackConfig. builder()
AutoRollbackConfig.Builder
AutoRollbackConfig. 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.Builder
DeploymentConfig.Builder. autoRollbackConfiguration(Consumer<AutoRollbackConfig.Builder> autoRollbackConfiguration)
Automatic rollback configuration for handling endpoint deployment failures and recovery.
-