public static interface UpdateMonitoringAlertRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateMonitoringAlertRequest.Builder,UpdateMonitoringAlertRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateMonitoringAlertRequest.Builder |
datapointsToAlert(Integer datapointsToAlert)
Within
EvaluationPeriod, how many execution failures will raise an alert. |
UpdateMonitoringAlertRequest.Builder |
evaluationPeriod(Integer evaluationPeriod)
The number of most recent monitoring executions to consider when evaluating alert status.
|
UpdateMonitoringAlertRequest.Builder |
monitoringAlertName(String monitoringAlertName)
The name of a monitoring alert.
|
UpdateMonitoringAlertRequest.Builder |
monitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
|
UpdateMonitoringAlertRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMonitoringAlertRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMonitoringAlertRequest.Builder monitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
monitoringScheduleName - The name of a monitoring schedule.UpdateMonitoringAlertRequest.Builder monitoringAlertName(String monitoringAlertName)
The name of a monitoring alert.
monitoringAlertName - The name of a monitoring alert.UpdateMonitoringAlertRequest.Builder datapointsToAlert(Integer datapointsToAlert)
Within EvaluationPeriod, how many execution failures will raise an alert.
datapointsToAlert - Within EvaluationPeriod, how many execution failures will raise an alert.UpdateMonitoringAlertRequest.Builder evaluationPeriod(Integer evaluationPeriod)
The number of most recent monitoring executions to consider when evaluating alert status.
evaluationPeriod - The number of most recent monitoring executions to consider when evaluating alert status.UpdateMonitoringAlertRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateMonitoringAlertRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.