Lists all inference executions that have been performed by the specified inference scheduler
Source:R/lookoutequipment_operations.R
lookoutequipment_list_inference_executions.RdLists all inference executions that have been performed by the specified inference scheduler.
See https://www.paws-r-sdk.com/docs/lookoutequipment_list_inference_executions/ for full documentation.
Usage
lookoutequipment_list_inference_executions(
NextToken = NULL,
MaxResults = NULL,
InferenceSchedulerName,
DataStartTimeAfter = NULL,
DataEndTimeBefore = NULL,
Status = NULL
)Arguments
- NextToken
An opaque pagination token indicating where to continue the listing of inference executions.
- MaxResults
Specifies the maximum number of inference executions to list.
- InferenceSchedulerName
[required] The name of the inference scheduler for the inference execution listed.
- DataStartTimeAfter
The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.
- DataEndTimeBefore
The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.
- Status
The status of the inference execution.