GetMachineLearningDatastoreResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Specifies the resource ID.

Link copied to clipboard

The identity of the resource.

Link copied to clipboard
val location: String? = null

Specifies the location of the resource.

Link copied to clipboard

Specifies the name of the resource.

Link copied to clipboard

Datastore properties

Link copied to clipboard
val sku: SkuResponse? = null

The sku of the workspace.

Link copied to clipboard
val tags: Map<String, String>? = null

Contains resource tags defined as key/value pairs.

Link copied to clipboard

Specifies the type of the resource.