Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateProcessingJobRequest
-
Packages that use CreateProcessingJobRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of CreateProcessingJobRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type CreateProcessingJobRequest Modifier and Type Method Description default CompletableFuture<CreateProcessingJobResponse>SageMakerAsyncClient. createProcessingJob(CreateProcessingJobRequest createProcessingJobRequest)Creates a processing job.default CreateProcessingJobResponseSageMakerClient. createProcessingJob(CreateProcessingJobRequest createProcessingJobRequest)Creates a processing job. -
Uses of CreateProcessingJobRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type CreateProcessingJobRequest Modifier and Type Method Description SdkHttpFullRequestCreateProcessingJobRequestMarshaller. marshall(CreateProcessingJobRequest createProcessingJobRequest)
-