GetWorkspaceResult

data class GetWorkspaceResult(val creationTime: String, val id: String, val keyVaultIdentifierId: String? = null, val location: String, val name: String, val ownerEmail: String, val sku: SkuResponse? = null, val studioEndpoint: String, val tags: Map<String, String>? = null, val type: String, val userStorageAccountId: String, val workspaceId: String, val workspaceState: String, val workspaceType: String)

An object that represents a machine learning workspace.

Constructors

Link copied to clipboard
constructor(creationTime: String, id: String, keyVaultIdentifierId: String? = null, location: String, name: String, ownerEmail: String, sku: SkuResponse? = null, studioEndpoint: String, tags: Map<String, String>? = null, type: String, userStorageAccountId: String, workspaceId: String, workspaceState: String, workspaceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time for this workspace resource.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The key vault identifier used for encrypted workspaces.

Link copied to clipboard

The location of the resource. This cannot be changed after the resource is created.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The email id of the owner for this workspace.

Link copied to clipboard
val sku: SkuResponse? = null

The sku of the workspace.

Link copied to clipboard

The regional endpoint for the machine learning studio service which hosts this workspace.

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

The tags of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The fully qualified arm id of the storage account associated with this workspace.

Link copied to clipboard

The immutable id associated with this workspace.

Link copied to clipboard

The current state of workspace resource.

Link copied to clipboard

The type of this workspace.