CreateEmbeddingsBatchJobConfig

@Serializable
data class CreateEmbeddingsBatchJobConfig(val httpOptions: HttpOptions? = null, val displayName: String? = null)

Config for optional parameters.

Constructors

Link copied to clipboard
constructor(httpOptions: HttpOptions? = null, displayName: String? = null)

Properties

Link copied to clipboard
val displayName: String? = null

The user-defined name of this BatchJob.

Link copied to clipboard

Used to override HTTP request options.