Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LabelSummary

import type { LabelSummary } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";

Information about the label.

interface LabelSummary {
CreatedAt?: Date | number | null;
EndTime?: Date | number | null;
Equipment?: string | null;
FaultCode?: string | null;
LabelGroupArn?: string | null;
LabelGroupName?: string | null;
LabelId?: string | null;
Rating?: LabelRating | null;
StartTime?: Date | number | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]

The time at which the label was created.

§
EndTime?: Date | number | null
[src]

The timestamp indicating the end of the label.

§
Equipment?: string | null
[src]

Indicates that a label pertains to a particular piece of equipment.

§
FaultCode?: string | null
[src]

Indicates the type of anomaly associated with the label.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

§
LabelGroupArn?: string | null
[src]

The ARN of the label group.

§
LabelGroupName?: string | null
[src]

The name of the label group.

§
LabelId?: string | null
[src]

The ID of the label.

§
Rating?: LabelRating | null
[src]

Indicates whether a labeled event represents an anomaly.

§
StartTime?: Date | number | null
[src]

The timestamp indicating the start of the label.