Share via


MachineLearningComputeProperties Class

Definition

Machine Learning compute object. Please note MachineLearningComputeProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningAksCompute, AmlCompute, MachineLearningComputeInstance, MachineLearningDataFactoryCompute, MachineLearningDataLakeAnalytics, MachineLearningDatabricksCompute, MachineLearningHDInsightCompute, MachineLearningKubernetesCompute, MachineLearningSynapseSpark and MachineLearningVirtualMachineCompute.

public abstract class MachineLearningComputeProperties
type MachineLearningComputeProperties = class
Public MustInherit Class MachineLearningComputeProperties
Inheritance
MachineLearningComputeProperties
Derived

Constructors

MachineLearningComputeProperties()

Initializes a new instance of MachineLearningComputeProperties.

Properties

ComputeLocation

Location for the underlying compute.

CreatedOn

The time at which the compute was created.

Description

The description of the Machine Learning compute.

DisableLocalAuth

Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.

IsAttachedCompute

Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.

ModifiedOn

The time at which the compute was last modified.

ProvisioningErrors

Errors during provisioning.

ProvisioningState

The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.

ResourceId

ARM resource id of the underlying compute.

Applies to