Interface ListLabelingJobsResponse.Builder

    • Method Detail

      • labelingJobSummaryList

        ListLabelingJobsResponse.Builder labelingJobSummaryList​(Collection<LabelingJobSummary> labelingJobSummaryList)

        An array of LabelingJobSummary objects, each describing a labeling job.

        Parameters:
        labelingJobSummaryList - An array of LabelingJobSummary objects, each describing a labeling job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • labelingJobSummaryList

        ListLabelingJobsResponse.Builder labelingJobSummaryList​(LabelingJobSummary... labelingJobSummaryList)

        An array of LabelingJobSummary objects, each describing a labeling job.

        Parameters:
        labelingJobSummaryList - An array of LabelingJobSummary objects, each describing a labeling job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        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.

        Parameters:
        nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.