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

Description

 
Synopsis

Documentation

data PipelineDefinitionS3Location Source #

The location of the pipeline definition stored in Amazon S3.

See: newPipelineDefinitionS3Location smart constructor.

Constructors

PipelineDefinitionS3Location' 

Fields

  • versionId :: Maybe Text

    Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.

  • bucket :: Text

    Name of the S3 bucket.

  • objectKey :: Text

    The object key (or key name) uniquely identifies the object in an S3 bucket.

Instances

Instances details
ToJSON PipelineDefinitionS3Location Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineDefinitionS3Location

Generic PipelineDefinitionS3Location Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineDefinitionS3Location

Associated Types

type Rep PipelineDefinitionS3Location :: Type -> Type #

Read PipelineDefinitionS3Location Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineDefinitionS3Location

Show PipelineDefinitionS3Location Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineDefinitionS3Location

NFData PipelineDefinitionS3Location Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineDefinitionS3Location

Eq PipelineDefinitionS3Location Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineDefinitionS3Location

Hashable PipelineDefinitionS3Location Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineDefinitionS3Location

type Rep PipelineDefinitionS3Location Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineDefinitionS3Location

type Rep PipelineDefinitionS3Location = D1 ('MetaData "PipelineDefinitionS3Location" "Amazonka.SageMaker.Types.PipelineDefinitionS3Location" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "PipelineDefinitionS3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "versionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "objectKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPipelineDefinitionS3Location Source #

Create a value of PipelineDefinitionS3Location 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:versionId:PipelineDefinitionS3Location', pipelineDefinitionS3Location_versionId - Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.

$sel:bucket:PipelineDefinitionS3Location', pipelineDefinitionS3Location_bucket - Name of the S3 bucket.

$sel:objectKey:PipelineDefinitionS3Location', pipelineDefinitionS3Location_objectKey - The object key (or key name) uniquely identifies the object in an S3 bucket.

pipelineDefinitionS3Location_versionId :: Lens' PipelineDefinitionS3Location (Maybe Text) Source #

Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.

pipelineDefinitionS3Location_objectKey :: Lens' PipelineDefinitionS3Location Text Source #

The object key (or key name) uniquely identifies the object in an S3 bucket.