| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
LabelSummary |
LabelSummary.clone() |
LabelSummary |
LabelSummary.withCreatedAt(Date createdAt)
The time at which the label was created.
|
LabelSummary |
LabelSummary.withEndTime(Date endTime)
The timestamp indicating the end of the label.
|
LabelSummary |
LabelSummary.withEquipment(String equipment)
Indicates that a label pertains to a particular piece of equipment.
|
LabelSummary |
LabelSummary.withFaultCode(String faultCode)
Indicates the type of anomaly associated with the label.
|
LabelSummary |
LabelSummary.withLabelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the label group.
|
LabelSummary |
LabelSummary.withLabelGroupName(String labelGroupName)
The name of the label group.
|
LabelSummary |
LabelSummary.withLabelId(String labelId)
The ID of the label.
|
LabelSummary |
LabelSummary.withRating(LabelRating rating)
Indicates whether a labeled event represents an anomaly.
|
LabelSummary |
LabelSummary.withRating(String rating)
Indicates whether a labeled event represents an anomaly.
|
LabelSummary |
LabelSummary.withStartTime(Date startTime)
The timestamp indicating the start of the label.
|
| Modifier and Type | Method and Description |
|---|---|
List<LabelSummary> |
ListLabelsResult.getLabelSummaries()
A summary of the items in the label group.
|
| Modifier and Type | Method and Description |
|---|---|
ListLabelsResult |
ListLabelsResult.withLabelSummaries(LabelSummary... labelSummaries)
A summary of the items in the label group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLabelsResult.setLabelSummaries(Collection<LabelSummary> labelSummaries)
A summary of the items in the label group.
|
ListLabelsResult |
ListLabelsResult.withLabelSummaries(Collection<LabelSummary> labelSummaries)
A summary of the items in the label group.
|
Copyright © 2025. All rights reserved.