ComputeInstance interface
An Azure Machine Learning compute instance.
- Extends
Properties
compute |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
compute |
Location for the underlying compute |
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. |
properties | Properties of ComputeInstance |
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
computeType
Polymorphic discriminator, which specifies the different types this object can be
computeType: "ComputeInstance"
Property Value
"ComputeInstance"
Inherited Property Details
computeLocation
Location for the underlying compute
computeLocation?: string
Property Value
string
Inherited From Compute.computeLocation
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
Inherited From Compute.createdOn
description
The description of the Machine Learning compute.
description?: string
Property Value
string
Inherited From Compute.description
disableLocalAuth
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
disableLocalAuth?: boolean
Property Value
boolean
Inherited From Compute.disableLocalAuth
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
Inherited From Compute.isAttachedCompute
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
Inherited From Compute.modifiedOn
properties
Properties of ComputeInstance
properties?: ComputeInstanceProperties
Property Value
Inherited From ComputeInstanceSchema.properties
provisioningErrors
Errors during provisioning NOTE: This property will not be serialized. It can only be populated by the server.
provisioningErrors?: ErrorResponse[]
Property Value
Inherited From Compute.provisioningErrors
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
Inherited From Compute.provisioningState
resourceId
ARM resource id of the underlying compute
resourceId?: string
Property Value
string
Inherited From Compute.resourceId