public static interface AutoRollbackConfig.Builder extends SdkPojo, CopyableBuilder<AutoRollbackConfig.Builder,AutoRollbackConfig>
| Modifier and Type | Method and Description |
|---|---|
AutoRollbackConfig.Builder |
alarms(Alarm... alarms)
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.
|
AutoRollbackConfig.Builder |
alarms(Collection<Alarm> alarms)
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.
|
AutoRollbackConfig.Builder |
alarms(Consumer<Alarm.Builder>... alarms)
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoRollbackConfig.Builder alarms(Collection<Alarm> 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 rolls back the deployment.
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 rolls back the deployment.AutoRollbackConfig.Builder alarms(Alarm... 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 rolls back the deployment.
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 rolls back the deployment.AutoRollbackConfig.Builder alarms(Consumer<Alarm.Builder>... 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 rolls back the deployment.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #alarms(List) .alarms - a consumer that will call methods on List.Builder #alarms(List) Copyright © 2021. All rights reserved.