Class ListModelCustomizationJobsRequest

    • Method Detail

      • creationTimeAfter

        public final Instant creationTimeAfter()

        Return customization jobs created after the specified time.

        Returns:
        Return customization jobs created after the specified time.
      • creationTimeBefore

        public final Instant creationTimeBefore()

        Return customization jobs created before the specified time.

        Returns:
        Return customization jobs created before the specified time.
      • statusEqualsAsString

        public final String statusEqualsAsString()

        Return customization jobs with the specified status.

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

        Returns:
        Return customization jobs with the specified status.
        See Also:
        FineTuningJobStatus
      • nameContains

        public final String nameContains()

        Return customization jobs only if the job name contains these characters.

        Returns:
        Return customization jobs only if the job name contains these characters.
      • maxResults

        public final Integer maxResults()

        Maximum number of results to return in the response.

        Returns:
        Maximum number of results to return in the response.
      • 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()

        The field to sort by in the returned list of jobs.

        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:
        The field to sort by in the returned list of jobs.
        See Also:
        SortJobsBy
      • sortByAsString

        public final String sortByAsString()

        The field to sort by in the returned list of jobs.

        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:
        The field to sort by in the returned list of jobs.
        See Also:
        SortJobsBy
      • sortOrder

        public final SortOrder sortOrder()

        The sort order of the results.

        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:
        The sort order of the results.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        The sort order of the results.

        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:
        The sort order of the results.
        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