create
public CompletableFuture<BatchJob> create(String model, BatchJobSource src, CreateBatchJobConfig config)
Asynchronously creates a batch job.
Return
A future that resolves to the batch job.
Parameters
model
the name of the GenAI model to use for batch generation.
src
The BatchJobSource of the batch job.
config
The configuration CreateBatchJobConfig for the batch job.