Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProcessingClusterConfig
-
Packages that use ProcessingClusterConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingClusterConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProcessingClusterConfig Modifier and Type Method Description ProcessingClusterConfigProcessingResources. clusterConfig()The configuration for the resources in a cluster used to run the processing job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProcessingClusterConfig Modifier and Type Method Description ProcessingResources.BuilderProcessingResources.Builder. clusterConfig(ProcessingClusterConfig clusterConfig)The configuration for the resources in a cluster used to run the processing job.
-