Data Quality Job Definition Job Resources Cluster Config Args
data class DataQualityJobDefinitionJobResourcesClusterConfigArgs(val instanceCount: Output<Int>, val instanceType: Output<String>, val volumeKmsKeyId: Output<String>? = null, val volumeSizeInGb: Output<Int>) : ConvertibleToJava<DataQualityJobDefinitionJobResourcesClusterConfigArgs>
Properties
Link copied to clipboard
The number of ML compute instances to use in the model monitoring job. For distributed processing jobs, specify a value greater than 1.
Link copied to clipboard
The ML compute instance type for the processing job.
Link copied to clipboard
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker AI uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.
Link copied to clipboard
The size of the ML storage volume, in gigabytes, that you want to provision. You must specify sufficient ML storage for your scenario.