Uses of Class
com.azure.search.documents.indexes.models.CreateOrUpdateSkillsetOptions
Packages that use CreateOrUpdateSkillsetOptions
Package
Description
Package containing classes for creating
SearchIndexClient
,
SearchIndexAsyncClient
,
SearchIndexerClient
, or
SearchIndexerAsyncClient
used to perform resource management operations
on an Azure Cognitive Search service.Package containing classes 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 Cognitive 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 Cognitive 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 updatedskillset
disables cache reprocessing change detection.CreateOrUpdateSkillsetOptions.setCacheResetRequirementsIgnored
(Boolean cacheResetRequirementsIgnored) Sets an optional flag that determines whether the created or updatedskillset
ignores cache reset requirements.CreateOrUpdateSkillsetOptions.setOnlyIfUnchanged
(boolean onlyIfUnchanged) Sets the flag that determines whether an update will only occur if theskillset
has not been changed since the update has been triggered.