Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerSkillset
Packages that use SearchIndexerSkillset
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 SearchIndexerSkillset in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes that return SearchIndexerSkillsetModifier and TypeMethodDescriptionSearchIndexerClient.createOrUpdateSkillset(SearchIndexerSkillset skillset) Creates a new Azure AI Search skillset or updates a skillset if it already exists.SearchIndexerClient.createSkillset(SearchIndexerSkillset skillset) Creates a new skillset in an Azure AI Search service.SearchIndexerClient.getSkillset(String skillsetName) Retrieves a skillset definition.Methods in com.azure.search.documents.indexes that return types with arguments of type SearchIndexerSkillsetModifier and TypeMethodDescriptionSearchIndexerAsyncClient.createOrUpdateSkillset(SearchIndexerSkillset skillset) Creates a new Azure AI Search skillset or updates a skillset if it already exists.Mono<com.azure.core.http.rest.Response<SearchIndexerSkillset>> SearchIndexerAsyncClient.createOrUpdateSkillsetWithResponse(SearchIndexerSkillset skillset, boolean onlyIfUnchanged) Creates a new Azure AI Search skillset or updates a skillset if it already exists.com.azure.core.http.rest.Response<SearchIndexerSkillset> SearchIndexerClient.createOrUpdateSkillsetWithResponse(SearchIndexerSkillset skillset, boolean onlyIfUnchanged, com.azure.core.util.Context context) Creates a new Azure AI Search skillset or updates a skillset if it already exists.SearchIndexerAsyncClient.createSkillset(SearchIndexerSkillset skillset) Creates a new skillset in an Azure AI Search service.Mono<com.azure.core.http.rest.Response<SearchIndexerSkillset>> SearchIndexerAsyncClient.createSkillsetWithResponse(SearchIndexerSkillset skillset) Creates a new skillset in an Azure AI Search service.com.azure.core.http.rest.Response<SearchIndexerSkillset> SearchIndexerClient.createSkillsetWithResponse(SearchIndexerSkillset skillset, com.azure.core.util.Context context) Creates a new skillset in an Azure AI Search service.SearchIndexerAsyncClient.getSkillset(String skillsetName) Retrieves a skillset definition.Mono<com.azure.core.http.rest.Response<SearchIndexerSkillset>> SearchIndexerAsyncClient.getSkillsetWithResponse(String skillsetName) Retrieves a skillset definition.com.azure.core.http.rest.Response<SearchIndexerSkillset> SearchIndexerClient.getSkillsetWithResponse(String skillsetName, com.azure.core.util.Context context) Retrieves a skillset definition.com.azure.core.http.rest.PagedFlux<SearchIndexerSkillset> SearchIndexerAsyncClient.listSkillsets()Lists all skillsets available for an Azure AI Search service.com.azure.core.http.rest.PagedIterable<SearchIndexerSkillset> SearchIndexerClient.listSkillsets()Lists all skillsets available for an Azure AI Search service.com.azure.core.http.rest.PagedIterable<SearchIndexerSkillset> SearchIndexerClient.listSkillsets(com.azure.core.util.Context context) Lists all skillsets available for an Azure AI Search service.Methods in com.azure.search.documents.indexes with parameters of type SearchIndexerSkillsetModifier and TypeMethodDescriptionSearchIndexerAsyncClient.createOrUpdateSkillset(SearchIndexerSkillset skillset) Creates a new Azure AI Search skillset or updates a skillset if it already exists.SearchIndexerClient.createOrUpdateSkillset(SearchIndexerSkillset skillset) Creates a new Azure AI Search skillset or updates a skillset if it already exists.Mono<com.azure.core.http.rest.Response<SearchIndexerSkillset>> SearchIndexerAsyncClient.createOrUpdateSkillsetWithResponse(SearchIndexerSkillset skillset, boolean onlyIfUnchanged) Creates a new Azure AI Search skillset or updates a skillset if it already exists.com.azure.core.http.rest.Response<SearchIndexerSkillset> SearchIndexerClient.createOrUpdateSkillsetWithResponse(SearchIndexerSkillset skillset, boolean onlyIfUnchanged, com.azure.core.util.Context context) Creates a new Azure AI Search skillset or updates a skillset if it already exists.SearchIndexerAsyncClient.createSkillset(SearchIndexerSkillset skillset) Creates a new skillset in an Azure AI Search service.SearchIndexerClient.createSkillset(SearchIndexerSkillset skillset) Creates a new skillset in an Azure AI Search service.Mono<com.azure.core.http.rest.Response<SearchIndexerSkillset>> SearchIndexerAsyncClient.createSkillsetWithResponse(SearchIndexerSkillset skillset) Creates a new skillset in an Azure AI Search service.com.azure.core.http.rest.Response<SearchIndexerSkillset> SearchIndexerClient.createSkillsetWithResponse(SearchIndexerSkillset skillset, com.azure.core.util.Context context) Creates a new skillset in an Azure AI Search service.SearchIndexerAsyncClient.deleteSkillsetWithResponse(SearchIndexerSkillset skillset, boolean onlyIfUnchanged) Deletes a cognitive skillset in an Azure AI Search service.com.azure.core.http.rest.Response<Void> SearchIndexerClient.deleteSkillsetWithResponse(SearchIndexerSkillset skillset, boolean onlyIfUnchanged, com.azure.core.util.Context context) Deletes a cognitive skillset in an Azure AI Search service. -
Uses of SearchIndexerSkillset in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchIndexerSkillsetModifier and TypeMethodDescriptionstatic SearchIndexerSkillsetSearchIndexerSkillset.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerSkillset from the JsonReader.SearchIndexerSkillset.setCognitiveServicesAccount(CognitiveServicesAccount cognitiveServicesAccount) Set the cognitiveServicesAccount property: Details about the Azure AI service to be used when running skills.SearchIndexerSkillset.setDescription(String description) Set the description property: The description of the skillset.SearchIndexerSkillset.setEncryptionKey(SearchResourceEncryptionKey encryptionKey) Set the encryptionKey property: A description of an encryption key that you create in Azure Key Vault.Set the eTag property: The ETag of the skillset.SearchIndexerSkillset.setIndexProjection(SearchIndexerIndexProjection indexProjection) Set the indexProjection property: Definition of additional projections to secondary search index(es).SearchIndexerSkillset.setKnowledgeStore(SearchIndexerKnowledgeStore knowledgeStore) Set the knowledgeStore property: Definition of additional projections to Azure blob, table, or files, of enriched data.SearchIndexerSkillset.setSkills(SearchIndexerSkill... skills) Set the skills property: A list of skills in the skillset.SearchIndexerSkillset.setSkills(List<SearchIndexerSkill> skills) Set the skills property: A list of skills in the skillset.