amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.LambdaStepMetadata

Description

 
Synopsis

Documentation

data LambdaStepMetadata Source #

Metadata for a Lambda step.

See: newLambdaStepMetadata smart constructor.

Constructors

LambdaStepMetadata' 

Fields

Instances

Instances details
FromJSON LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

Generic LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

Associated Types

type Rep LambdaStepMetadata :: Type -> Type #

Read LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

Show LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

NFData LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

Methods

rnf :: LambdaStepMetadata -> () #

Eq LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

Hashable LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

type Rep LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

type Rep LambdaStepMetadata = D1 ('MetaData "LambdaStepMetadata" "Amazonka.SageMaker.Types.LambdaStepMetadata" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "LambdaStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OutputParameter]))))

newLambdaStepMetadata :: LambdaStepMetadata Source #

Create a value of LambdaStepMetadata 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:arn:LambdaStepMetadata', lambdaStepMetadata_arn - The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.

$sel:outputParameters:LambdaStepMetadata', lambdaStepMetadata_outputParameters - A list of the output parameters of the Lambda step.

lambdaStepMetadata_arn :: Lens' LambdaStepMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.

lambdaStepMetadata_outputParameters :: Lens' LambdaStepMetadata (Maybe [OutputParameter]) Source #

A list of the output parameters of the Lambda step.