Lists all inference events that have been found for the specified inference scheduler
Source:R/lookoutequipment_operations.R
lookoutequipment_list_inference_events.RdLists 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.
Usage
lookoutequipment_list_inference_events(
NextToken = NULL,
MaxResults = NULL,
InferenceSchedulerName,
IntervalStartTime,
IntervalEndTime
)Arguments
- NextToken
An opaque pagination token indicating where to continue the listing of inference events.
- MaxResults
Specifies the maximum number of inference events to list.
- InferenceSchedulerName
[required] The name of the inference scheduler for the inference events listed.
- IntervalStartTime
[required] Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.
- IntervalEndTime
[required] Returns all the inference events with an end start time equal to or greater than less than the end time given.