Package com.google.genai.types
Class DistillationDataStats
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.DistillationDataStats
Statistics computed for datasets used for distillation. This data type is not supported in Gemini
API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for DistillationDataStats. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for DistillationDataStats.static DistillationDataStatsDeserializes a JSON string to a DistillationDataStats object.abstract DistillationDataStats.BuilderCreates a builder with the same values as this instance.abstract Optional<DatasetStats>Output only.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
DistillationDataStats
public DistillationDataStats()
-
-
Method Details
-
trainingDatasetStats
Output only. Statistics computed for the training dataset. -
builder
Instantiates a builder for DistillationDataStats. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a DistillationDataStats object.
-