Interface ListEvaluationJobsResponse.Builder

    • Method Detail

      • nextToken

        ListEvaluationJobsResponse.Builder nextToken​(String nextToken)

        Continuation token from the previous response, for Amazon Bedrock to list the next set of results.

        Parameters:
        nextToken - Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobSummaries

        ListEvaluationJobsResponse.Builder jobSummaries​(Collection<EvaluationSummary> jobSummaries)

        A list of summaries of the evaluation jobs.

        Parameters:
        jobSummaries - A list of summaries of the evaluation jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobSummaries

        ListEvaluationJobsResponse.Builder jobSummaries​(EvaluationSummary... jobSummaries)

        A list of summaries of the evaluation jobs.

        Parameters:
        jobSummaries - A list of summaries of the evaluation jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.