libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.SageMaker.Types.RenderableTask

Description

 
Synopsis

Documentation

data RenderableTask Source #

Contains input values for a task.

See: newRenderableTask smart constructor.

Constructors

RenderableTask' 

Fields

  • input :: Text

    A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable task.input. For example, if you define a variable task.input.text in your template, you can supply the variable in the JSON object as "text": "sample text".

Instances

Instances details
Eq RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

Read RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

Show RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

Generic RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

Associated Types

type Rep RenderableTask :: Type -> Type #

NFData RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

Methods

rnf :: RenderableTask -> () #

Hashable RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

ToJSON RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

type Rep RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

type Rep RenderableTask = D1 ('MetaData "RenderableTask" "Amazonka.SageMaker.Types.RenderableTask" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RenderableTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRenderableTask Source #

Create a value of RenderableTask 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:input:RenderableTask', renderableTask_input - A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable task.input. For example, if you define a variable task.input.text in your template, you can supply the variable in the JSON object as "text": "sample text".

renderableTask_input :: Lens' RenderableTask Text Source #

A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable task.input. For example, if you define a variable task.input.text in your template, you can supply the variable in the JSON object as "text": "sample text".