public final class XPSTablesTrainingOperationMetadata
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 Cloud Natural Language 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 |
|---|
XPSTablesTrainingOperationMetadata() |
| Modifier and Type | Method and Description |
|---|---|
XPSTablesTrainingOperationMetadata |
clone() |
String |
getCreateModelStage()
Current stage of creating model.
|
String |
getOptimizationObjective()
The optimization objective for model.
|
List<XPSTuningTrial> |
getTopTrials()
This field is for training.
|
Long |
getTrainBudgetMilliNodeHours()
Creating model budget.
|
List<XPSTrainingObjectivePoint> |
getTrainingObjectivePoints()
This field records the training objective value with respect to time, giving insight into how
the model architecture search is performing as training time elapses.
|
String |
getTrainingStartTime()
Timestamp when training process starts.
|
XPSTablesTrainingOperationMetadata |
set(String fieldName,
Object value) |
XPSTablesTrainingOperationMetadata |
setCreateModelStage(String createModelStage)
Current stage of creating model.
|
XPSTablesTrainingOperationMetadata |
setOptimizationObjective(String optimizationObjective)
The optimization objective for model.
|
XPSTablesTrainingOperationMetadata |
setTopTrials(List<XPSTuningTrial> topTrials)
This field is for training.
|
XPSTablesTrainingOperationMetadata |
setTrainBudgetMilliNodeHours(Long trainBudgetMilliNodeHours)
Creating model budget.
|
XPSTablesTrainingOperationMetadata |
setTrainingObjectivePoints(List<XPSTrainingObjectivePoint> trainingObjectivePoints)
This field records the training objective value with respect to time, giving insight into how
the model architecture search is performing as training time elapses.
|
XPSTablesTrainingOperationMetadata |
setTrainingStartTime(String trainingStartTime)
Timestamp when training process starts.
|
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 String getCreateModelStage()
null for nonepublic XPSTablesTrainingOperationMetadata setCreateModelStage(String createModelStage)
createModelStage - createModelStage or null for nonepublic String getOptimizationObjective()
null for nonepublic XPSTablesTrainingOperationMetadata setOptimizationObjective(String optimizationObjective)
optimizationObjective - optimizationObjective or null for nonepublic List<XPSTuningTrial> getTopTrials()
null for nonepublic XPSTablesTrainingOperationMetadata setTopTrials(List<XPSTuningTrial> topTrials)
topTrials - topTrials or null for nonepublic Long getTrainBudgetMilliNodeHours()
null for nonepublic XPSTablesTrainingOperationMetadata setTrainBudgetMilliNodeHours(Long trainBudgetMilliNodeHours)
trainBudgetMilliNodeHours - trainBudgetMilliNodeHours or null for nonepublic List<XPSTrainingObjectivePoint> getTrainingObjectivePoints()
null for nonepublic XPSTablesTrainingOperationMetadata setTrainingObjectivePoints(List<XPSTrainingObjectivePoint> trainingObjectivePoints)
trainingObjectivePoints - trainingObjectivePoints or null for nonepublic String getTrainingStartTime()
null for nonepublic XPSTablesTrainingOperationMetadata setTrainingStartTime(String trainingStartTime)
trainingStartTime - trainingStartTime or null for nonepublic XPSTablesTrainingOperationMetadata set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic XPSTablesTrainingOperationMetadata clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.