public static interface ListLabelingJobsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListLabelingJobsResponse.Builder,ListLabelingJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLabelingJobsResponse.Builder |
labelingJobSummaryList(Collection<LabelingJobSummary> labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
ListLabelingJobsResponse.Builder |
labelingJobSummaryList(Consumer<LabelingJobSummary.Builder>... labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
ListLabelingJobsResponse.Builder |
labelingJobSummaryList(LabelingJobSummary... labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
ListLabelingJobsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListLabelingJobsResponse.Builder labelingJobSummaryList(Collection<LabelingJobSummary> labelingJobSummaryList)
An array of LabelingJobSummary objects, each describing a labeling job.
labelingJobSummaryList - An array of LabelingJobSummary objects, each describing a labeling job.ListLabelingJobsResponse.Builder labelingJobSummaryList(LabelingJobSummary... labelingJobSummaryList)
An array of LabelingJobSummary objects, each describing a labeling job.
labelingJobSummaryList - An array of LabelingJobSummary objects, each describing a labeling job.ListLabelingJobsResponse.Builder labelingJobSummaryList(Consumer<LabelingJobSummary.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) ListLabelingJobsResponse.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.