Compute Instance Args
data class ComputeInstanceArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val properties: Output<ComputeInstancePropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<ComputeInstanceArgs>
An Azure Machine Learning compute instance.
Properties
Link copied to clipboard
Location for the underlying compute
Link copied to clipboard
The type of compute Expected value is 'ComputeInstance'.
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 ComputeInstance
Link copied to clipboard
ARM resource id of the underlying compute