| 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.DebugRuleEvaluationStatus
Description
Synopsis
- data DebugRuleEvaluationStatus = DebugRuleEvaluationStatus' {}
- newDebugRuleEvaluationStatus :: DebugRuleEvaluationStatus
- debugRuleEvaluationStatus_lastModifiedTime :: Lens' DebugRuleEvaluationStatus (Maybe UTCTime)
- debugRuleEvaluationStatus_ruleConfigurationName :: Lens' DebugRuleEvaluationStatus (Maybe Text)
- debugRuleEvaluationStatus_ruleEvaluationJobArn :: Lens' DebugRuleEvaluationStatus (Maybe Text)
- debugRuleEvaluationStatus_ruleEvaluationStatus :: Lens' DebugRuleEvaluationStatus (Maybe RuleEvaluationStatus)
- debugRuleEvaluationStatus_statusDetails :: Lens' DebugRuleEvaluationStatus (Maybe Text)
Documentation
data DebugRuleEvaluationStatus Source #
Information about the status of the rule evaluation.
See: newDebugRuleEvaluationStatus smart constructor.
Constructors
| DebugRuleEvaluationStatus' | |
Fields
| |
Instances
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:ruleConfigurationName:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_ruleConfigurationName - The name of the rule configuration.
$sel:ruleEvaluationJobArn:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_ruleEvaluationJobArn - The Amazon Resource Name (ARN) of the rule evaluation job.
$sel:ruleEvaluationStatus:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_ruleEvaluationStatus - Status of the rule evaluation.
$sel:statusDetails:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_statusDetails - Details from the rule evaluation.
debugRuleEvaluationStatus_lastModifiedTime :: Lens' DebugRuleEvaluationStatus (Maybe UTCTime) Source #
Timestamp when the rule evaluation status was last modified.
debugRuleEvaluationStatus_ruleConfigurationName :: Lens' DebugRuleEvaluationStatus (Maybe Text) Source #
The name of the rule configuration.
debugRuleEvaluationStatus_ruleEvaluationJobArn :: Lens' DebugRuleEvaluationStatus (Maybe Text) Source #
The Amazon Resource Name (ARN) of the rule evaluation job.
debugRuleEvaluationStatus_ruleEvaluationStatus :: Lens' DebugRuleEvaluationStatus (Maybe RuleEvaluationStatus) Source #
Status of the rule evaluation.
debugRuleEvaluationStatus_statusDetails :: Lens' DebugRuleEvaluationStatus (Maybe Text) Source #
Details from the rule evaluation.