libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events
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.CloudWatchEvents.Types.SageMakerPipelineParameter

Description

 
Synopsis

Documentation

data SageMakerPipelineParameter Source #

Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.

See: newSageMakerPipelineParameter smart constructor.

Constructors

SageMakerPipelineParameter' 

Fields

  • name :: Text

    Name of parameter to start execution of a SageMaker Model Building Pipeline.

  • value :: Text

    Value of parameter to start execution of a SageMaker Model Building Pipeline.

Instances

Instances details
Eq SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

Read SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

Show SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

Generic SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

Associated Types

type Rep SageMakerPipelineParameter :: Type -> Type #

NFData SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

Hashable SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

ToJSON SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

FromJSON SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

type Rep SageMakerPipelineParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter

type Rep SageMakerPipelineParameter = D1 ('MetaData "SageMakerPipelineParameter" "Amazonka.CloudWatchEvents.Types.SageMakerPipelineParameter" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "SageMakerPipelineParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSageMakerPipelineParameter Source #

Create a value of SageMakerPipelineParameter 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:SageMakerPipelineParameter', sageMakerPipelineParameter_name - Name of parameter to start execution of a SageMaker Model Building Pipeline.

$sel:value:SageMakerPipelineParameter', sageMakerPipelineParameter_value - Value of parameter to start execution of a SageMaker Model Building Pipeline.

sageMakerPipelineParameter_name :: Lens' SageMakerPipelineParameter Text Source #

Name of parameter to start execution of a SageMaker Model Building Pipeline.

sageMakerPipelineParameter_value :: Lens' SageMakerPipelineParameter Text Source #

Value of parameter to start execution of a SageMaker Model Building Pipeline.