Compute interface
Machine Learning compute object.
Properties
| compute | Location for the underlying compute | 
| compute | Polymorphic discriminator, which specifies the different types this object can be | 
| created | The time at which the compute was created. NOTE: This property will not be serialized. It can only be populated by the server. | 
| description | The description of the Machine Learning compute. | 
| disable | Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. | 
| is | Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. NOTE: This property will not be serialized. It can only be populated by the server. | 
| modified | The time at which the compute was last modified. NOTE: This property will not be serialized. It can only be populated by the server. | 
| provisioning | Errors during provisioning NOTE: This property will not be serialized. It can only be populated by the server. | 
| provisioning | The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. NOTE: This property will not be serialized. It can only be populated by the server. | 
| resource | ARM resource id of the underlying compute | 
Property Details
		computeLocation
	 
	Location for the underlying compute
computeLocation?: stringProperty Value
string
		computeType
	 
	Polymorphic discriminator, which specifies the different types this object can be
computeType: "AKS" | "AmlCompute" | "Kubernetes" | "ComputeInstance" | "VirtualMachine" | "HDInsight" | "DataFactory" | "Databricks" | "DataLakeAnalytics" | "SynapseSpark"Property Value
"AKS" | "AmlCompute" | "Kubernetes" | "ComputeInstance" | "VirtualMachine" | "HDInsight" | "DataFactory" | "Databricks" | "DataLakeAnalytics" | "SynapseSpark"
		createdOn
	 
	The time at which the compute was created. NOTE: This property will not be serialized. It can only be populated by the server.
createdOn?: DateProperty Value
Date
description
The description of the Machine Learning compute.
description?: stringProperty Value
string
		disableLocalAuth
	  
	Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
disableLocalAuth?: booleanProperty Value
boolean
		isAttachedCompute
	  
	Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. NOTE: This property will not be serialized. It can only be populated by the server.
isAttachedCompute?: booleanProperty Value
boolean
		modifiedOn
	 
	The time at which the compute was last modified. NOTE: This property will not be serialized. It can only be populated by the server.
modifiedOn?: DateProperty Value
Date
		provisioningErrors
	 
	Errors during provisioning NOTE: This property will not be serialized. It can only be populated by the server.
provisioningErrors?: ErrorResponse[]Property Value
		provisioningState
	 
	The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: stringProperty Value
string
		resourceId
	 
	ARM resource id of the underlying compute
resourceId?: stringProperty Value
string