public final class XPSColumnSpec
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 |
---|
XPSColumnSpec() |
Modifier and Type | Method and Description |
---|---|
XPSColumnSpec |
clone() |
Integer |
getColumnId()
The unique id of the column.
|
XPSDataStats |
getDataStats()
The data stats of the column.
|
XPSDataType |
getDataType()
The data type of the column.
|
String |
getDisplayName()
The display name of the column.
|
XPSColumnSpecForecastingMetadata |
getForecastingMetadata() |
List<XPSColumnSpecCorrelatedColumn> |
getTopCorrelatedColumns()
It's outputed in RefreshTablesStats, and a required input in Train.
|
XPSColumnSpec |
set(String fieldName,
Object value) |
XPSColumnSpec |
setColumnId(Integer columnId)
The unique id of the column.
|
XPSColumnSpec |
setDataStats(XPSDataStats dataStats)
The data stats of the column.
|
XPSColumnSpec |
setDataType(XPSDataType dataType)
The data type of the column.
|
XPSColumnSpec |
setDisplayName(String displayName)
The display name of the column.
|
XPSColumnSpec |
setForecastingMetadata(XPSColumnSpecForecastingMetadata forecastingMetadata) |
XPSColumnSpec |
setTopCorrelatedColumns(List<XPSColumnSpecCorrelatedColumn> topCorrelatedColumns)
It's outputed in RefreshTablesStats, and a required input in Train.
|
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 Integer getColumnId()
null
for nonepublic XPSColumnSpec setColumnId(Integer columnId)
columnId
- columnId or null
for nonepublic XPSDataStats getDataStats()
null
for nonepublic XPSColumnSpec setDataStats(XPSDataStats dataStats)
dataStats
- dataStats or null
for nonepublic XPSDataType getDataType()
null
for nonepublic XPSColumnSpec setDataType(XPSDataType dataType)
dataType
- dataType or null
for nonepublic String getDisplayName()
null
for nonepublic XPSColumnSpec setDisplayName(String displayName)
displayName
- displayName or null
for nonepublic XPSColumnSpecForecastingMetadata getForecastingMetadata()
null
for nonepublic XPSColumnSpec setForecastingMetadata(XPSColumnSpecForecastingMetadata forecastingMetadata)
forecastingMetadata
- forecastingMetadata or null
for nonepublic List<XPSColumnSpecCorrelatedColumn> getTopCorrelatedColumns()
null
for nonepublic XPSColumnSpec setTopCorrelatedColumns(List<XPSColumnSpecCorrelatedColumn> topCorrelatedColumns)
topCorrelatedColumns
- topCorrelatedColumns or null
for nonepublic XPSColumnSpec set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public XPSColumnSpec clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.