Get Workspace Result
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
fun GetWorkspaceResult(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)