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

Description

 
Synopsis

Documentation

data CallbackStepMetadata Source #

Metadata about a callback step.

See: newCallbackStepMetadata smart constructor.

Constructors

CallbackStepMetadata' 

Fields

Instances

Instances details
Eq CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

Read CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

Show CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

Generic CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

Associated Types

type Rep CallbackStepMetadata :: Type -> Type #

NFData CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

Methods

rnf :: CallbackStepMetadata -> () #

Hashable CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

FromJSON CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

type Rep CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

type Rep CallbackStepMetadata = D1 ('MetaData "CallbackStepMetadata" "Amazonka.SageMaker.Types.CallbackStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CallbackStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callbackToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OutputParameter])) :*: S1 ('MetaSel ('Just "sqsQueueUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newCallbackStepMetadata :: CallbackStepMetadata Source #

Create a value of CallbackStepMetadata 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:callbackToken:CallbackStepMetadata', callbackStepMetadata_callbackToken - The pipeline generated token from the Amazon SQS queue.

$sel:outputParameters:CallbackStepMetadata', callbackStepMetadata_outputParameters - A list of the output parameters of the callback step.

$sel:sqsQueueUrl:CallbackStepMetadata', callbackStepMetadata_sqsQueueUrl - The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.

callbackStepMetadata_callbackToken :: Lens' CallbackStepMetadata (Maybe Text) Source #

The pipeline generated token from the Amazon SQS queue.

callbackStepMetadata_outputParameters :: Lens' CallbackStepMetadata (Maybe [OutputParameter]) Source #

A list of the output parameters of the callback step.

callbackStepMetadata_sqsQueueUrl :: Lens' CallbackStepMetadata (Maybe Text) Source #

The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.