Compute Instance Response
data class ComputeInstanceResponse(val computeLocation: String? = null, val computeType: String, val description: String? = null, val isAttachedCompute: Boolean, val properties: ComputeInstanceResponseProperties? = null, val provisioningErrors: List<MachineLearningServiceErrorResponse>, val provisioningState: String, val resourceId: String? = null)
An Azure Machine Learning compute instance.
Constructors
Link copied to clipboard
constructor(computeLocation: String? = null, computeType: String, description: String? = null, isAttachedCompute: Boolean, properties: ComputeInstanceResponseProperties? = null, provisioningErrors: List<MachineLearningServiceErrorResponse>, provisioningState: String, resourceId: 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
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false.
Link copied to clipboard
Compute Instance properties
Link copied to clipboard
Errors during provisioning
Link copied to clipboard
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
Link copied to clipboard
ARM resource id of the underlying compute