public final class TrainingRun
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 |
|---|
TrainingRun() |
| Modifier and Type | Method and Description |
|---|---|
TrainingRun |
clone() |
List<GlobalExplanation> |
getClassLevelGlobalExplanations()
Output only.
|
DataSplitResult |
getDataSplitResult()
Output only.
|
EvaluationMetrics |
getEvaluationMetrics()
Output only.
|
GlobalExplanation |
getModelLevelGlobalExplanation()
Output only.
|
List<IterationResult> |
getResults()
Output only.
|
String |
getStartTime()
Output only.
|
TrainingOptions |
getTrainingOptions()
Output only.
|
Long |
getTrainingStartTime()
Output only.
|
String |
getVertexAiModelId()
The model id in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model-
registry/introduction) for this training run.
|
String |
getVertexAiModelVersion()
Output only.
|
TrainingRun |
set(String fieldName,
Object value) |
TrainingRun |
setClassLevelGlobalExplanations(List<GlobalExplanation> classLevelGlobalExplanations)
Output only.
|
TrainingRun |
setDataSplitResult(DataSplitResult dataSplitResult)
Output only.
|
TrainingRun |
setEvaluationMetrics(EvaluationMetrics evaluationMetrics)
Output only.
|
TrainingRun |
setModelLevelGlobalExplanation(GlobalExplanation modelLevelGlobalExplanation)
Output only.
|
TrainingRun |
setResults(List<IterationResult> results)
Output only.
|
TrainingRun |
setStartTime(String startTime)
Output only.
|
TrainingRun |
setTrainingOptions(TrainingOptions trainingOptions)
Output only.
|
TrainingRun |
setTrainingStartTime(Long trainingStartTime)
Output only.
|
TrainingRun |
setVertexAiModelId(String vertexAiModelId)
The model id in the [Vertex AI Model Registry](https://cloud.google.com/vertex-ai/docs/model-
registry/introduction) for this training run.
|
TrainingRun |
setVertexAiModelVersion(String vertexAiModelVersion)
Output only.
|
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 List<GlobalExplanation> getClassLevelGlobalExplanations()
null for nonepublic TrainingRun setClassLevelGlobalExplanations(List<GlobalExplanation> classLevelGlobalExplanations)
classLevelGlobalExplanations - classLevelGlobalExplanations or null for nonepublic DataSplitResult getDataSplitResult()
null for nonepublic TrainingRun setDataSplitResult(DataSplitResult dataSplitResult)
dataSplitResult - dataSplitResult or null for nonepublic EvaluationMetrics getEvaluationMetrics()
null for nonepublic TrainingRun setEvaluationMetrics(EvaluationMetrics evaluationMetrics)
evaluationMetrics - evaluationMetrics or null for nonepublic GlobalExplanation getModelLevelGlobalExplanation()
null for nonepublic TrainingRun setModelLevelGlobalExplanation(GlobalExplanation modelLevelGlobalExplanation)
modelLevelGlobalExplanation - modelLevelGlobalExplanation or null for nonepublic List<IterationResult> getResults()
null for nonepublic TrainingRun setResults(List<IterationResult> results)
results - results or null for nonepublic String getStartTime()
null for nonepublic TrainingRun setStartTime(String startTime)
startTime - startTime or null for nonepublic TrainingOptions getTrainingOptions()
null for nonepublic TrainingRun setTrainingOptions(TrainingOptions trainingOptions)
trainingOptions - trainingOptions or null for nonepublic Long getTrainingStartTime()
null for nonepublic TrainingRun setTrainingStartTime(Long trainingStartTime)
trainingStartTime - trainingStartTime or null for nonepublic String getVertexAiModelId()
null for nonepublic TrainingRun setVertexAiModelId(String vertexAiModelId)
vertexAiModelId - vertexAiModelId or null for nonepublic String getVertexAiModelVersion()
null for nonepublic TrainingRun setVertexAiModelVersion(String vertexAiModelVersion)
vertexAiModelVersion - vertexAiModelVersion or null for nonepublic TrainingRun set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TrainingRun clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.