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 DistillationDataStatsDistillationDataStats.Builder.build()static DistillationDataStatsDeserializes 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.BuilderTuningDataStats.Builder.distillationDataStats(DistillationDataStats distillationDataStats) Setter for distillationDataStats.