Uses of Interface
software.amazon.awssdk.services.sagemaker.model.MonitoringAlertActions.Builder
-
Packages that use MonitoringAlertActions.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MonitoringAlertActions.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return MonitoringAlertActions.Builder Modifier and Type Method Description static MonitoringAlertActions.BuilderMonitoringAlertActions. builder()default MonitoringAlertActions.BuilderMonitoringAlertActions.Builder. modelDashboardIndicator(Consumer<ModelDashboardIndicatorAction.Builder> modelDashboardIndicator)An alert action taken to light up an icon on the Model Dashboard when an alert goes intoInAlertstatus.MonitoringAlertActions.BuilderMonitoringAlertActions.Builder. modelDashboardIndicator(ModelDashboardIndicatorAction modelDashboardIndicator)An alert action taken to light up an icon on the Model Dashboard when an alert goes intoInAlertstatus.MonitoringAlertActions.BuilderMonitoringAlertActions. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type MonitoringAlertActions.Builder Modifier and Type Method Description static Class<? extends MonitoringAlertActions.Builder>MonitoringAlertActions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type MonitoringAlertActions.Builder Modifier and Type Method Description default MonitoringAlertSummary.BuilderMonitoringAlertSummary.Builder. actions(Consumer<MonitoringAlertActions.Builder> actions)A list of alert actions taken in response to an alert going intoInAlertstatus.
-