Class TitanMultimodalEmbeddingRequest
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TitanMultimodalEmbeddingRequest : TitanEmbeddingRequestBase
Properties
| Edit this page View SourceEmbeddingConfig
Optional. Contains an outputEmbeddingLength field, in which you specify one of the following lengths for the output embeddings vector: 256, 384, or 1024 (default).
Declaration
[JsonProperty("embeddingConfig")]
public TitanMultimodalEmbeddingRequest.Config EmbeddingConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| TitanMultimodalEmbeddingRequest.Config |
InputImage
Optional. Encode the image that you want to convert to embeddings in base64 and enter the string in this field. For examples of how to encode an image into base64 and decode a base64-encoded string and transform it into an image, see the code examples.
Declaration
[JsonProperty("inputImage")]
public string InputImage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |