| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static LabelRating |
LabelRating.fromValue(String value)
Use this in place of valueOf.
|
static LabelRating |
LabelRating.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelRating[] |
LabelRating.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLabelRequest |
CreateLabelRequest.withRating(LabelRating rating)
Indicates whether a labeled event represents an anomaly.
|
LabelSummary |
LabelSummary.withRating(LabelRating rating)
Indicates whether a labeled event represents an anomaly.
|
DescribeLabelResult |
DescribeLabelResult.withRating(LabelRating rating)
Indicates whether a labeled event represents an anomaly.
|
Copyright © 2022. All rights reserved.