Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
BqmlIterationResult |
BqmlIterationResult.clone() |
BqmlIterationResult |
BqmlIterationResult.set(java.lang.String fieldName,
java.lang.Object value) |
BqmlIterationResult |
BqmlIterationResult.setDurationMs(java.lang.Long durationMs)
[Output-only, Beta] Time taken to run the training iteration in milliseconds.
|
BqmlIterationResult |
BqmlIterationResult.setEvalLoss(java.lang.Double evalLoss)
[Output-only, Beta] Eval loss computed on the eval data at the end of the iteration.
|
BqmlIterationResult |
BqmlIterationResult.setIndex(java.lang.Integer index)
[Output-only, Beta] Index of the ML training iteration, starting from zero for each training
run.
|
BqmlIterationResult |
BqmlIterationResult.setLearnRate(java.lang.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 |
BqmlIterationResult.setTrainingLoss(java.lang.Double trainingLoss)
[Output-only, Beta] Training loss computed on the training data at the end of the iteration.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BqmlIterationResult> |
BqmlTrainingRun.getIterationResults()
[Output-only, Beta] List of each iteration results.
|
Modifier and Type | Method and Description |
---|---|
BqmlTrainingRun |
BqmlTrainingRun.setIterationResults(java.util.List<BqmlIterationResult> iterationResults)
[Output-only, Beta] List of each iteration results.
|