ModelPackageTransformResourcesArgs

data class ModelPackageTransformResourcesArgs(val instanceCount: Output<Int>, val instanceType: Output<String>, val volumeKmsKeyId: Output<String>? = null) : ConvertibleToJava<ModelPackageTransformResourcesArgs>

Describes the resources, including ML instance types and ML instance count, to use for transform job.

Constructors

Link copied to clipboard
constructor(instanceCount: Output<Int>, instanceType: Output<String>, volumeKmsKeyId: Output<String>? = null)

Properties

Link copied to clipboard
val instanceCount: Output<Int>

The number of ML compute instances to use in the transform job. For distributed transform jobs, specify a value greater than 1. The default value is 1.

Link copied to clipboard
val instanceType: Output<String>

The ML compute instance type for the transform job.

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

The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job.

Functions

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