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

Description

 
Synopsis

Documentation

data OutputParameter Source #

An output parameter of a pipeline step.

See: newOutputParameter smart constructor.

Constructors

OutputParameter' 

Fields

  • name :: Text

    The name of the output parameter.

  • value :: Text

    The value of the output parameter.

Instances

Instances details
Eq OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

Read OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

Show OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

Generic OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

Associated Types

type Rep OutputParameter :: Type -> Type #

NFData OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

Methods

rnf :: OutputParameter -> () #

Hashable OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

ToJSON OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

FromJSON OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

type Rep OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

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

newOutputParameter Source #

Create a value of OutputParameter 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:name:OutputParameter', outputParameter_name - The name of the output parameter.

$sel:value:OutputParameter', outputParameter_value - The value of the output parameter.

outputParameter_name :: Lens' OutputParameter Text Source #

The name of the output parameter.

outputParameter_value :: Lens' OutputParameter Text Source #

The value of the output parameter.