ImageEmbeddingsAsyncClient Class
- java.
lang. Object - com.
azure. ai. inference. ImageEmbeddingsAsyncClient
- com.
public final class ImageEmbeddingsAsyncClient
Initializes a new instance of the asynchronous ImageEmbeddingsClient type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Mono<Embeddings |
embed(List<ImageEmbeddingInput> input)
Return the embedding vectors for given text prompts. |
Methods inherited from java.lang.Object
Method Details
embed
public Mono<EmbeddingsResult> embed(List<ImageEmbeddingInput> input)
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: