你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureMachineLearningSkill 类

定义

通过 AML 技能,可以使用自定义 Azure 机器学习 (AML) 模型来扩展 AI 扩充。 在训练和部署 AML 模型后,AML 技能即可将其集成到 AI 扩充中。

public class AzureMachineLearningSkill : Azure.Search.Documents.Indexes.Models.SearchIndexerSkill
type AzureMachineLearningSkill = class
    inherit SearchIndexerSkill
Public Class AzureMachineLearningSkill
Inherits SearchIndexerSkill
继承
AzureMachineLearningSkill

构造函数

AzureMachineLearningSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>, ResourceIdentifier, Nullable<AzureLocation>)

初始化 AzureMachineLearningSkill 类的新实例。

AzureMachineLearningSkill(IEnumerable<InputFieldMappingEntry>, IEnumerable<OutputFieldMappingEntry>, Uri, String)

初始化 AzureMachineLearningSkill 类的新实例。

属性

AuthenticationKey

Azure 机器学习服务的密钥。 这是基于密钥的身份验证所必需的。

Context

表示执行操作的级别,例如文档根目录或文档内容 (例如 /document 或 /document/content) 。 默认值为 /document。

(继承自 SearchIndexerSkill)
DegreeOfParallelism

(可选)如果指定了此值,则指示索引器将对你提供的终结点进行的并行调用数。 如果终结点在请求负载过高的情况下失败,则可以减小此值;如果终结点能够接受更多请求并且希望提高索引器的性能,则可以增大此值。 如果未设置,则将使用默认值 5。 可以为 degreeOfParallelism 设置的最大值为 10,最小值为 1。

Description

技能的说明,描述技能的输入、输出和用法。

(继承自 SearchIndexerSkill)
Inputs

技能的输入可以是源数据集中的列,也可以是上游技能的输出。

(继承自 SearchIndexerSkill)
Location

部署 Azure 机器学习服务 的区域 。 对于基于令牌的身份验证,这是可选的。

Name

在技能组中唯一标识它的技能的名称。 未定义名称的技能将在调试会话和错误消息中以字符“#”开头的技能数组中为其指定从 1 开始的索引的默认名称。

(继承自 SearchIndexerSkill)
Outputs

技能的输出要么是搜索索引中的字段,要么是另一个技能可以用作输入的值。

(继承自 SearchIndexerSkill)
ResourceId

Azure 资源管理器 Azure 机器学习服务的资源 ID。 这是基于令牌的身份验证所必需的。

它的格式应为“subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.MachineLearningServices/workspaces/{workspace-name}/services/{service_name}”。

ScoringUri

JSON 有效负载将发送到的 Azure 机器学习服务的评分 URI。 不使用身份验证或基于密钥的身份验证时,这是必需的。

仅支持 https URI 方案。

Timeout

(可选)如果指定,表明执行 API 调用的 http 客户端的超时值。

适用于