Compute Instance Args
data class ComputeInstanceArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val properties: Output<ComputeInstancePropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<ComputeInstanceArgs>
An Azure Machine Learning compute instance.
Constructors
Link copied to clipboard
constructor(computeLocation: Output<String>? = null, computeType: Output<String>, description: Output<String>? = null, properties: Output<ComputeInstancePropertiesArgs>? = null, resourceId: Output<String>? = null)
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
Compute Instance properties
Link copied to clipboard
ARM resource id of the underlying compute