Package com.google.genai.types
Class TuningDataStats
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.TuningDataStats
The tuning data statistic values for TuningJob. This data type is not supported in Gemini API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for TuningDataStats. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TuningDataStats.Builderbuilder()Instantiates a builder for TuningDataStats.abstract Optional<DistillationDataStats>Output only.static TuningDataStatsDeserializes a JSON string to a TuningDataStats object.abstract Optional<PreferenceOptimizationDataStats>Output only.abstract Optional<SupervisedTuningDataStats>The SFT Tuning data stats.abstract TuningDataStats.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
TuningDataStats
public TuningDataStats()
-
-
Method Details
-
distillationDataStats
Output only. Statistics for distillation. -
preferenceOptimizationDataStats
Output only. Statistics for preference optimization. -
supervisedTuningDataStats
The SFT Tuning data stats. -
builder
Instantiates a builder for TuningDataStats. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a TuningDataStats object.
-