lookoutequipment_list_inference_executions: Lists all inference executions that have been performed by...

View source: R/lookoutequipment_operations.R

lookoutequipment_list_inference_executionsR Documentation

Lists all inference executions that have been performed by the specified inference scheduler

Description

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.

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.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.