Class FineTuningJobCheckpoint.Metrics
-
- All Implemented Interfaces:
public final class FineTuningJobCheckpoint.MetricsMetrics at the step number during the fine-tuning job.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFineTuningJobCheckpoint.Metrics.BuilderA builder for Metrics.
-
Method Summary
-
-
Method Detail
-
fullValidLoss
final Optional<Double> fullValidLoss()
-
fullValidMeanTokenAccuracy
final Optional<Double> fullValidMeanTokenAccuracy()
-
trainMeanTokenAccuracy
final Optional<Double> trainMeanTokenAccuracy()
-
validMeanTokenAccuracy
final Optional<Double> validMeanTokenAccuracy()
-
_fullValidLoss
final JsonField<Double> _fullValidLoss()
Returns the raw JSON value of fullValidLoss.
Unlike fullValidLoss, this method doesn't throw if the JSON field has an unexpected type.
-
_fullValidMeanTokenAccuracy
final JsonField<Double> _fullValidMeanTokenAccuracy()
Returns the raw JSON value of fullValidMeanTokenAccuracy.
Unlike fullValidMeanTokenAccuracy, this method doesn't throw if the JSON field has an unexpected type.
-
_step
final JsonField<Double> _step()
Returns the raw JSON value of step.
Unlike step, this method doesn't throw if the JSON field has an unexpected type.
-
_trainLoss
final JsonField<Double> _trainLoss()
Returns the raw JSON value of trainLoss.
Unlike trainLoss, this method doesn't throw if the JSON field has an unexpected type.
-
_trainMeanTokenAccuracy
final JsonField<Double> _trainMeanTokenAccuracy()
Returns the raw JSON value of trainMeanTokenAccuracy.
Unlike trainMeanTokenAccuracy, this method doesn't throw if the JSON field has an unexpected type.
-
_validLoss
final JsonField<Double> _validLoss()
Returns the raw JSON value of validLoss.
Unlike validLoss, this method doesn't throw if the JSON field has an unexpected type.
-
_validMeanTokenAccuracy
final JsonField<Double> _validMeanTokenAccuracy()
Returns the raw JSON value of validMeanTokenAccuracy.
Unlike validMeanTokenAccuracy, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FineTuningJobCheckpoint.Metrics.Builder toBuilder()
-
validate
final FineTuningJobCheckpoint.Metrics validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static FineTuningJobCheckpoint.Metrics.Builder builder()
Returns a mutable builder for constructing an instance of Metrics.
-
-
-
-