Get Machine Learning Compute Result
data class GetMachineLearningComputeResult(val id: String, val identity: IdentityResponse? = 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(id: String, identity: IdentityResponse? = null, location: String? = null, name: String, properties: Any, sku: SkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)