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