View source: R/lookoutequipment_operations.R
| lookoutequipment_list_inference_executions | R Documentation | 
Lists 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.
lookoutequipment_list_inference_executions(
  NextToken = NULL,
  MaxResults = NULL,
  InferenceSchedulerName,
  DataStartTimeAfter = NULL,
  DataEndTimeBefore = NULL,
  Status = NULL
)
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.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.