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

AmlCompute 类

定义

Azure 机器学习计算。

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

构造函数

AmlCompute()

初始化 AmlCompute 的新实例。

属性

ComputeLocation

基础计算的位置。

(继承自 MachineLearningComputeProperties)
CreatedOn

创建计算的时间。

(继承自 MachineLearningComputeProperties)
Description

机器学习计算的说明。

(继承自 MachineLearningComputeProperties)
DisableLocalAuth

选择退出本地身份验证,并确保客户只能仅使用 MSI 和 AAD 进行身份验证。

(继承自 MachineLearningComputeProperties)
IsAttachedCompute

指示计算是由用户预配的,如果为 true,则从外部引入;如果为 false,则指示机器学习服务预配了计算。

(继承自 MachineLearningComputeProperties)
ModifiedOn

上次修改计算的时间。

(继承自 MachineLearningComputeProperties)
Properties

AmlCompute 的属性。

ProvisioningErrors

预配期间出错。

(继承自 MachineLearningComputeProperties)
ProvisioningState

群集的预配状态。 有效值为 Unknown、Updateing、Provisioning、Succeeded 和 Failed。

(继承自 MachineLearningComputeProperties)
ResourceId

基础计算的 ARM 资源 ID。

(继承自 MachineLearningComputeProperties)

适用于