public final class BigQueryModelTraining
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 |
|---|
BigQueryModelTraining() |
| Modifier and Type | Method and Description |
|---|---|
BigQueryModelTraining |
clone() |
java.lang.Integer |
getCurrentIteration()
[Output-only, Beta] Index of current ML training iteration.
|
java.lang.Long |
getExpectedTotalIterations()
[Output-only, Beta] Expected number of iterations for the create model query job specified as
num_iterations in the input query.
|
BigQueryModelTraining |
set(java.lang.String fieldName,
java.lang.Object value) |
BigQueryModelTraining |
setCurrentIteration(java.lang.Integer currentIteration)
[Output-only, Beta] Index of current ML training iteration.
|
BigQueryModelTraining |
setExpectedTotalIterations(java.lang.Long expectedTotalIterations)
[Output-only, Beta] Expected number of iterations for the create model query job specified as
num_iterations in the input query.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Integer getCurrentIteration()
null for nonepublic BigQueryModelTraining setCurrentIteration(java.lang.Integer currentIteration)
currentIteration - currentIteration or null for nonepublic java.lang.Long getExpectedTotalIterations()
null for nonepublic BigQueryModelTraining setExpectedTotalIterations(java.lang.Long expectedTotalIterations)
expectedTotalIterations - expectedTotalIterations or null for nonepublic BigQueryModelTraining set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic BigQueryModelTraining clone()
clone in class com.google.api.client.json.GenericJson