BatchEmbedRequest

@Serializable
data class BatchEmbedRequest(val requests: List<EmbedContentRequest>)

Represents a batch request for embedding content.

Constructors

Link copied to clipboard
constructor(requests: List<EmbedContentRequest>)

Properties

Link copied to clipboard

A list of EmbedContentRequest instances, representing individual embedding requests to be processed in a batch.