Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ModelDashboardIndicatorAction.Builder
-
Packages that use ModelDashboardIndicatorAction.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelDashboardIndicatorAction.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelDashboardIndicatorAction.Builder Modifier and Type Method Description static ModelDashboardIndicatorAction.BuilderModelDashboardIndicatorAction. builder()ModelDashboardIndicatorAction.BuilderModelDashboardIndicatorAction.Builder. enabled(Boolean enabled)Indicates whether the alert action is turned on.ModelDashboardIndicatorAction.BuilderModelDashboardIndicatorAction. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ModelDashboardIndicatorAction.Builder Modifier and Type Method Description static Class<? extends ModelDashboardIndicatorAction.Builder>ModelDashboardIndicatorAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ModelDashboardIndicatorAction.Builder Modifier and Type Method Description 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.
-