public final class BigqueryEntry
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 BigQuery 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| Constructor and Description |
|---|
BigqueryEntry() |
| Modifier and Type | Method and Description |
|---|---|
BigqueryEntry |
clone() |
java.lang.Long |
getItemCount()
Number of items being predicted as this label.
|
java.lang.String |
getPredictedLabel()
The predicted label.
|
BigqueryEntry |
set(java.lang.String fieldName,
java.lang.Object value) |
BigqueryEntry |
setItemCount(java.lang.Long itemCount)
Number of items being predicted as this label.
|
BigqueryEntry |
setPredictedLabel(java.lang.String predictedLabel)
The predicted label.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Long getItemCount()
null for nonepublic BigqueryEntry setItemCount(java.lang.Long itemCount)
itemCount - itemCount or null for nonepublic java.lang.String getPredictedLabel()
null for nonepublic BigqueryEntry setPredictedLabel(java.lang.String predictedLabel)
predictedLabel - predictedLabel or null for nonepublic BigqueryEntry set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic BigqueryEntry clone()
clone in class com.google.api.client.json.GenericJson