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