Class ListEvaluationJobsRequest

    • Method Detail

      • creationTimeAfter

        public final Instant creationTimeAfter()

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

        Returns:
        A filter to only list evaluation jobs created after a specified time.
      • creationTimeBefore

        public final Instant creationTimeBefore()

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

        Returns:
        A filter to only list evaluation jobs created before a specified time.
      • statusEqualsAsString

        public final String statusEqualsAsString()

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

        If the service returns an enum value that is not available in the current SDK version, statusEquals will return EvaluationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusEqualsAsString().

        Returns:
        A filter to only list evaluation jobs that are of a certain status.
        See Also:
        EvaluationJobStatus
      • applicationTypeEquals

        public final ApplicationType applicationTypeEquals()

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

        If the service returns an enum value that is not available in the current SDK version, applicationTypeEquals will return ApplicationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from applicationTypeEqualsAsString().

        Returns:
        A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.
        See Also:
        ApplicationType
      • applicationTypeEqualsAsString

        public final String applicationTypeEqualsAsString()

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

        If the service returns an enum value that is not available in the current SDK version, applicationTypeEquals will return ApplicationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from applicationTypeEqualsAsString().

        Returns:
        A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.
        See Also:
        ApplicationType
      • nameContains

        public final String nameContains()

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

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

        public final Integer maxResults()

        The maximum number of results to return.

        Returns:
        The maximum number of results to return.
      • nextToken

        public final String nextToken()

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

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

        public final SortJobsBy sortBy()

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

        If the service returns an enum value that is not available in the current SDK version, sortBy will return SortJobsBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortByAsString().

        Returns:
        Specifies a creation time to sort the list of evaluation jobs by when they were created.
        See Also:
        SortJobsBy
      • sortByAsString

        public final String sortByAsString()

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

        If the service returns an enum value that is not available in the current SDK version, sortBy will return SortJobsBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortByAsString().

        Returns:
        Specifies a creation time to sort the list of evaluation jobs by when they were created.
        See Also:
        SortJobsBy
      • sortOrder

        public final SortOrder sortOrder()

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

        If the service returns an enum value that is not available in the current SDK version, sortOrder will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        Specifies whether to sort the list of evaluation jobs by either ascending or descending order.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

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

        If the service returns an enum value that is not available in the current SDK version, sortOrder will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        Specifies whether to sort the list of evaluation jobs by either ascending or descending order.
        See Also:
        SortOrder
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object