Uses of Class
com.azure.search.documents.indexes.models.WebApiSkill
Packages that use WebApiSkill
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of WebApiSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return WebApiSkillModifier and TypeMethodDescriptionstatic WebApiSkillWebApiSkill.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebApiSkill from the JsonReader.WebApiSkill.setAuthIdentity(SearchIndexerDataIdentity authIdentity) Set the authIdentity property: The user-assigned managed identity used for outbound connections.WebApiSkill.setAuthResourceId(String authResourceId) Set the authResourceId property: Applies to custom skills that connect to external code in an Azure function or some other application that provides the transformations.WebApiSkill.setBatchSize(Integer batchSize) Set the batchSize property: The desired batch size which indicates number of documents.WebApiSkill.setContext(String context) Set the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content).WebApiSkill.setDegreeOfParallelism(Integer degreeOfParallelism) Set the degreeOfParallelism property: If set, the number of parallel calls that can be made to the Web API.WebApiSkill.setDescription(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.WebApiSkill.setHttpHeaders(Map<String, String> httpHeaders) Set the httpHeaders property: The headers required to make the http request.WebApiSkill.setHttpMethod(String httpMethod) Set the httpMethod property: The method for the http request.Set the name property: The name of the skill which uniquely identifies it within the skillset.WebApiSkill.setTimeout(Duration timeout) Set the timeout property: The desired timeout for the request.