Uses of Class
com.azure.search.documents.indexes.models.CreateOrUpdateSkillsetOptions
Packages that use CreateOrUpdateSkillsetOptions
Package
Description
Azure AI Search, formerly known as "Azure AI Search", provides secure information retrieval at scale over
user-owned content in traditional and conversational search applications.
Package containing the data models for SearchServiceClient.
-
Uses of CreateOrUpdateSkillsetOptions in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes with parameters of type CreateOrUpdateSkillsetOptionsModifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<SearchIndexerSkillset>> SearchIndexerAsyncClient.createOrUpdateSkillsetWithResponse(CreateOrUpdateSkillsetOptions options) Creates a new Azure AI Search skillset or updates a skillset if it already exists.com.azure.core.http.rest.Response<SearchIndexerSkillset> SearchIndexerClient.createOrUpdateSkillsetWithResponse(CreateOrUpdateSkillsetOptions options, com.azure.core.util.Context context) Creates a new Azure AI Search skillset or updates a skillset if it already exists. -
Uses of CreateOrUpdateSkillsetOptions in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return CreateOrUpdateSkillsetOptionsModifier and TypeMethodDescriptionCreateOrUpdateSkillsetOptions.setCacheReprocessingChangeDetectionDisabled(Boolean cacheReprocessingChangeDetectionDisabled) Sets an optional flag that determines whether the created or updatedskillsetdisables cache reprocessing change detection.CreateOrUpdateSkillsetOptions.setCacheResetRequirementsIgnored(Boolean cacheResetRequirementsIgnored) Sets an optional flag that determines whether the created or updatedskillsetignores cache reset requirements.CreateOrUpdateSkillsetOptions.setOnlyIfUnchanged(boolean onlyIfUnchanged) Sets the flag that determines whether an update will only occur if theskillsethas not been changed since the update has been triggered.