ComputeInstanceResponse

data class ComputeInstanceResponse(val computeLocation: String? = null, val computeType: String, val createdOn: String, val description: String? = null, val disableLocalAuth: Boolean? = null, val isAttachedCompute: Boolean, val modifiedOn: String, val properties: ComputeInstancePropertiesResponse? = null, val provisioningErrors: List<ErrorResponseResponse>, val provisioningState: String, val resourceId: String? = null)

An Azure Machine Learning compute instance.

Constructors

Link copied to clipboard
constructor(computeLocation: String? = null, computeType: String, createdOn: String, description: String? = null, disableLocalAuth: Boolean? = null, isAttachedCompute: Boolean, modifiedOn: String, properties: ComputeInstancePropertiesResponse? = null, provisioningErrors: List<ErrorResponseResponse>, 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

The time at which the compute was created.

Link copied to clipboard
val description: String? = null

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

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

The time at which the compute was last modified.

Link copied to clipboard

Properties of ComputeInstance

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
val resourceId: String? = null

ARM resource id of the underlying compute