libZSservicesZSamazonka-sagemaker-a2i-runtimeZSamazonka-sagemaker-a2i-runtime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMakerA2IRuntime.Types.HumanLoopSummary

Description

 
Synopsis

Documentation

data HumanLoopSummary Source #

Summary information about the human loop.

See: newHumanLoopSummary smart constructor.

Constructors

HumanLoopSummary' 

Fields

Instances

Instances details
Eq HumanLoopSummary Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopSummary

Read HumanLoopSummary Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopSummary

Show HumanLoopSummary Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopSummary

Generic HumanLoopSummary Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopSummary

Associated Types

type Rep HumanLoopSummary :: Type -> Type #

NFData HumanLoopSummary Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopSummary

Methods

rnf :: HumanLoopSummary -> () #

Hashable HumanLoopSummary Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopSummary

FromJSON HumanLoopSummary Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopSummary

type Rep HumanLoopSummary Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopSummary

type Rep HumanLoopSummary = D1 ('MetaData "HumanLoopSummary" "Amazonka.SageMakerA2IRuntime.Types.HumanLoopSummary" "libZSservicesZSamazonka-sagemaker-a2i-runtimeZSamazonka-sagemaker-a2i-runtime" 'False) (C1 ('MetaCons "HumanLoopSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "humanLoopStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HumanLoopStatus)) :*: (S1 ('MetaSel ('Just "humanLoopName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "flowDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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_flowDefinitionArn :: Lens' HumanLoopSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.