| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelDashboardIndicatorAction.Builder |
ModelDashboardIndicatorAction.builder() |
ModelDashboardIndicatorAction.Builder |
ModelDashboardIndicatorAction.Builder.enabled(Boolean enabled)
Indicates whether the alert action is turned on.
|
ModelDashboardIndicatorAction.Builder |
ModelDashboardIndicatorAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModelDashboardIndicatorAction.Builder> |
ModelDashboardIndicatorAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MonitoringAlertActions.Builder |
MonitoringAlertActions.Builder.modelDashboardIndicator(Consumer<ModelDashboardIndicatorAction.Builder> modelDashboardIndicator)
An alert action taken to light up an icon on the Model Dashboard when an alert goes into
InAlert
status. |
Copyright © 2022. All rights reserved.