libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Description

 
Synopsis

Documentation

data DebugRuleEvaluationStatus Source #

Information about the status of the rule evaluation.

See: newDebugRuleEvaluationStatus smart constructor.

Constructors

DebugRuleEvaluationStatus' 

Fields

Instances

Instances details
Eq DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Read DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Show DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Generic DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Associated Types

type Rep DebugRuleEvaluationStatus :: Type -> Type #

NFData DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Hashable DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

FromJSON DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

type Rep DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

type Rep DebugRuleEvaluationStatus = D1 ('MetaData "DebugRuleEvaluationStatus" "Amazonka.SageMaker.Types.DebugRuleEvaluationStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DebugRuleEvaluationStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ruleEvaluationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RuleEvaluationStatus)) :*: (S1 ('MetaSel ('Just "ruleEvaluationJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ruleConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDebugRuleEvaluationStatus :: DebugRuleEvaluationStatus Source #

Create a value of DebugRuleEvaluationStatus 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:lastModifiedTime:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_lastModifiedTime - Timestamp when the rule evaluation status was last modified.

$sel:statusDetails:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_statusDetails - Details from the rule evaluation.

$sel:ruleEvaluationStatus:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_ruleEvaluationStatus - Status of the rule evaluation.

$sel:ruleEvaluationJobArn:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_ruleEvaluationJobArn - The Amazon Resource Name (ARN) of the rule evaluation job.

$sel:ruleConfigurationName:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_ruleConfigurationName - The name of the rule configuration.

debugRuleEvaluationStatus_lastModifiedTime :: Lens' DebugRuleEvaluationStatus (Maybe UTCTime) Source #

Timestamp when the rule evaluation status was last modified.

debugRuleEvaluationStatus_ruleEvaluationJobArn :: Lens' DebugRuleEvaluationStatus (Maybe Text) Source #

The Amazon Resource Name (ARN) of the rule evaluation job.