azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Ski...

156 строки
9.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.Skillset"
fullName: "com.azure.search.models.Skillset"
name: "Skillset"
nameWithType: "Skillset"
summary: "A list of skills."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **Skillset**"
constructors:
- uid: "com.azure.search.models.Skillset.Skillset()"
fullName: "com.azure.search.models.Skillset.Skillset()"
name: "Skillset()"
nameWithType: "Skillset.Skillset()"
syntax: "public Skillset()"
methods:
- uid: "com.azure.search.models.Skillset.getCognitiveServicesAccount()"
fullName: "com.azure.search.models.Skillset.getCognitiveServicesAccount()"
name: "getCognitiveServicesAccount()"
nameWithType: "Skillset.getCognitiveServicesAccount()"
summary: "Get the cognitive<wbr>Services<wbr>Account property: Details about cognitive services to be used when running skills."
syntax: "public CognitiveServicesAccount getCognitiveServicesAccount()"
desc: "Get the cognitiveServicesAccount property: Details about cognitive services to be used when running skills."
returns:
description: "the cognitiveServicesAccount value."
type: "<xref href=\"com.azure.search.models.CognitiveServicesAccount?alt=com.azure.search.models.CognitiveServicesAccount&text=CognitiveServicesAccount\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.Skillset.getDescription()"
fullName: "com.azure.search.models.Skillset.getDescription()"
name: "getDescription()"
nameWithType: "Skillset.getDescription()"
summary: "Get the description property: The description of the skillset."
syntax: "public String getDescription()"
desc: "Get the description property: The description of the skillset."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.Skillset.getETag()"
fullName: "com.azure.search.models.Skillset.getETag()"
name: "getETag()"
nameWithType: "Skillset.getETag()"
summary: "Get the e<wbr>Tag property: The ETag of the skillset."
syntax: "public String getETag()"
desc: "Get the eTag property: The ETag of the skillset."
returns:
description: "the eTag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.Skillset.getName()"
fullName: "com.azure.search.models.Skillset.getName()"
name: "getName()"
nameWithType: "Skillset.getName()"
summary: "Get the name property: The name of the skillset."
syntax: "public String getName()"
desc: "Get the name property: The name of the skillset."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.Skillset.getSkills()"
fullName: "com.azure.search.models.Skillset.getSkills()"
name: "getSkills()"
nameWithType: "Skillset.getSkills()"
summary: "Get the skills property: A list of skills in the skillset."
syntax: "public List<Skill> getSkills()"
desc: "Get the skills property: A list of skills in the skillset."
returns:
description: "the skills value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.models.Skill?alt=com.azure.search.models.Skill&text=Skill\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.search.models.Skillset.setCognitiveServicesAccount(com.azure.search.models.CognitiveServicesAccount)"
fullName: "com.azure.search.models.Skillset.setCognitiveServicesAccount(CognitiveServicesAccount cognitiveServicesAccount)"
name: "setCognitiveServicesAccount(CognitiveServicesAccount cognitiveServicesAccount)"
nameWithType: "Skillset.setCognitiveServicesAccount(CognitiveServicesAccount cognitiveServicesAccount)"
summary: "Set the cognitive<wbr>Services<wbr>Account property: Details about cognitive services to be used when running skills."
parameters:
- description: "the cognitiveServicesAccount value to\n set."
name: "cognitiveServicesAccount"
type: "<xref href=\"com.azure.search.models.CognitiveServicesAccount?alt=com.azure.search.models.CognitiveServicesAccount&text=CognitiveServicesAccount\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Skillset setCognitiveServicesAccount(CognitiveServicesAccount cognitiveServicesAccount)"
desc: "Set the cognitiveServicesAccount property: Details about cognitive services to be used when running skills."
returns:
description: "the Skillset object itself."
type: "<xref href=\"com.azure.search.models.Skillset?alt=com.azure.search.models.Skillset&text=Skillset\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.Skillset.setDescription(java.lang.String)"
fullName: "com.azure.search.models.Skillset.setDescription(String description)"
name: "setDescription(String description)"
nameWithType: "Skillset.setDescription(String description)"
summary: "Set the description property: The description of the skillset."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Skillset setDescription(String description)"
desc: "Set the description property: The description of the skillset."
returns:
description: "the Skillset object itself."
type: "<xref href=\"com.azure.search.models.Skillset?alt=com.azure.search.models.Skillset&text=Skillset\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.Skillset.setETag(java.lang.String)"
fullName: "com.azure.search.models.Skillset.setETag(String eTag)"
name: "setETag(String eTag)"
nameWithType: "Skillset.setETag(String eTag)"
summary: "Set the e<wbr>Tag property: The ETag of the skillset."
parameters:
- description: "the eTag value to set."
name: "eTag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Skillset setETag(String eTag)"
desc: "Set the eTag property: The ETag of the skillset."
returns:
description: "the Skillset object itself."
type: "<xref href=\"com.azure.search.models.Skillset?alt=com.azure.search.models.Skillset&text=Skillset\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.Skillset.setName(java.lang.String)"
fullName: "com.azure.search.models.Skillset.setName(String name)"
name: "setName(String name)"
nameWithType: "Skillset.setName(String name)"
summary: "Set the name property: The name of the skillset."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Skillset setName(String name)"
desc: "Set the name property: The name of the skillset."
returns:
description: "the Skillset object itself."
type: "<xref href=\"com.azure.search.models.Skillset?alt=com.azure.search.models.Skillset&text=Skillset\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.Skillset.setSkills(java.util.List<com.azure.search.models.Skill>)"
fullName: "com.azure.search.models.Skillset.setSkills(List<Skill> skills)"
name: "setSkills(List<Skill> skills)"
nameWithType: "Skillset.setSkills(List<Skill> skills)"
summary: "Set the skills property: A list of skills in the skillset."
parameters:
- description: "the skills value to set."
name: "skills"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.models.Skill?alt=com.azure.search.models.Skill&text=Skill\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public Skillset setSkills(List<Skill> skills)"
desc: "Set the skills property: A list of skills in the skillset."
returns:
description: "the Skillset object itself."
type: "<xref href=\"com.azure.search.models.Skillset?alt=com.azure.search.models.Skillset&text=Skillset\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A list of skills."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1