ModelPackageDataSource

data class ModelPackageDataSource(val s3DataSource: ModelPackageS3DataSource)

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

Constructors

Link copied to clipboard
constructor(s3DataSource: ModelPackageS3DataSource)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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