Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
XPSTrainingObjectivePoint |
XPSTrainingObjectivePoint.clone() |
XPSTrainingObjectivePoint |
XPSTuningTrial.getTrainingObjectivePoint()
The optimization objective evaluation of the eval split data.
|
XPSTrainingObjectivePoint |
XPSTrainingObjectivePoint.set(String fieldName,
Object value) |
XPSTrainingObjectivePoint |
XPSTrainingObjectivePoint.setCreateTime(String createTime)
The time at which this point was recorded.
|
XPSTrainingObjectivePoint |
XPSTrainingObjectivePoint.setValue(Float value)
The objective value when this point was recorded.
|
Modifier and Type | Method and Description |
---|---|
List<XPSTrainingObjectivePoint> |
XPSTablesTrainingOperationMetadata.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.
|
Modifier and Type | Method and Description |
---|---|
XPSTuningTrial |
XPSTuningTrial.setTrainingObjectivePoint(XPSTrainingObjectivePoint trainingObjectivePoint)
The optimization objective evaluation of the eval split data.
|
Modifier and Type | Method and Description |
---|---|
XPSTablesTrainingOperationMetadata |
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.
|
Copyright © 2011–2025 Google. All rights reserved.