| 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 |
|---|---|
CreateLabelingJobResult |
AbstractAmazonSageMaker.createLabelingJob(CreateLabelingJobRequest request) |
CreateLabelingJobResult |
AmazonSageMakerClient.createLabelingJob(CreateLabelingJobRequest request)
Creates a job that uses workers to label the data objects in your input dataset.
|
CreateLabelingJobResult |
AmazonSageMaker.createLabelingJob(CreateLabelingJobRequest createLabelingJobRequest)
Creates a job that uses workers to label the data objects in your input dataset.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLabelingJobResult> |
AmazonSageMakerAsyncClient.createLabelingJobAsync(CreateLabelingJobRequest request,
AsyncHandler<CreateLabelingJobRequest,CreateLabelingJobResult> asyncHandler) |
Future<CreateLabelingJobResult> |
AmazonSageMakerAsync.createLabelingJobAsync(CreateLabelingJobRequest createLabelingJobRequest,
AsyncHandler<CreateLabelingJobRequest,CreateLabelingJobResult> asyncHandler)
Creates a job that uses workers to label the data objects in your input dataset.
|
Future<CreateLabelingJobResult> |
AbstractAmazonSageMakerAsync.createLabelingJobAsync(CreateLabelingJobRequest request,
AsyncHandler<CreateLabelingJobRequest,CreateLabelingJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLabelingJobResult |
CreateLabelingJobResult.clone() |
CreateLabelingJobResult |
CreateLabelingJobResult.withLabelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) of the labeling job.
|
Copyright © 2022. All rights reserved.