| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.MonitoringAlertActions
Description
Documentation
data MonitoringAlertActions Source #
A list of alert actions taken in response to an alert going into
 InAlert status.
See: newMonitoringAlertActions smart constructor.
Constructors
| MonitoringAlertActions' | |
Fields 
  | |
Instances
newMonitoringAlertActions :: MonitoringAlertActions Source #
Create a value of MonitoringAlertActions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:modelDashboardIndicator:MonitoringAlertActions', monitoringAlertActions_modelDashboardIndicator - An alert action taken to light up an icon on the Model Dashboard when an
 alert goes into InAlert status.
monitoringAlertActions_modelDashboardIndicator :: Lens' MonitoringAlertActions (Maybe ModelDashboardIndicatorAction) Source #
An alert action taken to light up an icon on the Model Dashboard when an
 alert goes into InAlert status.