Interface ListEvaluationJobsRequest.Builder

    • Method Detail

      • creationTimeAfter

        ListEvaluationJobsRequest.Builder creationTimeAfter​(Instant creationTimeAfter)

        A filter to only list evaluation jobs created after a specified time.

        Parameters:
        creationTimeAfter - A filter to only list evaluation jobs created after a specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimeBefore

        ListEvaluationJobsRequest.Builder creationTimeBefore​(Instant creationTimeBefore)

        A filter to only list evaluation jobs created before a specified time.

        Parameters:
        creationTimeBefore - A filter to only list evaluation jobs created before a specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusEquals

        ListEvaluationJobsRequest.Builder statusEquals​(String statusEquals)

        A filter to only list evaluation jobs that are of a certain status.

        Parameters:
        statusEquals - A filter to only list evaluation jobs that are of a certain status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EvaluationJobStatus, EvaluationJobStatus
      • applicationTypeEquals

        ListEvaluationJobsRequest.Builder applicationTypeEquals​(String applicationTypeEquals)

        A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.

        Parameters:
        applicationTypeEquals - A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationType, ApplicationType
      • applicationTypeEquals

        ListEvaluationJobsRequest.Builder applicationTypeEquals​(ApplicationType applicationTypeEquals)

        A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.

        Parameters:
        applicationTypeEquals - A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationType, ApplicationType
      • nameContains

        ListEvaluationJobsRequest.Builder nameContains​(String nameContains)

        A filter to only list evaluation jobs that contain a specified string in the job name.

        Parameters:
        nameContains - A filter to only list evaluation jobs that contain a specified string in the job name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListEvaluationJobsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return.

        Parameters:
        maxResults - The maximum number of results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEvaluationJobsRequest.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.
      • sortBy

        ListEvaluationJobsRequest.Builder sortBy​(String sortBy)

        Specifies a creation time to sort the list of evaluation jobs by when they were created.

        Parameters:
        sortBy - Specifies a creation time to sort the list of evaluation jobs by when they were created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortJobsBy, SortJobsBy
      • sortBy

        ListEvaluationJobsRequest.Builder sortBy​(SortJobsBy sortBy)

        Specifies a creation time to sort the list of evaluation jobs by when they were created.

        Parameters:
        sortBy - Specifies a creation time to sort the list of evaluation jobs by when they were created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortJobsBy, SortJobsBy
      • sortOrder

        ListEvaluationJobsRequest.Builder sortOrder​(String sortOrder)

        Specifies whether to sort the list of evaluation jobs by either ascending or descending order.

        Parameters:
        sortOrder - Specifies whether to sort the list of evaluation jobs by either ascending or descending order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListEvaluationJobsRequest.Builder sortOrder​(SortOrder sortOrder)

        Specifies whether to sort the list of evaluation jobs by either ascending or descending order.

        Parameters:
        sortOrder - Specifies whether to sort the list of evaluation jobs by either ascending or descending order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder