ModelPackageDataSourceArgs

data class ModelPackageDataSourceArgs(val s3DataSource: Output<ModelPackageS3DataSourceArgs>) : ConvertibleToJava<ModelPackageDataSourceArgs>

Describes the input source of a transform job and the way the transform job consumes it.

Constructors

Link copied to clipboard
constructor(s3DataSource: Output<ModelPackageS3DataSourceArgs>)

Properties

Link copied to clipboard

The S3 location of the data source that is associated with a channel.

Functions

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