Class TitanEmbeddingResponseBase
Inheritance
TitanEmbeddingResponseBase
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public abstract class TitanEmbeddingResponseBase
Properties
| Edit this page View SourceEmbedding
An array that represents the embeddings vector of the input you provided.
Declaration
[JsonProperty("embedding")]
public float[] Embedding { get; set; }
Property Value
| Type | Description |
|---|---|
| float[] |
InputTextTokenCount
The number of tokens in the text input.
Declaration
[JsonProperty("inputTextTokenCount")]
public int InputTextTokenCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |