public final class BqmlIterationResult extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BqmlIterationResult() |
| Modifier and Type | Method and Description |
|---|---|
BqmlIterationResult |
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.
|
BqmlIterationResult |
set(String fieldName,
Object value) |
BqmlIterationResult |
setDurationMs(Long durationMs)
[Output-only, Beta] Time taken to run the training iteration in milliseconds.
|
BqmlIterationResult |
setEvalLoss(Double evalLoss)
[Output-only, Beta] Eval loss computed on the eval data at the end of the iteration.
|
BqmlIterationResult |
setIndex(Integer index)
[Output-only, Beta] Index of the ML training iteration, starting from zero for each training
run.
|
BqmlIterationResult |
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.
|
BqmlIterationResult |
setTrainingLoss(Double trainingLoss)
[Output-only, Beta] Training loss computed on the training data at the end of the 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 Long getDurationMs()
null for nonepublic BqmlIterationResult setDurationMs(Long durationMs)
durationMs - durationMs or null for nonepublic Double getEvalLoss()
null for nonepublic BqmlIterationResult setEvalLoss(Double evalLoss)
evalLoss - evalLoss or null for nonepublic Integer getIndex()
null for nonepublic BqmlIterationResult setIndex(Integer index)
index - index or null for nonepublic Double getLearnRate()
null for nonepublic BqmlIterationResult setLearnRate(Double learnRate)
learnRate - learnRate or null for nonepublic Double getTrainingLoss()
null for nonepublic BqmlIterationResult setTrainingLoss(Double trainingLoss)
trainingLoss - trainingLoss or null for nonepublic BqmlIterationResult set(String fieldName, Object value)
set in class GenericJsonpublic BqmlIterationResult clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.