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, SageMaker returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
LabelingJobSummary.Builder avoiding the need to
create one manually via LabelingJobSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #labelingJobSummaryList(List.
labelingJobSummaryList - a consumer that will call methods on
LabelingJobSummary.Builder#labelingJobSummaryList(java.util.Collection) ListLabelingJobsResponse.Builder nextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.
nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs,
use it in the subsequent request.Copyright © 2022. All rights reserved.