PipelineS3LocationArgs

data class PipelineS3LocationArgs(val bucket: Output<String>, val eTag: Output<String>? = null, val key: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<PipelineS3LocationArgs>

Constructors

Link copied to clipboard
constructor(bucket: Output<String>, eTag: Output<String>? = null, key: Output<String>, version: Output<String>? = null)

Properties

Link copied to clipboard
val bucket: Output<String>

The name of the S3 bucket where the PipelineDefinition file is stored.

Link copied to clipboard
val eTag: Output<String>? = null

The Amazon S3 ETag (a file checksum) of the PipelineDefinition file. If you don't specify a value, SageMaker skips ETag validation of your PipelineDefinition file.

Link copied to clipboard
val key: Output<String>

The file name of the PipelineDefinition file (Amazon S3 object name).

Link copied to clipboard
val version: Output<String>? = null

For versioning-enabled buckets, a specific version of the PipelineDefinition file.

Functions

Link copied to clipboard
open override fun toJava(): PipelineS3LocationArgs