Class TitanMultimodalEmbeddingRequest.Config
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TitanMultimodalEmbeddingRequest.Config
Properties
| Edit this page View SourceOutputEmbeddingLength
Optional. Specify one of the following lengths for the output embeddings vector: 256, 384, or 1024 (default).
Declaration
[JsonProperty("outputEmbeddingLength")]
public int? OutputEmbeddingLength { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |