Class BatchEmbedContentsRequest
Generates multiple embeddings from the model given input text in a synchronous call.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: .dll
Syntax
public class BatchEmbedContentsRequest : GenerativeAIRequest
Properties
Requests
Required. Embed requests for the batch. The model in each of these requests must match the model specified BatchEmbedContentsRequest.model.
Declaration
public EmbedContentRequest[] Requests { get; set; }
Property Value
Type | Description |
---|---|
EmbedContentRequest[] |