Package | Description |
---|---|
software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
software.amazon.awssdk.services.sagemaker.paginators |
Modifier and Type | Method and Description |
---|---|
default ListLabelingJobsResponse |
SageMakerClient.listLabelingJobs()
Gets a list of labeling jobs.
|
default ListLabelingJobsResponse |
SageMakerClient.listLabelingJobs(Consumer<ListLabelingJobsRequest.Builder> listLabelingJobsRequest)
Gets a list of labeling jobs.
|
default ListLabelingJobsResponse |
SageMakerClient.listLabelingJobs(ListLabelingJobsRequest listLabelingJobsRequest)
Gets a list of labeling jobs.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<ListLabelingJobsResponse> |
SageMakerAsyncClient.listLabelingJobs()
Gets a list of labeling jobs.
|
default CompletableFuture<ListLabelingJobsResponse> |
SageMakerAsyncClient.listLabelingJobs(Consumer<ListLabelingJobsRequest.Builder> listLabelingJobsRequest)
Gets a list of labeling jobs.
|
default CompletableFuture<ListLabelingJobsResponse> |
SageMakerAsyncClient.listLabelingJobs(ListLabelingJobsRequest listLabelingJobsRequest)
Gets a list of labeling jobs.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ListLabelingJobsResponse> |
ListLabelingJobsIterable.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ListLabelingJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLabelingJobsResponse> subscriber) |
Copyright © 2022. All rights reserved.