156 строки
11 KiB
YAML
156 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.search.models.Skill"
|
|
fullName: "com.azure.search.models.Skill"
|
|
name: "Skill"
|
|
nameWithType: "Skill"
|
|
summary: "Abstract base class for 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 class **Skill**"
|
|
constructors:
|
|
- uid: "com.azure.search.models.Skill.Skill()"
|
|
fullName: "com.azure.search.models.Skill.Skill()"
|
|
name: "Skill()"
|
|
nameWithType: "Skill.Skill()"
|
|
syntax: "public Skill()"
|
|
methods:
|
|
- uid: "com.azure.search.models.Skill.getContext()"
|
|
fullName: "com.azure.search.models.Skill.getContext()"
|
|
name: "getContext()"
|
|
nameWithType: "Skill.getContext()"
|
|
summary: "Get the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content)."
|
|
syntax: "public String getContext()"
|
|
desc: "Get the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content). The default is /document."
|
|
returns:
|
|
description: "the context value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.search.models.Skill.getDescription()"
|
|
fullName: "com.azure.search.models.Skill.getDescription()"
|
|
name: "getDescription()"
|
|
nameWithType: "Skill.getDescription()"
|
|
summary: "Get the description property: The description of the skill which describes the inputs, outputs, and usage of the skill."
|
|
syntax: "public String getDescription()"
|
|
desc: "Get the description property: The description of the skill which describes the inputs, outputs, and usage of the skill."
|
|
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.Skill.getInputs()"
|
|
fullName: "com.azure.search.models.Skill.getInputs()"
|
|
name: "getInputs()"
|
|
nameWithType: "Skill.getInputs()"
|
|
summary: "Get the inputs property: Inputs of the skills could be a column in the source data set, or the output of an upstream skill."
|
|
syntax: "public List<InputFieldMappingEntry> getInputs()"
|
|
desc: "Get the inputs property: Inputs of the skills could be a column in the source data set, or the output of an upstream skill."
|
|
returns:
|
|
description: "the inputs value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.search.models.InputFieldMappingEntry?alt=com.azure.search.models.InputFieldMappingEntry&text=InputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.search.models.Skill.getName()"
|
|
fullName: "com.azure.search.models.Skill.getName()"
|
|
name: "getName()"
|
|
nameWithType: "Skill.getName()"
|
|
summary: "Get the name property: The name of the skill which uniquely identifies it within the skillset."
|
|
syntax: "public String getName()"
|
|
desc: "Get the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character '\\#'."
|
|
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.Skill.getOutputs()"
|
|
fullName: "com.azure.search.models.Skill.getOutputs()"
|
|
name: "getOutputs()"
|
|
nameWithType: "Skill.getOutputs()"
|
|
summary: "Get the outputs property: The output of a skill is either a field in a search index, or a value that can be consumed as an input by another skill."
|
|
syntax: "public List<OutputFieldMappingEntry> getOutputs()"
|
|
desc: "Get the outputs property: The output of a skill is either a field in a search index, or a value that can be consumed as an input by another skill."
|
|
returns:
|
|
description: "the outputs value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.search.models.OutputFieldMappingEntry?alt=com.azure.search.models.OutputFieldMappingEntry&text=OutputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.search.models.Skill.setContext(java.lang.String)"
|
|
fullName: "com.azure.search.models.Skill.setContext(String context)"
|
|
name: "setContext(String context)"
|
|
nameWithType: "Skill.setContext(String context)"
|
|
summary: "Set the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content)."
|
|
parameters:
|
|
- description: "the context value to set."
|
|
name: "context"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public Skill setContext(String context)"
|
|
desc: "Set the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content). The default is /document."
|
|
returns:
|
|
description: "the Skill object itself."
|
|
type: "<xref href=\"com.azure.search.models.Skill?alt=com.azure.search.models.Skill&text=Skill\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.Skill.setDescription(java.lang.String)"
|
|
fullName: "com.azure.search.models.Skill.setDescription(String description)"
|
|
name: "setDescription(String description)"
|
|
nameWithType: "Skill.setDescription(String description)"
|
|
summary: "Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill."
|
|
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 Skill setDescription(String description)"
|
|
desc: "Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill."
|
|
returns:
|
|
description: "the Skill object itself."
|
|
type: "<xref href=\"com.azure.search.models.Skill?alt=com.azure.search.models.Skill&text=Skill\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.Skill.setInputs(java.util.List<com.azure.search.models.InputFieldMappingEntry>)"
|
|
fullName: "com.azure.search.models.Skill.setInputs(List<InputFieldMappingEntry> inputs)"
|
|
name: "setInputs(List<InputFieldMappingEntry> inputs)"
|
|
nameWithType: "Skill.setInputs(List<InputFieldMappingEntry> inputs)"
|
|
summary: "Set the inputs property: Inputs of the skills could be a column in the source data set, or the output of an upstream skill."
|
|
parameters:
|
|
- description: "the inputs value to set."
|
|
name: "inputs"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.search.models.InputFieldMappingEntry?alt=com.azure.search.models.InputFieldMappingEntry&text=InputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public Skill setInputs(List<InputFieldMappingEntry> inputs)"
|
|
desc: "Set the inputs property: Inputs of the skills could be a column in the source data set, or the output of an upstream skill."
|
|
returns:
|
|
description: "the Skill object itself."
|
|
type: "<xref href=\"com.azure.search.models.Skill?alt=com.azure.search.models.Skill&text=Skill\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.Skill.setName(java.lang.String)"
|
|
fullName: "com.azure.search.models.Skill.setName(String name)"
|
|
name: "setName(String name)"
|
|
nameWithType: "Skill.setName(String name)"
|
|
summary: "Set the name property: The name of the skill which uniquely identifies it within 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 Skill setName(String name)"
|
|
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character '\\#'."
|
|
returns:
|
|
description: "the Skill object itself."
|
|
type: "<xref href=\"com.azure.search.models.Skill?alt=com.azure.search.models.Skill&text=Skill\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.Skill.setOutputs(java.util.List<com.azure.search.models.OutputFieldMappingEntry>)"
|
|
fullName: "com.azure.search.models.Skill.setOutputs(List<OutputFieldMappingEntry> outputs)"
|
|
name: "setOutputs(List<OutputFieldMappingEntry> outputs)"
|
|
nameWithType: "Skill.setOutputs(List<OutputFieldMappingEntry> outputs)"
|
|
summary: "Set the outputs property: The output of a skill is either a field in a search index, or a value that can be consumed as an input by another skill."
|
|
parameters:
|
|
- description: "the outputs value to set."
|
|
name: "outputs"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.search.models.OutputFieldMappingEntry?alt=com.azure.search.models.OutputFieldMappingEntry&text=OutputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public Skill setOutputs(List<OutputFieldMappingEntry> outputs)"
|
|
desc: "Set the outputs property: The output of a skill is either a field in a search index, or a value that can be consumed as an input by another skill."
|
|
returns:
|
|
description: "the Skill object itself."
|
|
type: "<xref href=\"com.azure.search.models.Skill?alt=com.azure.search.models.Skill&text=Skill\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Abstract base class for skills."
|
|
metadata: {}
|
|
package: "com.azure.search.models"
|
|
artifact: com.azure:azure-search:11.0.0-beta.1
|