Package | Description |
---|---|
com.azure.search.documents |
Package containing the classes for SearchIndexRestClient.
|
com.azure.search.documents.models |
Package containing the data models for SearchServiceRestClient.
|
Modifier and Type | Method and Description |
---|---|
Skillset |
SearchServiceClient.createOrUpdateSkillset(Skillset skillset)
Creates a new Azure Cognitive Search skillset or updates a skillset if it already exists.
|
Skillset |
SearchServiceClient.createSkillset(Skillset skillset)
Creates a new skillset in an Azure Cognitive Search service.
|
Skillset |
SearchServiceClient.getSkillset(String skillsetName)
Retrieves a skillset definition.
|
Modifier and Type | Method and Description |
---|---|
Skillset |
SearchServiceClient.createOrUpdateSkillset(Skillset skillset)
Creates a new Azure Cognitive Search skillset or updates a skillset if it already exists.
|
Mono<Skillset> |
SearchServiceAsyncClient.createOrUpdateSkillset(Skillset skillset)
Creates a new Azure Cognitive Search skillset or updates a skillset if it already exists.
|
Mono<com.azure.core.http.rest.Response<Skillset>> |
SearchServiceAsyncClient.createOrUpdateSkillsetWithResponse(Skillset skillset,
com.azure.core.http.MatchConditions accessCondition,
RequestOptions requestOptions)
Creates a new Azure Cognitive Search skillset or updates a skillset if it already exists.
|
com.azure.core.http.rest.Response<Skillset> |
SearchServiceClient.createOrUpdateSkillsetWithResponse(Skillset skillset,
com.azure.core.http.MatchConditions accessCondition,
RequestOptions requestOptions,
com.azure.core.util.Context context)
Creates a new Azure Cognitive Search skillset or updates a skillset if it already exists.
|
Skillset |
SearchServiceClient.createSkillset(Skillset skillset)
Creates a new skillset in an Azure Cognitive Search service.
|
Mono<Skillset> |
SearchServiceAsyncClient.createSkillset(Skillset skillset)
Creates a new skillset in an Azure Cognitive Search service.
|
Mono<com.azure.core.http.rest.Response<Skillset>> |
SearchServiceAsyncClient.createSkillsetWithResponse(Skillset skillset,
RequestOptions requestOptions)
Creates a new skillset in an Azure Cognitive Search service.
|
com.azure.core.http.rest.Response<Skillset> |
SearchServiceClient.createSkillsetWithResponse(Skillset skillset,
RequestOptions requestOptions,
com.azure.core.util.Context context)
Creates a new skillset in an Azure Cognitive Search service.
|
Modifier and Type | Method and Description |
---|---|
Skillset |
Skillset.setCognitiveServicesAccount(CognitiveServicesAccount cognitiveServicesAccount)
Set the cognitiveServicesAccount property: Details about cognitive
services to be used when running skills.
|
Skillset |
Skillset.setDescription(String description)
Set the description property: The description of the skillset.
|
Skillset |
Skillset.setETag(String eTag)
Set the eTag property: The ETag of the skillset.
|
Skillset |
Skillset.setName(String name)
Set the name property: The name of the skillset.
|
Skillset |
Skillset.setSkills(List<Skill> skills)
Set the skills property: A list of skills in the skillset.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.