Package com.azure.ai.openai.models
Class OnYourDataModelIdVectorizationSource
java.lang.Object
com.azure.ai.openai.models.OnYourDataVectorizationSource
com.azure.ai.openai.models.OnYourDataModelIdVectorizationSource
The details of a a vectorization source, used by Azure OpenAI On Your Data when applying vector search, that is
based
on a search service model ID. Currently only supported by Elasticsearch®.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of OnYourDataModelIdVectorizationSource class. -
Method Summary
Modifier and TypeMethodDescriptionGet the modelId property: The embedding model ID build inside the search service.
-
Constructor Details
-
OnYourDataModelIdVectorizationSource
Creates an instance of OnYourDataModelIdVectorizationSource class.- Parameters:
modelId- the modelId value to set.
-
-
Method Details
-
getModelId
Get the modelId property: The embedding model ID build inside the search service. Currently only supported by Elasticsearch®.- Returns:
- the modelId value.
-