Uses of Class
com.google.genai.types.BatchJob
Packages that use BatchJob
-
Uses of BatchJob in com.google.genai
Methods in com.google.genai that return BatchJobModifier and TypeMethodDescriptionBatches.create
(String model, BatchJobSource src, CreateBatchJobConfig config) Makes an API request to create the batch job.Batches.get
(String name, GetBatchJobConfig config) Gets a batch job resource.Methods in com.google.genai that return types with arguments of type BatchJobModifier and TypeMethodDescriptionAsyncBatches.create
(String model, BatchJobSource src, CreateBatchJobConfig config) Asynchronously creates a batch job.AsyncBatches.get
(String name, GetBatchJobConfig config) Asynchronously gets a batch job resource.AsyncBatches.list
(ListBatchJobsConfig config) Asynchronously makes an API request to list the available batch jobs.Batches.list
(ListBatchJobsConfig config) Makes an API request to list the available batch jobs. -
Uses of BatchJob in com.google.genai.types
Methods in com.google.genai.types that return BatchJobModifier and TypeMethodDescriptionabstract BatchJob
BatchJob.Builder.build()
static BatchJob
Deserializes a JSON string to a BatchJob object.Methods in com.google.genai.types that return types with arguments of type BatchJobMethods in com.google.genai.types with parameters of type BatchJobModifier and TypeMethodDescriptionSetter for batchJobs.Method parameters in com.google.genai.types with type arguments of type BatchJob