Uses of Class
com.oracle.bmc.aianomalydetection.model.RowReductionDetails.ReductionMethod
-
Packages that use RowReductionDetails.ReductionMethod Package Description com.oracle.bmc.aianomalydetection.model -
-
Uses of RowReductionDetails.ReductionMethod in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return RowReductionDetails.ReductionMethod Modifier and Type Method Description static RowReductionDetails.ReductionMethod
RowReductionDetails.ReductionMethod. create(String key)
RowReductionDetails.ReductionMethod
RowReductionDetails. getReductionMethod()
Method for row reduction: * DELETE_ROW - delete rows with equal intervals * AVERAGE_ROW - average multiple rows to one rowstatic RowReductionDetails.ReductionMethod
RowReductionDetails.ReductionMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static RowReductionDetails.ReductionMethod[]
RowReductionDetails.ReductionMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aianomalydetection.model with parameters of type RowReductionDetails.ReductionMethod Modifier and Type Method Description RowReductionDetails.Builder
RowReductionDetails.Builder. reductionMethod(RowReductionDetails.ReductionMethod reductionMethod)
Method for row reduction: * DELETE_ROW - delete rows with equal intervals * AVERAGE_ROW - average multiple rows to one rowConstructors in com.oracle.bmc.aianomalydetection.model with parameters of type RowReductionDetails.ReductionMethod Constructor Description RowReductionDetails(Boolean isReductionEnabled, Double reductionPercentage, RowReductionDetails.ReductionMethod reductionMethod)
Deprecated.
-