| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
OutlierStats |
OutlierStats.clone() |
OutlierStats |
DataflowHistogramValue.getOutlierStats()
Statistics on the values recorded in the histogram that fall out of the bucket boundaries.
|
OutlierStats |
OutlierStats.set(String fieldName,
Object value) |
OutlierStats |
OutlierStats.setOverflowCount(Long overflowCount)
Number of values that are larger than the upper bound of the largest bucket.
|
OutlierStats |
OutlierStats.setOverflowMean(Double overflowMean)
Mean of values in the overflow bucket.
|
OutlierStats |
OutlierStats.setUnderflowCount(Long underflowCount)
Number of values that are smaller than the lower bound of the smallest bucket.
|
OutlierStats |
OutlierStats.setUnderflowMean(Double underflowMean)
Mean of values in the undeflow bucket.
|
| Modifier and Type | Method and Description |
|---|---|
DataflowHistogramValue |
DataflowHistogramValue.setOutlierStats(OutlierStats outlierStats)
Statistics on the values recorded in the histogram that fall out of the bucket boundaries.
|
Copyright © 2011–2025 Google. All rights reserved.