Uses of Class
com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters
Packages that use AzureOpenAIVectorizerParameters
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of AzureOpenAIVectorizerParameters in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return AzureOpenAIVectorizerParametersModifier and TypeMethodDescriptionAzureOpenAIVectorizerParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureOpenAIVectorizerParameters from the JsonReader.AzureOpenAIVectorizer.getParameters()Get the parameters property: Contains the parameters specific to Azure OpenAI embedding vectorization.Set the apiKey property: API key of the designated Azure OpenAI resource.AzureOpenAIVectorizerParameters.setAuthIdentity(SearchIndexerDataIdentity authIdentity) Set the authIdentity property: The user-assigned managed identity used for outbound connections.AzureOpenAIVectorizerParameters.setDeploymentName(String deploymentName) Set the deploymentName property: ID of the Azure OpenAI model deployment on the designated resource.AzureOpenAIVectorizerParameters.setModelName(AzureOpenAIModelName modelName) Set the modelName property: The name of the embedding model that is deployed at the provided deploymentId path.AzureOpenAIVectorizerParameters.setResourceUrl(String resourceUrl) Set the resourceUrl property: The resource URI of the Azure OpenAI resource.Methods in com.azure.search.documents.indexes.models with parameters of type AzureOpenAIVectorizerParametersModifier and TypeMethodDescriptionAzureOpenAIVectorizer.setParameters(AzureOpenAIVectorizerParameters parameters) Set the parameters property: Contains the parameters specific to Azure OpenAI embedding vectorization.