| Package | Description |
|---|---|
| com.azure.search.documents.indexes |
Package containing classes for creating
SearchIndexClient,
SearchIndexAsyncClient,
SearchIndexerClient, or
SearchIndexerAsyncClient used to perform resource management operations
on an Azure Cognitive Search service. |
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerSkillset |
SearchIndexerClient.createOrUpdateSkillset(SearchIndexerSkillset skillset)
Creates a new Azure Cognitive Search skillset or updates a skillset if it already exists.
|
SearchIndexerSkillset |
SearchIndexerClient.createSkillset(SearchIndexerSkillset skillset)
Creates a new skillset in an Azure Cognitive Search service.
|
SearchIndexerSkillset |
SearchIndexerClient.getSkillset(String skillsetName)
Retrieves a skillset definition.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerSkillset |
SearchIndexerClient.createOrUpdateSkillset(SearchIndexerSkillset skillset)
Creates a new Azure Cognitive Search skillset or updates a skillset if it already exists.
|
Mono<SearchIndexerSkillset> |
SearchIndexerAsyncClient.createOrUpdateSkillset(SearchIndexerSkillset skillset)
Creates a new Azure Cognitive 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 Cognitive 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 Cognitive Search skillset or updates a skillset if it already exists.
|
SearchIndexerSkillset |
SearchIndexerClient.createSkillset(SearchIndexerSkillset skillset)
Creates a new skillset in an Azure Cognitive Search service.
|
Mono<SearchIndexerSkillset> |
SearchIndexerAsyncClient.createSkillset(SearchIndexerSkillset skillset)
Creates a new skillset in an Azure Cognitive Search service.
|
Mono<com.azure.core.http.rest.Response<SearchIndexerSkillset>> |
SearchIndexerAsyncClient.createSkillsetWithResponse(SearchIndexerSkillset skillset)
Creates a new skillset in an Azure Cognitive 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 Cognitive Search service.
|
Mono<com.azure.core.http.rest.Response<Void>> |
SearchIndexerAsyncClient.deleteSkillsetWithResponse(SearchIndexerSkillset skillset,
boolean onlyIfUnchanged)
Deletes a cognitive skillset in an Azure Cognitive 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 Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerSkillset |
SearchIndexerSkillset.setCognitiveServicesAccount(CognitiveServicesAccount cognitiveServicesAccount)
Set the cognitiveServicesAccount property: Details about cognitive
services to be used when running skills.
|
SearchIndexerSkillset |
SearchIndexerSkillset.setDescription(String description)
Set the description property: The description of the skillset.
|
SearchIndexerSkillset |
SearchIndexerSkillset.setETag(String eTag)
Set the eTag property: The ETag of the skillset.
|
SearchIndexerSkillset |
SearchIndexerSkillset.setSkills(List<SearchIndexerSkill> skills)
Set the skills property: A list of skills in the skillset.
|
SearchIndexerSkillset |
SearchIndexerSkillset.setSkills(SearchIndexerSkill... skills)
Set the skills property: A list of skills in the skillset.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.