public static interface ProcessingClusterConfig.Builder extends SdkPojo, CopyableBuilder<ProcessingClusterConfig.Builder,ProcessingClusterConfig>
Modifier and Type | Method and Description |
---|---|
ProcessingClusterConfig.Builder |
instanceCount(Integer instanceCount)
The number of ML compute instances to use in the processing job.
|
ProcessingClusterConfig.Builder |
instanceType(ProcessingInstanceType instanceType)
The ML compute instance type for the processing job.
|
ProcessingClusterConfig.Builder |
instanceType(String instanceType)
The ML compute instance type for the processing job.
|
ProcessingClusterConfig.Builder |
volumeKmsKeyId(String volumeKmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume
attached to the ML compute instance(s) that run the processing job.
|
ProcessingClusterConfig.Builder |
volumeSizeInGB(Integer volumeSizeInGB)
The size of the ML storage volume in gigabytes that you want to provision.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ProcessingClusterConfig.Builder instanceCount(Integer instanceCount)
The number of ML compute instances to use in the processing job. For distributed processing jobs, specify a value greater than 1. The default value is 1.
instanceCount
- The number of ML compute instances to use in the processing job. For distributed processing jobs,
specify a value greater than 1. The default value is 1.ProcessingClusterConfig.Builder instanceType(String instanceType)
The ML compute instance type for the processing job.
instanceType
- The ML compute instance type for the processing job.ProcessingInstanceType
,
ProcessingInstanceType
ProcessingClusterConfig.Builder instanceType(ProcessingInstanceType instanceType)
The ML compute instance type for the processing job.
instanceType
- The ML compute instance type for the processing job.ProcessingInstanceType
,
ProcessingInstanceType
ProcessingClusterConfig.Builder volumeSizeInGB(Integer volumeSizeInGB)
The size of the ML storage volume in gigabytes that you want to provision. You must specify sufficient ML storage for your scenario.
volumeSizeInGB
- The size of the ML storage volume in gigabytes that you want to provision. You must specify sufficient
ML storage for your scenario.ProcessingClusterConfig.Builder volumeKmsKeyId(String volumeKmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the processing job.
volumeKmsKeyId
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage
volume attached to the ML compute instance(s) that run the processing job.Copyright © 2021. All rights reserved.