ImageEmbeddingsClient Class
- java.
lang. Object - com.
azure. ai. inference. ImageEmbeddingsClient
- com.
public final class ImageEmbeddingsClient
Initializes a new instance of the synchronous ImageEmbeddingsClient type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Embeddings |
embed(List<ImageEmbeddingInput> inputs)
Return the embedding vectors for given text prompts. |
Methods inherited from java.lang.Object
Method Details
embed
public EmbeddingsResult embed(List<ImageEmbeddingInput> inputs)
Return the embedding vectors for given text prompts. The method makes a REST API call to the `/embeddings` route on the given endpoint.
Parameters:
Returns: