| 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.SageMakerA2IRuntime.Types.HumanLoopSummary
Description
Synopsis
- data HumanLoopSummary = HumanLoopSummary' {}
- newHumanLoopSummary :: HumanLoopSummary
- humanLoopSummary_creationTime :: Lens' HumanLoopSummary (Maybe UTCTime)
- humanLoopSummary_failureReason :: Lens' HumanLoopSummary (Maybe Text)
- humanLoopSummary_flowDefinitionArn :: Lens' HumanLoopSummary (Maybe Text)
- humanLoopSummary_humanLoopName :: Lens' HumanLoopSummary (Maybe Text)
- humanLoopSummary_humanLoopStatus :: Lens' HumanLoopSummary (Maybe HumanLoopStatus)
Documentation
data HumanLoopSummary Source #
Summary information about the human loop.
See: newHumanLoopSummary smart constructor.
Constructors
| HumanLoopSummary' | |
Fields
| |
Instances
newHumanLoopSummary :: HumanLoopSummary Source #
Create a value of HumanLoopSummary 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:creationTime:HumanLoopSummary', humanLoopSummary_creationTime - When Amazon Augmented AI created the human loop.
$sel:failureReason:HumanLoopSummary', humanLoopSummary_failureReason - The reason why the human loop failed. A failure reason is returned when
the status of the human loop is Failed.
$sel:flowDefinitionArn:HumanLoopSummary', humanLoopSummary_flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition used to configure
the human loop.
$sel:humanLoopName:HumanLoopSummary', humanLoopSummary_humanLoopName - The name of the human loop.
$sel:humanLoopStatus:HumanLoopSummary', humanLoopSummary_humanLoopStatus - The status of the human loop.
humanLoopSummary_creationTime :: Lens' HumanLoopSummary (Maybe UTCTime) Source #
When Amazon Augmented AI created the human loop.
humanLoopSummary_failureReason :: Lens' HumanLoopSummary (Maybe Text) Source #
The reason why the human loop failed. A failure reason is returned when
the status of the human loop is Failed.
humanLoopSummary_flowDefinitionArn :: Lens' HumanLoopSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
humanLoopSummary_humanLoopName :: Lens' HumanLoopSummary (Maybe Text) Source #
The name of the human loop.
humanLoopSummary_humanLoopStatus :: Lens' HumanLoopSummary (Maybe HumanLoopStatus) Source #
The status of the human loop.