Class BatchEmbedContentsRequest
Generates multiple embeddings from the model given input text in a synchronous call.
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class BatchEmbedContentsRequest : GoogleGeminiRequest, IJsonRequest
Properties
| Edit this page View SourceRequests
Required. Embed requests for the batch. The model in each of these requests must match the model specified BatchEmbedContentsRequest.model.
Declaration
[JsonProperty("requests")]
public EmbedContentRequest[] Requests { get; set; }
Property Value
| Type | Description |
|---|---|
| EmbedContentRequest[] |