Interface EmbeddingGeneration.Builder<TValue,TEmbedding extends Number>
-
- Enclosing interface:
- EmbeddingGeneration<TValue,TEmbedding extends Number>
public static interface EmbeddingGeneration.Builder<TValue,TEmbedding extends Number>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmbeddingGeneration<TValue,TEmbedding>build(com.azure.ai.openai.OpenAIAsyncClient client, String modelId)
-
-
-
Method Detail
-
build
EmbeddingGeneration<TValue,TEmbedding> build(com.azure.ai.openai.OpenAIAsyncClient client, String modelId)
-
-