| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateProcessingJobResponse |
SageMakerClient.createProcessingJob(Consumer<CreateProcessingJobRequest.Builder> createProcessingJobRequest)
Creates a processing job.
|
default CreateProcessingJobResponse |
SageMakerClient.createProcessingJob(CreateProcessingJobRequest createProcessingJobRequest)
Creates a processing job.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateProcessingJobResponse> |
SageMakerAsyncClient.createProcessingJob(Consumer<CreateProcessingJobRequest.Builder> createProcessingJobRequest)
Creates a processing job.
|
default CompletableFuture<CreateProcessingJobResponse> |
SageMakerAsyncClient.createProcessingJob(CreateProcessingJobRequest createProcessingJobRequest)
Creates a processing job.
|
Copyright © 2022. All rights reserved.