EmbeddingItem Class
- java.
lang. Object - com.
azure. ai. inference. models. EmbeddingItem
- com.
Implements
public final class EmbeddingItem
implements JsonSerializable<EmbeddingItem>
Representation of a single embeddings relatedness comparison.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Embedding |
fromJson(JsonReader jsonReader)
Reads an instance of Embedding |
|
Binary |
getEmbedding()
Get the embedding property: List of embedding values for the input prompt. |
| List<Float> |
getEmbeddingList()
Get the embedding property: List of embedding values for the input prompt. |
| int |
getIndex()
Get the index property: Index of the prompt to which the Embedding |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static EmbeddingItem fromJson(JsonReader jsonReader)
Reads an instance of EmbeddingItem from the JsonReader.
Parameters:
Returns:
Throws:
getEmbedding
public BinaryData getEmbedding()
Get the embedding property: List of embedding values for the input prompt. These represent a measurement of the vector-based relatedness of the provided input. Or a base64 encoded string of the embedding vector.
Returns:
getEmbeddingList
public List<Float> getEmbeddingList()
Get the embedding property: List of embedding values for the input prompt. These represent a measurement of the vector-based relatedness of the provided input. Or a base64 encoded string of the embedding vector.
Returns:
getIndex
public int getIndex()
Get the index property: Index of the prompt to which the EmbeddingItem corresponds.
Returns: