Uses of Class
com.azure.search.documents.indexes.models.WebApiVectorizerParameters
Packages that use WebApiVectorizerParameters
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of WebApiVectorizerParameters in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return WebApiVectorizerParametersModifier and TypeMethodDescriptionstatic WebApiVectorizerParametersWebApiVectorizerParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebApiVectorizerParameters from the JsonReader.WebApiVectorizer.getWebApiParameters()Get the webApiParameters property: Specifies the properties of the user-defined vectorizer.WebApiVectorizerParameters.setAuthIdentity(SearchIndexerDataIdentity authIdentity) Set the authIdentity property: The user-assigned managed identity used for outbound connections.WebApiVectorizerParameters.setAuthResourceId(String authResourceId) Set the authResourceId property: Applies to custom endpoints that connect to external code in an Azure function or some other application that provides the transformations.WebApiVectorizerParameters.setHttpHeaders(Map<String, String> httpHeaders) Set the httpHeaders property: The headers required to make the HTTP request.WebApiVectorizerParameters.setHttpMethod(String httpMethod) Set the httpMethod property: The method for the HTTP request.WebApiVectorizerParameters.setTimeout(Duration timeout) Set the timeout property: The desired timeout for the request.Set the url property: The URI of the Web API providing the vectorizer.Methods in com.azure.search.documents.indexes.models with parameters of type WebApiVectorizerParametersModifier and TypeMethodDescriptionWebApiVectorizer.setWebApiParameters(WebApiVectorizerParameters webApiParameters) Set the webApiParameters property: Specifies the properties of the user-defined vectorizer.