Get Machine Learning Datastore Result
data class GetMachineLearningDatastoreResult(val azureApiVersion: String, val id: String, val identity: IdentityResponse? = null, val location: String? = null, val name: String, val properties: DatastoreResponse, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String)
Machine Learning datastore object wrapped into ARM resource envelope.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, identity: IdentityResponse? = null, location: String? = null, name: String, properties: DatastoreResponse, sku: SkuResponse? = null, tags: Map<String, String>? = null, type: String)