Class ListInferenceExecutionsRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        An opaque pagination token indicating where to continue the listing of inference executions.

        Returns:
        An opaque pagination token indicating where to continue the listing of inference executions.
      • maxResults

        public final Integer maxResults()

        Specifies the maximum number of inference executions to list.

        Returns:
        Specifies the maximum number of inference executions to list.
      • inferenceSchedulerName

        public final String inferenceSchedulerName()

        The name of the inference scheduler for the inference execution listed.

        Returns:
        The name of the inference scheduler for the inference execution listed.
      • dataStartTimeAfter

        public final Instant dataStartTimeAfter()

        The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.

        Returns:
        The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.
      • dataEndTimeBefore

        public final Instant dataEndTimeBefore()

        The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.

        Returns:
        The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.
      • 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