| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CreateProcessingJobResult |
AmazonSageMaker.createProcessingJob(CreateProcessingJobRequest createProcessingJobRequest)
Creates a processing job.
|
CreateProcessingJobResult |
AmazonSageMakerClient.createProcessingJob(CreateProcessingJobRequest request)
Creates a processing job.
|
CreateProcessingJobResult |
AbstractAmazonSageMaker.createProcessingJob(CreateProcessingJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProcessingJobResult> |
AmazonSageMakerAsync.createProcessingJobAsync(CreateProcessingJobRequest createProcessingJobRequest,
AsyncHandler<CreateProcessingJobRequest,CreateProcessingJobResult> asyncHandler)
Creates a processing job.
|
Future<CreateProcessingJobResult> |
AbstractAmazonSageMakerAsync.createProcessingJobAsync(CreateProcessingJobRequest request,
AsyncHandler<CreateProcessingJobRequest,CreateProcessingJobResult> asyncHandler) |
Future<CreateProcessingJobResult> |
AmazonSageMakerAsyncClient.createProcessingJobAsync(CreateProcessingJobRequest request,
AsyncHandler<CreateProcessingJobRequest,CreateProcessingJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProcessingJobResult |
CreateProcessingJobResult.clone() |
CreateProcessingJobResult |
CreateProcessingJobResult.withProcessingJobArn(String processingJobArn)
The Amazon Resource Name (ARN) of the processing job.
|
Copyright © 2020. All rights reserved.