Uses of Class
com.azure.ai.inference.models.EmbeddingsResult
Packages that use EmbeddingsResult
Package
Description
Package containing the classes for Model.
Package containing the data models for Model.
-
Uses of EmbeddingsResult in com.azure.ai.inference
Methods in com.azure.ai.inference that return EmbeddingsResultModifier and TypeMethodDescriptionReturn the embedding vectors for given text prompts.EmbeddingsClient.embed
(List<String> input, Integer dimensions, EmbeddingEncodingFormat encodingFormat, EmbeddingInputType inputType, String model, ExtraParameters extraParams) Return the embedding vectors for given text prompts.ImageEmbeddingsClient.embed
(List<ImageEmbeddingInput> inputs) Return the embedding vectors for given text prompts.Methods in com.azure.ai.inference that return types with arguments of type EmbeddingsResultModifier and TypeMethodDescriptionReturn the embedding vectors for given text prompts.EmbeddingsAsyncClient.embed
(List<String> input, Integer dimensions, EmbeddingEncodingFormat encodingFormat, EmbeddingInputType inputType, String model, ExtraParameters extraParams) Return the embedding vectors for given text prompts.ImageEmbeddingsAsyncClient.embed
(List<ImageEmbeddingInput> input) Return the embedding vectors for given text prompts.Mono
<com.azure.core.http.rest.Response<EmbeddingsResult>> EmbeddingsAsyncClient.embedWithResponse
(List<String> input) Return the embedding vectors for given text prompts.Mono
<com.azure.core.http.rest.Response<EmbeddingsResult>> EmbeddingsAsyncClient.embedWithResponse
(List<String> input, Integer dimensions, EmbeddingEncodingFormat encodingFormat, EmbeddingInputType inputType, String model, ExtraParameters extraParams) Return the embedding vectors for given text prompts.com.azure.core.http.rest.Response
<EmbeddingsResult> EmbeddingsClient.embedWithResponse
(List<String> input) Return the embedding vectors for given text prompts.com.azure.core.http.rest.Response
<EmbeddingsResult> EmbeddingsClient.embedWithResponse
(List<String> input, Integer dimensions, EmbeddingEncodingFormat encodingFormat, EmbeddingInputType inputType, String model, ExtraParameters extraParams) Return the embedding vectors for given text prompts. -
Uses of EmbeddingsResult in com.azure.ai.inference.models
Methods in com.azure.ai.inference.models that return EmbeddingsResultModifier and TypeMethodDescriptionstatic EmbeddingsResult
EmbeddingsResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EmbeddingsResult from the JsonReader.