Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProcessingResources
-
Packages that use ProcessingResources Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingResources in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProcessingResources Modifier and Type Method Description ProcessingResourcesCreateProcessingJobRequest. processingResources()Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.ProcessingResourcesDescribeProcessingJobResponse. processingResources()Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.ProcessingResourcesProcessingJob. processingResources()Returns the value of the ProcessingResources property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProcessingResources Modifier and Type Method Description CreateProcessingJobRequest.BuilderCreateProcessingJobRequest.Builder. processingResources(ProcessingResources processingResources)Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.DescribeProcessingJobResponse.BuilderDescribeProcessingJobResponse.Builder. processingResources(ProcessingResources processingResources)Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.ProcessingJob.BuilderProcessingJob.Builder. processingResources(ProcessingResources processingResources)Sets the value of the ProcessingResources property for this object.
-