Class MarengoEmbedResponse
The response object for Marengo embed API. Compatible with both Marengo Embed 2.7 and 3.0 models.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class MarengoEmbedResponse
Properties
| Edit this page View SourceData
Required. The response data containing the embeddings and metadata.
Declaration
[JsonProperty("data")]
public MarengoEmbedData Data { get; set; }
Property Value
| Type | Description |
|---|---|
| MarengoEmbedData |