Share via


MachineLearningComputeInstance Class

Definition

An Azure Machine Learning compute instance.

public class MachineLearningComputeInstance : Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeProperties
type MachineLearningComputeInstance = class
    inherit MachineLearningComputeProperties
Public Class MachineLearningComputeInstance
Inherits MachineLearningComputeProperties
Inheritance
MachineLearningComputeInstance

Constructors

MachineLearningComputeInstance()

Initializes a new instance of MachineLearningComputeInstance.

Properties

ComputeLocation

Location for the underlying compute.

(Inherited from MachineLearningComputeProperties)
CreatedOn

The time at which the compute was created.

(Inherited from MachineLearningComputeProperties)
Description

The description of the Machine Learning compute.

(Inherited from MachineLearningComputeProperties)
DisableLocalAuth

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

(Inherited from MachineLearningComputeProperties)
IsAttachedCompute

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

(Inherited from MachineLearningComputeProperties)
ModifiedOn

The time at which the compute was last modified.

(Inherited from MachineLearningComputeProperties)
Properties

Properties of ComputeInstance.

ProvisioningErrors

Errors during provisioning.

(Inherited from MachineLearningComputeProperties)
ProvisioningState

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

(Inherited from MachineLearningComputeProperties)
ResourceId

ARM resource id of the underlying compute.

(Inherited from MachineLearningComputeProperties)

Applies to