Get Compute Result
data class GetComputeResult(val azureApiVersion: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String? = null, val name: String, val properties: Any, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Machine Learning compute object wrapped into ARM resource envelope.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, identity: ManagedServiceIdentityResponse? = null, location: String? = null, name: String, properties: Any, sku: SkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The identity of the resource.
Link copied to clipboard
Compute properties
Link copied to clipboard
The sku of the workspace.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.