ModelPackageTransformInputArgs

data class ModelPackageTransformInputArgs(val compressionType: Output<ModelPackageTransformInputCompressionType>? = null, val contentType: Output<String>? = null, val dataSource: Output<ModelPackageDataSourceArgs>, val splitType: Output<ModelPackageTransformInputSplitType>? = null) : ConvertibleToJava<ModelPackageTransformInputArgs>

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

Constructors

Link copied to clipboard
constructor(compressionType: Output<ModelPackageTransformInputCompressionType>? = null, contentType: Output<String>? = null, dataSource: Output<ModelPackageDataSourceArgs>, splitType: Output<ModelPackageTransformInputSplitType>? = null)

Properties

Link copied to clipboard

If your transform data is compressed, specify the compression type. Amazon SageMaker automatically decompresses the data for the transform job accordingly. The default value is None.

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

The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker uses the MIME type with each http call to transfer data to the transform job.

Link copied to clipboard

Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.

Link copied to clipboard

The method to use to split the transform job's data files into smaller batches.

Functions

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