Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data HumanLoopSummary = HumanLoopSummary' {}
- newHumanLoopSummary :: HumanLoopSummary
- humanLoopSummary_creationTime :: Lens' HumanLoopSummary (Maybe UTCTime)
- humanLoopSummary_failureReason :: Lens' HumanLoopSummary (Maybe Text)
- humanLoopSummary_humanLoopStatus :: Lens' HumanLoopSummary (Maybe HumanLoopStatus)
- humanLoopSummary_humanLoopName :: Lens' HumanLoopSummary (Maybe Text)
- humanLoopSummary_flowDefinitionArn :: Lens' HumanLoopSummary (Maybe Text)
Documentation
data HumanLoopSummary Source #
Summary information about the human loop.
See: newHumanLoopSummary
smart constructor.
HumanLoopSummary' | |
|
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:humanLoopStatus:HumanLoopSummary'
, humanLoopSummary_humanLoopStatus
- The status of the human loop.
$sel:humanLoopName:HumanLoopSummary'
, humanLoopSummary_humanLoopName
- The name of the human loop.
$sel:flowDefinitionArn:HumanLoopSummary'
, humanLoopSummary_flowDefinitionArn
- The Amazon Resource Name (ARN) of the flow definition used to configure
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_humanLoopStatus :: Lens' HumanLoopSummary (Maybe HumanLoopStatus) Source #
The status of the human loop.
humanLoopSummary_humanLoopName :: Lens' HumanLoopSummary (Maybe Text) Source #
The name of the human loop.
humanLoopSummary_flowDefinitionArn :: Lens' HumanLoopSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.