lookoutequipment_list_sensor_statistics: Lists statistics about the data collected for each of the...

View source: R/lookoutequipment_operations.R

lookoutequipment_list_sensor_statisticsR Documentation

Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset

Description

Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset. Can also be used to retreive Sensor Statistics for a previous ingestion job.

See https://www.paws-r-sdk.com/docs/lookoutequipment_list_sensor_statistics/ for full documentation.

Usage

lookoutequipment_list_sensor_statistics(
  DatasetName,
  IngestionJobId = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

DatasetName

[required] The name of the dataset associated with the list of Sensor Statistics.

IngestionJobId

The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.

MaxResults

Specifies the maximum number of sensors for which to retrieve statistics.

NextToken

An opaque pagination token indicating where to continue the listing of sensor statistics.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.