Kubernetes Args
data class KubernetesArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val properties: Output<KubernetesPropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<KubernetesArgs>
A Machine Learning compute based on Kubernetes Compute.
Properties
Link copied to clipboard
Location for the underlying compute
Link copied to clipboard
The type of compute Expected value is 'Kubernetes'.
Link copied to clipboard
The description of the Machine Learning compute.
Link copied to clipboard
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
Link copied to clipboard
Properties of Kubernetes
Link copied to clipboard
ARM resource id of the underlying compute