PipelinePipelineDefinitionS3Location

data class PipelinePipelineDefinitionS3Location(val bucket: String, val objectKey: String, val versionId: String? = null)

Constructors

Link copied to clipboard
constructor(bucket: String, objectKey: String, versionId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the S3 bucket.

Link copied to clipboard

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

Link copied to clipboard
val versionId: String? = null

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