View source: R/lookoutequipment_operations.R
lookoutequipment_list_inference_events | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.