public final class XPSTablesTrainResponse
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 |
---|
XPSTablesTrainResponse() |
Modifier and Type | Method and Description |
---|---|
XPSTablesTrainResponse |
clone() |
XPSTablesModelStructure |
getModelStructure() |
List<XPSRow> |
getPredictionSampleRows()
Sample rows from the dataset this model was trained.
|
List<XPSTablesModelColumnInfo> |
getTablesModelColumnInfo()
Output only.
|
Long |
getTrainCostMilliNodeHours()
The actual training cost of the model, expressed in milli node hours, i.e.
|
XPSTablesTrainResponse |
set(String fieldName,
Object value) |
XPSTablesTrainResponse |
setModelStructure(XPSTablesModelStructure modelStructure) |
XPSTablesTrainResponse |
setPredictionSampleRows(List<XPSRow> predictionSampleRows)
Sample rows from the dataset this model was trained.
|
XPSTablesTrainResponse |
setTablesModelColumnInfo(List<XPSTablesModelColumnInfo> tablesModelColumnInfo)
Output only.
|
XPSTablesTrainResponse |
setTrainCostMilliNodeHours(Long trainCostMilliNodeHours)
The actual training cost of the model, expressed in milli node hours, i.e.
|
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 XPSTablesModelStructure getModelStructure()
null
for nonepublic XPSTablesTrainResponse setModelStructure(XPSTablesModelStructure modelStructure)
modelStructure
- modelStructure or null
for nonepublic List<XPSRow> getPredictionSampleRows()
null
for nonepublic XPSTablesTrainResponse setPredictionSampleRows(List<XPSRow> predictionSampleRows)
predictionSampleRows
- predictionSampleRows or null
for nonepublic List<XPSTablesModelColumnInfo> getTablesModelColumnInfo()
null
for nonepublic XPSTablesTrainResponse setTablesModelColumnInfo(List<XPSTablesModelColumnInfo> tablesModelColumnInfo)
tablesModelColumnInfo
- tablesModelColumnInfo or null
for nonepublic Long getTrainCostMilliNodeHours()
null
for nonepublic XPSTablesTrainResponse setTrainCostMilliNodeHours(Long trainCostMilliNodeHours)
trainCostMilliNodeHours
- trainCostMilliNodeHours or null
for nonepublic XPSTablesTrainResponse set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public XPSTablesTrainResponse clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.