| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus
Description
Synopsis
- data ProfilerRuleEvaluationStatus = ProfilerRuleEvaluationStatus' {}
- newProfilerRuleEvaluationStatus :: ProfilerRuleEvaluationStatus
- profilerRuleEvaluationStatus_lastModifiedTime :: Lens' ProfilerRuleEvaluationStatus (Maybe UTCTime)
- profilerRuleEvaluationStatus_ruleConfigurationName :: Lens' ProfilerRuleEvaluationStatus (Maybe Text)
- profilerRuleEvaluationStatus_ruleEvaluationJobArn :: Lens' ProfilerRuleEvaluationStatus (Maybe Text)
- profilerRuleEvaluationStatus_ruleEvaluationStatus :: Lens' ProfilerRuleEvaluationStatus (Maybe RuleEvaluationStatus)
- profilerRuleEvaluationStatus_statusDetails :: Lens' ProfilerRuleEvaluationStatus (Maybe Text)
Documentation
data ProfilerRuleEvaluationStatus Source #
Information about the status of the rule evaluation.
See: newProfilerRuleEvaluationStatus smart constructor.
Constructors
| ProfilerRuleEvaluationStatus' | |
Fields
| |
Instances
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_ruleConfigurationName :: Lens' ProfilerRuleEvaluationStatus (Maybe Text) Source #
The name of the rule configuration.
profilerRuleEvaluationStatus_ruleEvaluationJobArn :: Lens' ProfilerRuleEvaluationStatus (Maybe Text) Source #
The Amazon Resource Name (ARN) of the rule evaluation job.
profilerRuleEvaluationStatus_ruleEvaluationStatus :: Lens' ProfilerRuleEvaluationStatus (Maybe RuleEvaluationStatus) Source #
Status of the rule evaluation.
profilerRuleEvaluationStatus_statusDetails :: Lens' ProfilerRuleEvaluationStatus (Maybe Text) Source #
Details from the rule evaluation.