create Embeddings
public BatchJob createEmbeddings(String model, EmbeddingsBatchJobSource src, CreateEmbeddingsBatchJobConfig config)
Makes an API request to create the batch embeddings job.
This method is experimental.
Return
A BatchJob.
Parameters
model
the name of the GenAI model to use for generation
src
The EmbeddingsBatchJobSource of the batch job.
config
The configuration CreateEmbeddingsBatchJobConfig for the batch job.