Package | Description |
---|---|
com.oracle.bmc.aianomalydetection.model |
Modifier and Type | Method and 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 row
|
static 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.
|
Modifier and Type | Method and 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 row
|
Constructor and Description |
---|
RowReductionDetails(Boolean isReductionEnabled,
Double reductionPercentage,
RowReductionDetails.ReductionMethod reductionMethod)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.