Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.LabelRating
-
Packages that use LabelRating Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of LabelRating in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return LabelRating Modifier and Type Method Description static LabelRatingLabelRating. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LabelRatingCreateLabelRequest. rating()Indicates whether a labeled event represents an anomaly.LabelRatingDescribeLabelResponse. rating()Indicates whether a labeled event represents an anomaly.LabelRatingLabelSummary. rating()Indicates whether a labeled event represents an anomaly.static LabelRatingLabelRating. 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.Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type LabelRating Modifier and Type Method Description static Set<LabelRating>LabelRating. knownValues()Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type LabelRating Modifier and Type Method Description CreateLabelRequest.BuilderCreateLabelRequest.Builder. rating(LabelRating rating)Indicates whether a labeled event represents an anomaly.DescribeLabelResponse.BuilderDescribeLabelResponse.Builder. rating(LabelRating rating)Indicates whether a labeled event represents an anomaly.LabelSummary.BuilderLabelSummary.Builder. rating(LabelRating rating)Indicates whether a labeled event represents an anomaly.
-