ImageEmbeddingsClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ImageEmbeddings service client.
public class ImageEmbeddingsClient
type ImageEmbeddingsClient = class
Public Class ImageEmbeddingsClient
- Inheritance
-
ImageEmbeddingsClient
Constructors
ImageEmbeddingsClient() |
Initializes a new instance of ImageEmbeddingsClient for mocking. |
ImageEmbeddingsClient(Uri, AzureKeyCredential, AzureAIInferenceClientOptions) |
Initializes a new instance of ImageEmbeddingsClient. |
ImageEmbeddingsClient(Uri, AzureKeyCredential) |
Initializes a new instance of ImageEmbeddingsClient. |
ImageEmbeddingsClient(Uri, TokenCredential, AzureAIInferenceClientOptions) |
Initializes a new instance of ImageEmbeddingsClient. |
ImageEmbeddingsClient(Uri, TokenCredential) |
Initializes a new instance of ImageEmbeddingsClient. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
Embed(ImageEmbeddingsOptions, CancellationToken) |
Return the embedding vectors for given images.
The method makes a REST API call to the |
EmbedAsync(ImageEmbeddingsOptions, CancellationToken) |
Return the embedding vectors for given images.
The method makes a REST API call to the |
GetModelInfo(CancellationToken) |
Returns information about the AI model.
The method makes a REST API call to the |
GetModelInfo(RequestContext) |
[Protocol Method] Returns information about the AI model.
The method makes a REST API call to the
|
GetModelInfoAsync(CancellationToken) |
Returns information about the AI model.
The method makes a REST API call to the |
GetModelInfoAsync(RequestContext) |
[Protocol Method] Returns information about the AI model.
The method makes a REST API call to the
|
Applies to
Azure SDK for .NET