public static interface ListLabelingJobsForWorkteamResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListLabelingJobsForWorkteamResponse.Builder,ListLabelingJobsForWorkteamResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLabelingJobsForWorkteamResponse.Builder |
labelingJobSummaryList(Collection<LabelingJobForWorkteamSummary> labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
ListLabelingJobsForWorkteamResponse.Builder |
labelingJobSummaryList(Consumer<LabelingJobForWorkteamSummary.Builder>... labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
ListLabelingJobsForWorkteamResponse.Builder |
labelingJobSummaryList(LabelingJobForWorkteamSummary... labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
ListLabelingJobsForWorkteamResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListLabelingJobsForWorkteamResponse.Builder labelingJobSummaryList(Collection<LabelingJobForWorkteamSummary> labelingJobSummaryList)
An array of LabelingJobSummary objects, each describing a labeling job.
labelingJobSummaryList - An array of LabelingJobSummary objects, each describing a labeling job.ListLabelingJobsForWorkteamResponse.Builder labelingJobSummaryList(LabelingJobForWorkteamSummary... labelingJobSummaryList)
An array of LabelingJobSummary objects, each describing a labeling job.
labelingJobSummaryList - An array of LabelingJobSummary objects, each describing a labeling job.ListLabelingJobsForWorkteamResponse.Builder labelingJobSummaryList(Consumer<LabelingJobForWorkteamSummary.Builder>... labelingJobSummaryList)
An array of LabelingJobSummary objects, each describing a labeling job.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #labelingJobSummaryList(List) .labelingJobSummaryList - a consumer that will call methods on List.Builder #labelingJobSummaryList(List) ListLabelingJobsForWorkteamResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.
nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
labeling jobs, use it in the subsequent request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.