Get Workspace Result
data class GetWorkspaceResult(val azureApiVersion: String, 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(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The creation time for this workspace resource.
Link copied to clipboard
The key vault identifier used for encrypted workspaces.
Link copied to clipboard
The email id of the owner for this workspace.
Link copied to clipboard
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
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.