Class ListModelInvocationJobsRequest

    • Method Detail

      • submitTimeAfter

        public final Instant submitTimeAfter()

        Specify a time to filter for batch inference jobs that were submitted after the time you specify.

        Returns:
        Specify a time to filter for batch inference jobs that were submitted after the time you specify.
      • submitTimeBefore

        public final Instant submitTimeBefore()

        Specify a time to filter for batch inference jobs that were submitted before the time you specify.

        Returns:
        Specify a time to filter for batch inference jobs that were submitted before the time you specify.
      • statusEqualsAsString

        public final String statusEqualsAsString()

        Specify a status to filter for batch inference jobs whose statuses match the string you specify.

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

        Returns:
        Specify a status to filter for batch inference jobs whose statuses match the string you specify.
        See Also:
        ModelInvocationJobStatus
      • nameContains

        public final String nameContains()

        Specify a string to filter for batch inference jobs whose names contain the string.

        Returns:
        Specify a string to filter for batch inference jobs whose names contain the string.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return. If there are more results than the number that you specify, a nextToken value is returned. Use the nextToken in a request to return the next batch of results.

        Returns:
        The maximum number of results to return. If there are more results than the number that you specify, a nextToken value is returned. Use the nextToken in a request to return the next batch of results.
      • nextToken

        public final String nextToken()

        If there were more results than the value you specified in the maxResults field in a previous ListModelInvocationJobs request, the response would have returned a nextToken value. To see the next batch of results, send the nextToken value in another request.

        Returns:
        If there were more results than the value you specified in the maxResults field in a previous ListModelInvocationJobs request, the response would have returned a nextToken value. To see the next batch of results, send the nextToken value in another request.
      • sortBy

        public final SortJobsBy sortBy()

        An attribute by which to sort the results.

        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:
        An attribute by which to sort the results.
        See Also:
        SortJobsBy
      • sortByAsString

        public final String sortByAsString()

        An attribute by which to sort the results.

        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:
        An attribute by which to sort the results.
        See Also:
        SortJobsBy
      • sortOrder

        public final SortOrder sortOrder()

        Specifies whether to sort the results by 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 results by ascending or descending order.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        Specifies whether to sort the results by 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 results by 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