ModelPackageTransformOutputArgs

data class ModelPackageTransformOutputArgs(val accept: Output<String>? = null, val assembleWith: Output<ModelPackageTransformOutputAssembleWith>? = null, val kmsKeyId: Output<String>? = null, val s3OutputPath: Output<String>) : ConvertibleToJava<ModelPackageTransformOutputArgs>

Describes the results of a transform job.

Constructors

Link copied to clipboard
constructor(accept: Output<String>? = null, assembleWith: Output<ModelPackageTransformOutputAssembleWith>? = null, kmsKeyId: Output<String>? = null, s3OutputPath: Output<String>)

Properties

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

The MIME type used to specify the output data. Amazon SageMaker uses the MIME type with each http call to transfer data from the transform job.

Link copied to clipboard

Defines how to assemble the results of the transform job as a single S3 object.

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

The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.

Link copied to clipboard
val s3OutputPath: Output<String>

The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job.

Functions

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