Class ListAutoMlJobsRequest

    • Method Detail

      • creationTimeAfter

        public final Instant creationTimeAfter()

        Request a list of jobs, using a filter for time.

        Returns:
        Request a list of jobs, using a filter for time.
      • creationTimeBefore

        public final Instant creationTimeBefore()

        Request a list of jobs, using a filter for time.

        Returns:
        Request a list of jobs, using a filter for time.
      • lastModifiedTimeAfter

        public final Instant lastModifiedTimeAfter()

        Request a list of jobs, using a filter for time.

        Returns:
        Request a list of jobs, using a filter for time.
      • lastModifiedTimeBefore

        public final Instant lastModifiedTimeBefore()

        Request a list of jobs, using a filter for time.

        Returns:
        Request a list of jobs, using a filter for time.
      • nameContains

        public final String nameContains()

        Request a list of jobs, using a search filter for name.

        Returns:
        Request a list of jobs, using a search filter for name.
      • sortOrderAsString

        public final String sortOrderAsString()

        The sort order for the results. The default is Descending.

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

        Returns:
        The sort order for the results. The default is Descending.
        See Also:
        AutoMLSortOrder
      • sortBy

        public final AutoMLSortBy sortBy()

        The parameter by which to sort the results. The default is Name.

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

        Returns:
        The parameter by which to sort the results. The default is Name.
        See Also:
        AutoMLSortBy
      • sortByAsString

        public final String sortByAsString()

        The parameter by which to sort the results. The default is Name.

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

        Returns:
        The parameter by which to sort the results. The default is Name.
        See Also:
        AutoMLSortBy
      • maxResults

        public final Integer maxResults()

        Request a list of jobs up to a specified limit.

        Returns:
        Request a list of jobs up to a specified limit.
      • nextToken

        public final String nextToken()

        If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

        Returns:
        If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
      • 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