| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<LabelingJobForWorkteamSummary> |
ListLabelingJobsForWorkteamResponse.labelingJobSummaryList()
An array of
LabelingJobSummary objects, each describing a labeling job. |
| Modifier and Type | Method and Description |
|---|---|
ListLabelingJobsForWorkteamResponse.Builder |
ListLabelingJobsForWorkteamResponse.Builder.labelingJobSummaryList(LabelingJobForWorkteamSummary... labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
| Modifier and Type | Method and Description |
|---|---|
ListLabelingJobsForWorkteamResponse.Builder |
ListLabelingJobsForWorkteamResponse.Builder.labelingJobSummaryList(Collection<LabelingJobForWorkteamSummary> labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<LabelingJobForWorkteamSummary> |
ListLabelingJobsForWorkteamPublisher.labelingJobSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<LabelingJobForWorkteamSummary> |
ListLabelingJobsForWorkteamIterable.labelingJobSummaryList()
Returns an iterable to iterate through the paginated
ListLabelingJobsForWorkteamResponse.labelingJobSummaryList() member. |
Copyright © 2021. All rights reserved.