Uses of Interface
software.amazon.awssdk.services.lookoutequipment.model.CategoricalValues.Builder
-
Packages that use CategoricalValues.Builder Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of CategoricalValues.Builder in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return CategoricalValues.Builder Modifier and Type Method Description static CategoricalValues.BuilderCategoricalValues. builder()CategoricalValues.BuilderCategoricalValues.Builder. numberOfCategory(Integer numberOfCategory)Indicates the number of categories in the data.CategoricalValues.BuilderCategoricalValues.Builder. status(String status)Indicates whether there is a potential data issue related to categorical values.CategoricalValues.BuilderCategoricalValues.Builder. status(StatisticalIssueStatus status)Indicates whether there is a potential data issue related to categorical values.CategoricalValues.BuilderCategoricalValues. toBuilder()Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type CategoricalValues.Builder Modifier and Type Method Description static Class<? extends CategoricalValues.Builder>CategoricalValues. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type CategoricalValues.Builder Modifier and Type Method Description default SensorStatisticsSummary.BuilderSensorStatisticsSummary.Builder. categoricalValues(Consumer<CategoricalValues.Builder> categoricalValues)Parameter that describes potential risk about whether data associated with the sensor is categorical.
-