public final class SearchIndexerSkillset extends Object
| Constructor and Description |
|---|
SearchIndexerSkillset(String name)
Constructor of
SearchIndexerSkillset. |
SearchIndexerSkillset(String name,
List<SearchIndexerSkill> skills)
Constructor of
SearchIndexerSkillset. |
| Modifier and Type | Method and Description |
|---|---|
CognitiveServicesAccount |
getCognitiveServicesAccount()
Get the cognitiveServicesAccount property: Details about cognitive
services to be used when running skills.
|
String |
getDescription()
Get the description property: The description of the skillset.
|
String |
getETag()
Get the eTag property: The ETag of the skillset.
|
String |
getName()
Get the name property: The name of the skillset.
|
List<SearchIndexerSkill> |
getSkills()
Get the skills property: A list of skills in the skillset.
|
SearchIndexerSkillset |
setCognitiveServicesAccount(CognitiveServicesAccount cognitiveServicesAccount)
Set the cognitiveServicesAccount property: Details about cognitive
services to be used when running skills.
|
SearchIndexerSkillset |
setDescription(String description)
Set the description property: The description of the skillset.
|
SearchIndexerSkillset |
setETag(String eTag)
Set the eTag property: The ETag of the skillset.
|
SearchIndexerSkillset |
setSkills(List<SearchIndexerSkill> skills)
Set the skills property: A list of skills in the skillset.
|
SearchIndexerSkillset |
setSkills(SearchIndexerSkill... skills)
Set the skills property: A list of skills in the skillset.
|
public SearchIndexerSkillset(String name)
SearchIndexerSkillset.name - The name of the skillset.public SearchIndexerSkillset(String name, List<SearchIndexerSkill> skills)
SearchIndexerSkillset.name - The name of the skillset.skills - A list of skills in the skillset.public String getName()
public String getDescription()
public SearchIndexerSkillset setDescription(String description)
description - the description value to set.public List<SearchIndexerSkill> getSkills()
public SearchIndexerSkillset setSkills(SearchIndexerSkill... skills)
skills - the skills value to set.public SearchIndexerSkillset setSkills(List<SearchIndexerSkill> skills)
skills - the skills value to set.public CognitiveServicesAccount getCognitiveServicesAccount()
public SearchIndexerSkillset setCognitiveServicesAccount(CognitiveServicesAccount cognitiveServicesAccount)
cognitiveServicesAccount - the cognitiveServicesAccount value to
set.public String getETag()
public SearchIndexerSkillset setETag(String eTag)
eTag - the eTag value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.