Class ListEvaluationJobsRequest

    • Method Detail

      • creationTimeAfter

        public final Instant creationTimeAfter()

        A filter that includes model evaluation jobs created after the time specified.

        Returns:
        A filter that includes model evaluation jobs created after the time specified.
      • creationTimeBefore

        public final Instant creationTimeBefore()

        A filter that includes model evaluation jobs created prior to the time specified.

        Returns:
        A filter that includes model evaluation jobs created prior to the time specified.
      • statusEqualsAsString

        public final String statusEqualsAsString()

        Only return jobs where the status condition is met.

        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:
        Only return jobs where the status condition is met.
        See Also:
        EvaluationJobStatus
      • nameContains

        public final String nameContains()

        Query parameter string for model evaluation job names.

        Returns:
        Query parameter string for model evaluation job names.
      • 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()

        Allows you to sort model 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:
        Allows you to sort model evaluation jobs by when they were created.
        See Also:
        SortJobsBy
      • sortByAsString

        public final String sortByAsString()

        Allows you to sort model 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:
        Allows you to sort model evaluation jobs by when they were created.
        See Also:
        SortJobsBy
      • sortOrder

        public final SortOrder sortOrder()

        How you want the order of jobs sorted.

        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:
        How you want the order of jobs sorted.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        How you want the order of jobs sorted.

        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:
        How you want the order of jobs sorted.
        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