Lists all inference events that have been found for the specified inference scheduler.
See https://www.paws-r-sdk.com/docs/lookoutequipment_list_inference_events/ for full documentation.
lookoutequipment_list_inference_events(
NextToken = NULL,
MaxResults = NULL,
InferenceSchedulerName,
IntervalStartTime,
IntervalEndTime
)
An opaque pagination token indicating where to continue the listing of inference events.
Specifies the maximum number of inference events to list.
[required] The name of the inference scheduler for the inference events listed.
[required] Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.
[required] Returns all the inference events with an end start time equal to or greater than less than the end time given.