Kubernetes interface
A Machine Learning compute based on Kubernetes Compute.
- 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 Kubernetes | 
| 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: "Kubernetes"Property Value
"Kubernetes"
Inherited Property Details
		computeLocation
	 
	Location for the underlying compute
computeLocation?: stringProperty 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?: DateProperty Value
Date
Inherited From Compute.createdOn
description
The description of the Machine Learning compute.
description?: stringProperty 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?: booleanProperty 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?: booleanProperty 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?: DateProperty Value
Date
Inherited From Compute.modifiedOn
properties
Properties of Kubernetes
properties?: KubernetesPropertiesProperty Value
Inherited From KubernetesSchema.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?: stringProperty Value
string
Inherited From Compute.provisioningState
		resourceId
	 
	ARM resource id of the underlying compute
resourceId?: stringProperty Value
string
Inherited From Compute.resourceId