Compute Instance Response
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
fun ComputeInstanceResponse(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)