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, SageMaker returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
LabelingJobForWorkteamSummary.Builder avoiding the
need to create one manually via
LabelingJobForWorkteamSummary.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
LabelingJobForWorkteamSummary.Builder#labelingJobSummaryList(java.util.Collection) ListLabelingJobsForWorkteamResponse.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.