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.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
FromJSON 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 #

Read ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Show ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

NFData ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Eq ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Hashable 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ProfilerRuleEvaluationStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "ruleConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ruleEvaluationJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ruleEvaluationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RuleEvaluationStatus)) :*: S1 ('MetaSel ('Just "statusDetails") '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:ruleConfigurationName:ProfilerRuleEvaluationStatus', profilerRuleEvaluationStatus_ruleConfigurationName - The name of the rule configuration.

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

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

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

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.