public final class IterationResult
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 |
|---|
IterationResult() |
| Modifier and Type | Method and Description |
|---|---|
IterationResult |
clone() |
ArimaResult |
getArimaResult() |
java.util.List<ClusterInfo> |
getClusterInfos()
Information about top clusters for clustering models.
|
java.lang.Long |
getDurationMs()
Time taken to run the iteration in milliseconds.
|
java.lang.Double |
getEvalLoss()
Loss computed on the eval data at the end of iteration.
|
java.lang.Integer |
getIndex()
Index of the iteration, 0 based.
|
java.lang.Double |
getLearnRate()
Learn rate used for this iteration.
|
java.lang.Double |
getTrainingLoss()
Loss computed on the training data at the end of iteration.
|
IterationResult |
set(java.lang.String fieldName,
java.lang.Object value) |
IterationResult |
setArimaResult(ArimaResult arimaResult) |
IterationResult |
setClusterInfos(java.util.List<ClusterInfo> clusterInfos)
Information about top clusters for clustering models.
|
IterationResult |
setDurationMs(java.lang.Long durationMs)
Time taken to run the iteration in milliseconds.
|
IterationResult |
setEvalLoss(java.lang.Double evalLoss)
Loss computed on the eval data at the end of iteration.
|
IterationResult |
setIndex(java.lang.Integer index)
Index of the iteration, 0 based.
|
IterationResult |
setLearnRate(java.lang.Double learnRate)
Learn rate used for this iteration.
|
IterationResult |
setTrainingLoss(java.lang.Double trainingLoss)
Loss computed on the training data at the end of iteration.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic ArimaResult getArimaResult()
null for nonepublic IterationResult setArimaResult(ArimaResult arimaResult)
arimaResult - arimaResult or null for nonepublic java.util.List<ClusterInfo> getClusterInfos()
null for nonepublic IterationResult setClusterInfos(java.util.List<ClusterInfo> clusterInfos)
clusterInfos - clusterInfos or null for nonepublic java.lang.Long getDurationMs()
null for nonepublic IterationResult setDurationMs(java.lang.Long durationMs)
durationMs - durationMs or null for nonepublic java.lang.Double getEvalLoss()
null for nonepublic IterationResult setEvalLoss(java.lang.Double evalLoss)
evalLoss - evalLoss or null for nonepublic java.lang.Integer getIndex()
null for nonepublic IterationResult setIndex(java.lang.Integer index)
index - index or null for nonepublic java.lang.Double getLearnRate()
null for nonepublic IterationResult setLearnRate(java.lang.Double learnRate)
learnRate - learnRate or null for nonepublic java.lang.Double getTrainingLoss()
null for nonepublic IterationResult setTrainingLoss(java.lang.Double trainingLoss)
trainingLoss - trainingLoss or null for nonepublic IterationResult set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic IterationResult clone()
clone in class com.google.api.client.json.GenericJson