Uses of Class
com.google.genai.types.BatchJobOutputInfo
Packages that use BatchJobOutputInfo
-
Uses of BatchJobOutputInfo in com.google.genai.types
Methods in com.google.genai.types that return BatchJobOutputInfoModifier and TypeMethodDescriptionabstract BatchJobOutputInfoBatchJobOutputInfo.Builder.build()static BatchJobOutputInfoDeserializes a JSON string to a BatchJobOutputInfo object.Methods in com.google.genai.types that return types with arguments of type BatchJobOutputInfoModifier and TypeMethodDescriptionabstract Optional<BatchJobOutputInfo>BatchJob.outputInfo()Information further describing the output of this job.Methods in com.google.genai.types with parameters of type BatchJobOutputInfoModifier and TypeMethodDescriptionabstract BatchJob.BuilderBatchJob.Builder.outputInfo(BatchJobOutputInfo outputInfo) Setter for outputInfo.