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.
Constructors
Link copied to clipboard
                fun KubernetesArgs(computeLocation: Output<String>? = null, computeType: Output<String>, description: Output<String>? = null, disableLocalAuth: Output<Boolean>? = null, properties: Output<KubernetesPropertiesArgs>? = null, resourceId: Output<String>? = null)