Uses of Class
com.google.genai.types.CreateBatchJobConfig
Packages that use CreateBatchJobConfig
-
Uses of CreateBatchJobConfig in com.google.genai
Methods in com.google.genai with parameters of type CreateBatchJobConfigModifier and TypeMethodDescriptionAsyncBatches.create
(String model, BatchJobSource src, CreateBatchJobConfig config) Asynchronously creates a batch job.Batches.create
(String model, BatchJobSource src, CreateBatchJobConfig config) Makes an API request to create the batch job. -
Uses of CreateBatchJobConfig in com.google.genai.types
Methods in com.google.genai.types that return CreateBatchJobConfigModifier and TypeMethodDescriptionabstract CreateBatchJobConfig
CreateBatchJobConfig.Builder.build()
static CreateBatchJobConfig
Deserializes a JSON string to a CreateBatchJobConfig object.Methods in com.google.genai.types that return types with arguments of type CreateBatchJobConfigModifier and TypeMethodDescriptionabstract Optional<CreateBatchJobConfig>
CreateBatchJobParameters.config()
Optional parameters for creating a BatchJob.Methods in com.google.genai.types with parameters of type CreateBatchJobConfigModifier and TypeMethodDescriptionabstract CreateBatchJobParameters.Builder
CreateBatchJobParameters.Builder.config
(CreateBatchJobConfig config) Setter for config.