Uses of Class
com.google.genai.types.DistillationDataStats
Packages that use DistillationDataStats
-
Uses of DistillationDataStats in com.google.genai.types
Methods in com.google.genai.types that return DistillationDataStatsModifier and TypeMethodDescriptionabstract DistillationDataStats
DistillationDataStats.Builder.build()
static DistillationDataStats
Deserializes a JSON string to a DistillationDataStats object.Methods in com.google.genai.types that return types with arguments of type DistillationDataStatsModifier and TypeMethodDescriptionabstract Optional<DistillationDataStats>
TuningDataStats.distillationDataStats()
Output only.Methods in com.google.genai.types with parameters of type DistillationDataStatsModifier and TypeMethodDescriptionabstract TuningDataStats.Builder
TuningDataStats.Builder.distillationDataStats
(DistillationDataStats distillationDataStats) Setter for distillationDataStats.