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?: string
Property 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?: Date
Property Value
Date
description
The description of the Machine Learning compute.
description?: string
Property Value
string
disableLocalAuth
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
disableLocalAuth?: boolean
Property 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?: boolean
Property 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?: Date
Property 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?: string
Property Value
string
resourceId
ARM resource id of the underlying compute
resourceId?: string
Property Value
string