lookoutequipment_list_labels: Provides a list of labels

View source: R/lookoutequipment_operations.R

lookoutequipment_list_labelsR Documentation

Provides a list of labels

Description

Provides a list of labels.

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

Usage

lookoutequipment_list_labels(
  LabelGroupName,
  IntervalStartTime = NULL,
  IntervalEndTime = NULL,
  FaultCode = NULL,
  Equipment = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

LabelGroupName

[required] Retruns the name of the label group.

IntervalStartTime

Returns all the labels with a end time equal to or later than the start time given.

IntervalEndTime

Returns all labels with a start time earlier than the end time given.

FaultCode

Returns labels with a particular fault code.

Equipment

Lists the labels that pertain to a particular piece of equipment.

NextToken

An opaque pagination token indicating where to continue the listing of label groups.

MaxResults

Specifies the maximum number of labels to list.


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