Class BatchEmbedContentsRequest
Generates multiple embeddings from the model given input text in a synchronous call.
public class BatchEmbedContentsRequest : GoogleGeminiRequest
- Inheritance
-
objectBatchEmbedContentsRequest
- Inherited Members
Properties
Requests
Required. Embed requests for the batch. The model in each of these requests must match the model specified BatchEmbedContentsRequest.model.
public EmbedContentRequest[] Requests { get; set; }