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

Description

 
Synopsis

Documentation

data HumanLoopInput Source #

An object containing the human loop input in JSON format.

See: newHumanLoopInput smart constructor.

Constructors

HumanLoopInput' 

Fields

  • inputContent :: Text

    Serialized input from the human loop. The input must be a string representation of a file in JSON format.

Instances

Instances details
Eq HumanLoopInput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopInput

Read HumanLoopInput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopInput

Show HumanLoopInput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopInput

Generic HumanLoopInput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopInput

Associated Types

type Rep HumanLoopInput :: Type -> Type #

NFData HumanLoopInput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopInput

Methods

rnf :: HumanLoopInput -> () #

Hashable HumanLoopInput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopInput

ToJSON HumanLoopInput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopInput

type Rep HumanLoopInput Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.Types.HumanLoopInput

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

newHumanLoopInput Source #

Create a value of HumanLoopInput 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:inputContent:HumanLoopInput', humanLoopInput_inputContent - Serialized input from the human loop. The input must be a string representation of a file in JSON format.

humanLoopInput_inputContent :: Lens' HumanLoopInput Text Source #

Serialized input from the human loop. The input must be a string representation of a file in JSON format.