Class AzureOpenAiEmbeddingOptions
java.lang.Object
org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
- All Implemented Interfaces:
EmbeddingOptions
,ModelOptions
The configuration information for the embedding requests.
- Since:
- 0.8.0
- Author:
- Christian Tzolov
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.ai.embedding.EmbeddingOptions
EmbeddingOptions.EmptyEmbeddingOptions
-
Field Summary
Fields inherited from interface org.springframework.ai.embedding.EmbeddingOptions
EMPTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getUser()
void
setDeploymentName
(String deploymentName) void
-
Constructor Details
-
AzureOpenAiEmbeddingOptions
public AzureOpenAiEmbeddingOptions()
-
-
Method Details
-
builder
-
getUser
-
setUser
-
getDeploymentName
-
setDeploymentName
-