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

MachineLearningBatchEndpointProperties 类

定义

Batch 终结点配置。

public class MachineLearningBatchEndpointProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProperties
type MachineLearningBatchEndpointProperties = class
    inherit MachineLearningEndpointProperties
Public Class MachineLearningBatchEndpointProperties
Inherits MachineLearningEndpointProperties
继承
MachineLearningBatchEndpointProperties

构造函数

MachineLearningBatchEndpointProperties(MachineLearningEndpointAuthMode)

初始化 MachineLearningBatchEndpointProperties 的新实例。

属性

AuthMode

[必需]使用“密钥”进行基于密钥的身份验证,使用“AMLToken”进行基于 Azure 机器学习令牌的身份验证。 “密钥”不会过期,但“AMLToken”会过期。

(继承自 MachineLearningEndpointProperties)
DefaultsDeploymentName

将默认为终结点的部署的名称。 调用终结点评分 URL 时,此部署最终将得到 100% 的流量。

Description

推理终结点的说明。

(继承自 MachineLearningEndpointProperties)
Keys

EndpointAuthKeys 最初在终结点上设置。 此属性将始终返回为 null。 必须使用 ListKeys API 检索 AuthKey 值。

(继承自 MachineLearningEndpointProperties)
Properties

属性字典。 可以添加属性,但不能删除或更改属性。

(继承自 MachineLearningEndpointProperties)
ProvisioningState

终结点的预配状态。

ScoringUri

终结点 URI。

(继承自 MachineLearningEndpointProperties)
SwaggerUri

终结点 Swagger URI。

(继承自 MachineLearningEndpointProperties)

适用于