Interface ListBatchInferenceJobsResponse.Builder

    • Method Detail

      • batchInferenceJobs

        ListBatchInferenceJobsResponse.Builder batchInferenceJobs​(Collection<BatchInferenceJobSummary> batchInferenceJobs)

        A list containing information on each job that is returned.

        Parameters:
        batchInferenceJobs - A list containing information on each job that is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • batchInferenceJobs

        ListBatchInferenceJobsResponse.Builder batchInferenceJobs​(BatchInferenceJobSummary... batchInferenceJobs)

        A list containing information on each job that is returned.

        Parameters:
        batchInferenceJobs - A list containing information on each job that is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBatchInferenceJobsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. The value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. The value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.