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

MachineLearningOnlineEndpointProperties 类

定义

联机终结点配置。

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

构造函数

MachineLearningOnlineEndpointProperties(MachineLearningEndpointAuthMode)

初始化 MachineLearningOnlineEndpointProperties 的新实例。

属性

AuthMode

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

(继承自 MachineLearningEndpointProperties)
Compute

计算的 ARM 资源 ID(如果存在)。 可选

Description

推理终结点的说明。

(继承自 MachineLearningEndpointProperties)
Keys

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

(继承自 MachineLearningEndpointProperties)
MirrorTraffic

要镜像到每个部署的流量的百分比,而不使用返回的评分。 流量值的总和需要最大为 50。

Properties

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

(继承自 MachineLearningEndpointProperties)
ProvisioningState

终结点的预配状态。

PublicNetworkAccess

对于启用专用链接时应允许公共访问的终结点,设置为“已启用”。

ScoringUri

终结点 URI。

(继承自 MachineLearningEndpointProperties)
SwaggerUri

终结点 Swagger URI。

(继承自 MachineLearningEndpointProperties)
Traffic

从终结点转移到每个部署的流量百分比。 流量值的总和需是 100。

适用于