| 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 |
|---|---|
ListLabelingJobsResult |
AbstractAmazonSageMaker.listLabelingJobs(ListLabelingJobsRequest request) |
ListLabelingJobsResult |
AmazonSageMakerClient.listLabelingJobs(ListLabelingJobsRequest request)
Gets a list of labeling jobs.
|
ListLabelingJobsResult |
AmazonSageMaker.listLabelingJobs(ListLabelingJobsRequest listLabelingJobsRequest)
Gets a list of labeling jobs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListLabelingJobsResult> |
AbstractAmazonSageMakerAsync.listLabelingJobsAsync(ListLabelingJobsRequest request,
AsyncHandler<ListLabelingJobsRequest,ListLabelingJobsResult> asyncHandler) |
Future<ListLabelingJobsResult> |
AmazonSageMakerAsync.listLabelingJobsAsync(ListLabelingJobsRequest listLabelingJobsRequest,
AsyncHandler<ListLabelingJobsRequest,ListLabelingJobsResult> asyncHandler)
Gets a list of labeling jobs.
|
Future<ListLabelingJobsResult> |
AmazonSageMakerAsyncClient.listLabelingJobsAsync(ListLabelingJobsRequest request,
AsyncHandler<ListLabelingJobsRequest,ListLabelingJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLabelingJobsResult |
ListLabelingJobsResult.clone() |
ListLabelingJobsResult |
ListLabelingJobsResult.withLabelingJobSummaryList(Collection<LabelingJobSummary> labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
ListLabelingJobsResult |
ListLabelingJobsResult.withLabelingJobSummaryList(LabelingJobSummary... labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
ListLabelingJobsResult |
ListLabelingJobsResult.withNextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
Copyright © 2023. All rights reserved.