public final class XPSFloat64Stats
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Natural Language API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
XPSFloat64Stats() |
Modifier and Type | Method and Description |
---|---|
XPSFloat64Stats |
clone() |
XPSCommonStats |
getCommonStats() |
List<XPSFloat64StatsHistogramBucket> |
getHistogramBuckets()
Histogram buckets of the data series.
|
Double |
getMean()
The mean of the series.
|
List<Double> |
getQuantiles()
Ordered from 0 to k k-quantile values of the data series of n values.
|
Double |
getStandardDeviation()
The standard deviation of the series.
|
XPSFloat64Stats |
set(String fieldName,
Object value) |
XPSFloat64Stats |
setCommonStats(XPSCommonStats commonStats) |
XPSFloat64Stats |
setHistogramBuckets(List<XPSFloat64StatsHistogramBucket> histogramBuckets)
Histogram buckets of the data series.
|
XPSFloat64Stats |
setMean(Double mean)
The mean of the series.
|
XPSFloat64Stats |
setQuantiles(List<Double> quantiles)
Ordered from 0 to k k-quantile values of the data series of n values.
|
XPSFloat64Stats |
setStandardDeviation(Double standardDeviation)
The standard deviation of the series.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public XPSCommonStats getCommonStats()
null
for nonepublic XPSFloat64Stats setCommonStats(XPSCommonStats commonStats)
commonStats
- commonStats or null
for nonepublic List<XPSFloat64StatsHistogramBucket> getHistogramBuckets()
null
for nonepublic XPSFloat64Stats setHistogramBuckets(List<XPSFloat64StatsHistogramBucket> histogramBuckets)
histogramBuckets
- histogramBuckets or null
for nonepublic Double getMean()
null
for nonepublic XPSFloat64Stats setMean(Double mean)
mean
- mean or null
for nonepublic List<Double> getQuantiles()
null
for nonepublic XPSFloat64Stats setQuantiles(List<Double> quantiles)
quantiles
- quantiles or null
for nonepublic Double getStandardDeviation()
null
for nonepublic XPSFloat64Stats setStandardDeviation(Double standardDeviation)
standardDeviation
- standardDeviation or null
for nonepublic XPSFloat64Stats set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public XPSFloat64Stats clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.