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