ComputeInstanceResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val computeLocation: String? = null

Location for the underlying compute

Link copied to clipboard

The type of compute Expected value is 'ComputeInstance'.

Link copied to clipboard
val description: String? = null

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
Link copied to clipboard

The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.

Link copied to clipboard
val resourceId: String? = null

ARM resource id of the underlying compute