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

Description

 
Synopsis

Documentation

data ProfilerRuleEvaluationStatus Source #

Information about the status of the rule evaluation.

See: newProfilerRuleEvaluationStatus smart constructor.

Constructors

ProfilerRuleEvaluationStatus' 

Fields

Instances

Instances details
Eq ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Read ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Show ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Generic ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Associated Types

type Rep ProfilerRuleEvaluationStatus :: Type -> Type #

NFData ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Hashable ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

FromJSON ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

type Rep ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

type Rep ProfilerRuleEvaluationStatus = D1 ('MetaData "ProfilerRuleEvaluationStatus" "Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProfilerRuleEvaluationStatus'" '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))))))

newProfilerRuleEvaluationStatus :: ProfilerRuleEvaluationStatus Source #

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

$sel:statusDetails:ProfilerRuleEvaluationStatus', profilerRuleEvaluationStatus_statusDetails - Details from the rule evaluation.

$sel:ruleEvaluationStatus:ProfilerRuleEvaluationStatus', profilerRuleEvaluationStatus_ruleEvaluationStatus - Status of the rule evaluation.

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

$sel:ruleConfigurationName:ProfilerRuleEvaluationStatus', profilerRuleEvaluationStatus_ruleConfigurationName - The name of the rule configuration.

profilerRuleEvaluationStatus_lastModifiedTime :: Lens' ProfilerRuleEvaluationStatus (Maybe UTCTime) Source #

Timestamp when the rule evaluation status was last modified.

profilerRuleEvaluationStatus_ruleEvaluationJobArn :: Lens' ProfilerRuleEvaluationStatus (Maybe Text) Source #

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