| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListLabelingJobsForWorkteamResponse |
SageMakerClient.listLabelingJobsForWorkteam(Consumer<ListLabelingJobsForWorkteamRequest.Builder> listLabelingJobsForWorkteamRequest)
Gets a list of labeling jobs assigned to a specified work team.
|
default ListLabelingJobsForWorkteamResponse |
SageMakerClient.listLabelingJobsForWorkteam(ListLabelingJobsForWorkteamRequest listLabelingJobsForWorkteamRequest)
Gets a list of labeling jobs assigned to a specified work team.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLabelingJobsForWorkteamResponse> |
SageMakerAsyncClient.listLabelingJobsForWorkteam(Consumer<ListLabelingJobsForWorkteamRequest.Builder> listLabelingJobsForWorkteamRequest)
Gets a list of labeling jobs assigned to a specified work team.
|
default CompletableFuture<ListLabelingJobsForWorkteamResponse> |
SageMakerAsyncClient.listLabelingJobsForWorkteam(ListLabelingJobsForWorkteamRequest listLabelingJobsForWorkteamRequest)
Gets a list of labeling jobs assigned to a specified work team.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLabelingJobsForWorkteamResponse> |
ListLabelingJobsForWorkteamIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLabelingJobsForWorkteamPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLabelingJobsForWorkteamResponse> subscriber) |
Copyright © 2019. All rights reserved.