amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.MonitoringAlertActions

Description

 
Synopsis

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

Instances details
FromJSON MonitoringAlertActions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertActions

Generic MonitoringAlertActions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertActions

Associated Types

type Rep MonitoringAlertActions :: Type -> Type #

Read MonitoringAlertActions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertActions

Show MonitoringAlertActions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertActions

NFData MonitoringAlertActions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertActions

Methods

rnf :: MonitoringAlertActions -> () #

Eq MonitoringAlertActions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertActions

Hashable MonitoringAlertActions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertActions

type Rep MonitoringAlertActions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAlertActions

type Rep MonitoringAlertActions = D1 ('MetaData "MonitoringAlertActions" "Amazonka.SageMaker.Types.MonitoringAlertActions" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "MonitoringAlertActions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelDashboardIndicator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelDashboardIndicatorAction))))

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.