Uses of Class
com.google.genai.types.CompletionStats
Packages that use CompletionStats
-
Uses of CompletionStats in com.google.genai.types
Methods in com.google.genai.types that return CompletionStatsModifier and TypeMethodDescriptionabstract CompletionStatsCompletionStats.Builder.build()static CompletionStatsDeserializes a JSON string to a CompletionStats object.Methods in com.google.genai.types that return types with arguments of type CompletionStatsModifier and TypeMethodDescriptionabstract Optional<CompletionStats>BatchJob.completionStats()Statistics on completed and failed prediction instances.Methods in com.google.genai.types with parameters of type CompletionStatsModifier and TypeMethodDescriptionabstract BatchJob.BuilderBatchJob.Builder.completionStats(CompletionStats completionStats) Setter for completionStats.