Interface CreateEmbeddingsBatchJobParameters

Config for batches.create parameters.

interface CreateEmbeddingsBatchJobParameters {
    config?: CreateEmbeddingsBatchJobConfig;
    model?: string;
    src: EmbeddingsBatchJobSource;
}

Properties

Properties

Optional parameters for creating a BatchJob.

model?: string

The name of the model to produces the predictions via the BatchJob.

input data to run batch job".