lookoutequipment_list_inference_events {paws.machine.learning} | R Documentation |
Lists all inference events that have been found for the specified inference scheduler
Description
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.
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. |
[Package paws.machine.learning version 0.7.0 Index]