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.ModelDashboardIndicatorAction
Description
Documentation
data ModelDashboardIndicatorAction Source #
An alert action taken to light up an icon on the Amazon SageMaker Model
Dashboard when an alert goes into InAlert
status.
See: newModelDashboardIndicatorAction
smart constructor.
Constructors
ModelDashboardIndicatorAction' | |
Instances
newModelDashboardIndicatorAction :: ModelDashboardIndicatorAction Source #
Create a value of ModelDashboardIndicatorAction
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:enabled:ModelDashboardIndicatorAction'
, modelDashboardIndicatorAction_enabled
- Indicates whether the alert action is turned on.
modelDashboardIndicatorAction_enabled :: Lens' ModelDashboardIndicatorAction (Maybe Bool) Source #
Indicates whether the alert action is turned on.