public final class BqmlIterationResult
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 |
|---|
BqmlIterationResult() |
| Modifier and Type | Method and Description |
|---|---|
BqmlIterationResult |
clone() |
Long |
getDurationMs()
Deprecated.
|
Double |
getEvalLoss()
Deprecated.
|
Integer |
getIndex()
Deprecated.
|
Double |
getLearnRate()
Deprecated.
|
Double |
getTrainingLoss()
Deprecated.
|
BqmlIterationResult |
set(String fieldName,
Object value) |
BqmlIterationResult |
setDurationMs(Long durationMs)
Deprecated.
|
BqmlIterationResult |
setEvalLoss(Double evalLoss)
Deprecated.
|
BqmlIterationResult |
setIndex(Integer index)
Deprecated.
|
BqmlIterationResult |
setLearnRate(Double learnRate)
Deprecated.
|
BqmlIterationResult |
setTrainingLoss(Double trainingLoss)
Deprecated.
|
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 com.google.api.client.json.GenericJsonpublic BqmlIterationResult clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.