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.HumanLoopOutput

Description

 
Synopsis

Documentation

data HumanLoopOutput Source #

Information about where the human output will be stored.

See: newHumanLoopOutput smart constructor.

Constructors

HumanLoopOutput' 

Fields

  • outputS3Uri :: Text

    The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.

Instances

Instances details
Eq HumanLoopOutput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopOutput

Read HumanLoopOutput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopOutput

Show HumanLoopOutput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopOutput

Generic HumanLoopOutput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopOutput

Associated Types

type Rep HumanLoopOutput :: Type -> Type #

NFData HumanLoopOutput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopOutput

Methods

rnf :: HumanLoopOutput -> () #

Hashable HumanLoopOutput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopOutput

FromJSON HumanLoopOutput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopOutput

type Rep HumanLoopOutput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopOutput

type Rep HumanLoopOutput = D1 ('MetaData "HumanLoopOutput" "Amazonka.SageMakerA2IRuntime.Types.HumanLoopOutput" "libZSservicesZSamazonka-sagemaker-a2i-runtimeZSamazonka-sagemaker-a2i-runtime" 'False) (C1 ('MetaCons "HumanLoopOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outputS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newHumanLoopOutput Source #

Create a value of HumanLoopOutput 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:outputS3Uri:HumanLoopOutput', humanLoopOutput_outputS3Uri - The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.

humanLoopOutput_outputS3Uri :: Lens' HumanLoopOutput Text Source #

The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.