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() |
Long |
getDurationMs()
[Output-only, Beta] Time taken to run the training iteration in milliseconds.
|
Double |
getEvalLoss()
[Output-only, Beta] Eval loss computed on the eval data at the end of the iteration.
|
Integer |
getIndex()
[Output-only, Beta] Index of the ML training iteration, starting from zero for each training
run.
|
Double |
getLearnRate()
[Output-only, Beta] Learning rate used for this iteration, it varies for different training
iterations if learn_rate_strategy option is not constant.
|
Double |
getTrainingLoss()
[Output-only, Beta] Training loss computed on the training data at the end of the iteration.
|
IterationResult |
set(String fieldName,
Object value) |
IterationResult |
setDurationMs(Long durationMs)
[Output-only, Beta] Time taken to run the training iteration in milliseconds.
|
IterationResult |
setEvalLoss(Double evalLoss)
[Output-only, Beta] Eval loss computed on the eval data at the end of the iteration.
|
IterationResult |
setIndex(Integer index)
[Output-only, Beta] Index of the ML training iteration, starting from zero for each training
run.
|
IterationResult |
setLearnRate(Double learnRate)
[Output-only, Beta] Learning rate used for this iteration, it varies for different training
iterations if learn_rate_strategy option is not constant.
|
IterationResult |
setTrainingLoss(Double trainingLoss)
[Output-only, Beta] Training loss computed on the training data at the end of the iteration.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 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–2018 Google. All rights reserved.