Uses of Class
com.azure.search.documents.indexes.models.WebApiSkill
Packages that use WebApiSkill
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of WebApiSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return WebApiSkillModifier and TypeMethodDescriptionWebApiSkill.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.