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

MachineLearningComputeProperties 类

定义

机器学习计算对象。 请注意 MachineLearningComputeProperties , 是基类。 根据方案,可能需要在此处分配基类的派生类,或者需要将此属性强制转换为可能的派生类之一。 可用的派生类包括 MachineLearningAksCompute、、AmlComputeMachineLearningComputeInstanceMachineLearningDataFactoryComputeMachineLearningDataLakeAnalyticsMachineLearningDatabricksComputeMachineLearningHDInsightCompute、、 MachineLearningKubernetesComputeMachineLearningSynapseSpark 和 。MachineLearningVirtualMachineCompute

public abstract class MachineLearningComputeProperties
type MachineLearningComputeProperties = class
Public MustInherit Class MachineLearningComputeProperties
继承
MachineLearningComputeProperties
派生

构造函数

MachineLearningComputeProperties()

初始化 MachineLearningComputeProperties 的新实例。

属性

ComputeLocation

基础计算的位置。

CreatedOn

创建计算的时间。

Description

机器学习计算的说明。

DisableLocalAuth

选择退出本地身份验证,并确保客户只能将 MSI 和 AAD 专用于身份验证。

IsAttachedCompute

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

ModifiedOn

上次修改计算的时间。

ProvisioningErrors

预配期间出错。

ProvisioningState

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

ResourceId

基础计算的 ARM 资源 ID。

适用于