Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ProcessingClusterConfig.Builder
-
Packages that use ProcessingClusterConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingClusterConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProcessingClusterConfig.Builder Modifier and Type Method Description static ProcessingClusterConfig.BuilderProcessingClusterConfig. builder()ProcessingClusterConfig.BuilderProcessingClusterConfig.Builder. instanceCount(Integer instanceCount)The number of ML compute instances to use in the processing job.ProcessingClusterConfig.BuilderProcessingClusterConfig.Builder. instanceType(String instanceType)The ML compute instance type for the processing job.ProcessingClusterConfig.BuilderProcessingClusterConfig.Builder. instanceType(ProcessingInstanceType instanceType)The ML compute instance type for the processing job.ProcessingClusterConfig.BuilderProcessingClusterConfig. toBuilder()ProcessingClusterConfig.BuilderProcessingClusterConfig.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.BuilderProcessingClusterConfig.Builder. volumeSizeInGB(Integer volumeSizeInGB)The size of the ML storage volume in gigabytes that you want to provision.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProcessingClusterConfig.Builder Modifier and Type Method Description static Class<? extends ProcessingClusterConfig.Builder>ProcessingClusterConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProcessingClusterConfig.Builder Modifier and Type Method Description default ProcessingResources.BuilderProcessingResources.Builder. clusterConfig(Consumer<ProcessingClusterConfig.Builder> clusterConfig)The configuration for the resources in a cluster used to run the processing job.
-