| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLabelingJobResult> |
AbstractAmazonSageMakerAsync.describeLabelingJobAsync(DescribeLabelingJobRequest request,
AsyncHandler<DescribeLabelingJobRequest,DescribeLabelingJobResult> asyncHandler) |
Future<DescribeLabelingJobResult> |
AmazonSageMakerAsyncClient.describeLabelingJobAsync(DescribeLabelingJobRequest request,
AsyncHandler<DescribeLabelingJobRequest,DescribeLabelingJobResult> asyncHandler) |
Future<DescribeLabelingJobResult> |
AmazonSageMakerAsync.describeLabelingJobAsync(DescribeLabelingJobRequest describeLabelingJobRequest,
AsyncHandler<DescribeLabelingJobRequest,DescribeLabelingJobResult> asyncHandler)
Gets information about a labeling job.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLabelingJobRequest |
DescribeLabelingJobRequest.clone() |
DescribeLabelingJobRequest |
DescribeLabelingJobRequest.withLabelingJobName(String labelingJobName)
The name of the labeling job to return information for.
|
Copyright © 2024. All rights reserved.