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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
IterationResult() |
| Modifier and Type | Method and Description |
|---|---|
IterationResult |
clone() |
ArimaResult |
getArimaResult()
Arima result.
|
List<ClusterInfo> |
getClusterInfos()
Information about top clusters for clustering models.
|
Long |
getDurationMs()
Time taken to run the iteration in milliseconds.
|
Double |
getEvalLoss()
Loss computed on the eval data at the end of iteration.
|
Integer |
getIndex()
Index of the iteration, 0 based.
|
Double |
getLearnRate()
Learn rate used for this iteration.
|
List<PrincipalComponentInfo> |
getPrincipalComponentInfos()
The information of the principal components.
|
Double |
getTrainingLoss()
Loss computed on the training data at the end of iteration.
|
IterationResult |
set(String fieldName,
Object value) |
IterationResult |
setArimaResult(ArimaResult arimaResult)
Arima result.
|
IterationResult |
setClusterInfos(List<ClusterInfo> clusterInfos)
Information about top clusters for clustering models.
|
IterationResult |
setDurationMs(Long durationMs)
Time taken to run the iteration in milliseconds.
|
IterationResult |
setEvalLoss(Double evalLoss)
Loss computed on the eval data at the end of iteration.
|
IterationResult |
setIndex(Integer index)
Index of the iteration, 0 based.
|
IterationResult |
setLearnRate(Double learnRate)
Learn rate used for this iteration.
|
IterationResult |
setPrincipalComponentInfos(List<PrincipalComponentInfo> principalComponentInfos)
The information of the principal components.
|
IterationResult |
setTrainingLoss(Double trainingLoss)
Loss computed on the training data at the end of iteration.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ArimaResult getArimaResult()
null for nonepublic IterationResult setArimaResult(ArimaResult arimaResult)
arimaResult - arimaResult or null for nonepublic List<ClusterInfo> getClusterInfos()
null for nonepublic IterationResult setClusterInfos(List<ClusterInfo> clusterInfos)
clusterInfos - clusterInfos or null for nonepublic Long getDurationMs()
null for nonepublic IterationResult setDurationMs(Long durationMs)
durationMs - durationMs or null for nonepublic Double getEvalLoss()
null for nonepublic IterationResult setEvalLoss(Double evalLoss)
evalLoss - evalLoss or null for nonepublic Integer getIndex()
null for nonepublic IterationResult setIndex(Integer index)
index - index or null for nonepublic Double getLearnRate()
null for nonepublic IterationResult setLearnRate(Double learnRate)
learnRate - learnRate or null for nonepublic List<PrincipalComponentInfo> getPrincipalComponentInfos()
null for nonepublic IterationResult setPrincipalComponentInfos(List<PrincipalComponentInfo> principalComponentInfos)
principalComponentInfos - principalComponentInfos or null for nonepublic Double getTrainingLoss()
null for nonepublic IterationResult setTrainingLoss(Double trainingLoss)
trainingLoss - trainingLoss or null for nonepublic IterationResult set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic IterationResult clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.