| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingClusterConfig.Builder |
ProcessingClusterConfig.builder() |
ProcessingClusterConfig.Builder |
ProcessingClusterConfig.Builder.instanceCount(Integer instanceCount)
The number of ML compute instances to use in the processing job.
|
ProcessingClusterConfig.Builder |
ProcessingClusterConfig.Builder.instanceType(ProcessingInstanceType instanceType)
The ML compute instance type for the processing job.
|
ProcessingClusterConfig.Builder |
ProcessingClusterConfig.Builder.instanceType(String instanceType)
The ML compute instance type for the processing job.
|
ProcessingClusterConfig.Builder |
ProcessingClusterConfig.toBuilder() |
ProcessingClusterConfig.Builder |
ProcessingClusterConfig.Builder.volumeKmsKeyId(String volumeKmsKeyId)
The Amazon Web Services Key Management Service (Amazon Web Services 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 |
ProcessingClusterConfig.Builder.volumeSizeInGB(Integer volumeSizeInGB)
The size of the ML storage volume in gigabytes that you want to provision.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProcessingClusterConfig.Builder> |
ProcessingClusterConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProcessingResources.Builder |
ProcessingResources.Builder.clusterConfig(Consumer<ProcessingClusterConfig.Builder> clusterConfig)
The configuration for the resources in a cluster used to run the processing job.
|
Copyright © 2021. All rights reserved.