Class ListInferenceEventsRequest

    • Method Detail

      • nextToken

        public final String nextToken()

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

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

        public final Integer maxResults()

        Specifies the maximum number of inference events to list.

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

        public final String inferenceSchedulerName()

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

        Returns:
        The name of the inference scheduler for the inference events listed.
      • intervalStartTime

        public final Instant intervalStartTime()

        Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.

        Returns:
        Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.
      • intervalEndTime

        public final Instant intervalEndTime()

        Returns all the inference events with an end start time equal to or greater than less than the end time given.

        Returns:
        Returns all the inference events with an end start time equal to or greater than less than the end time given.
      • 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