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.ModelDashboardIndicatorAction

Description

 
Synopsis

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' 

Fields

Instances

Instances details
FromJSON ModelDashboardIndicatorAction Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardIndicatorAction

Generic ModelDashboardIndicatorAction Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardIndicatorAction

Associated Types

type Rep ModelDashboardIndicatorAction :: Type -> Type #

Read ModelDashboardIndicatorAction Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardIndicatorAction

Show ModelDashboardIndicatorAction Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardIndicatorAction

NFData ModelDashboardIndicatorAction Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardIndicatorAction

Eq ModelDashboardIndicatorAction Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardIndicatorAction

Hashable ModelDashboardIndicatorAction Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardIndicatorAction

type Rep ModelDashboardIndicatorAction Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardIndicatorAction

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

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.