Workspace interface
An object that represents a machine learning workspace.
- Extends
Properties
creation |
The creation time for this workspace resource. NOTE: This property will not be serialized. It can only be populated by the server. |
key |
The key vault identifier used for encrypted workspaces. |
owner |
The email id of the owner for this workspace. |
studio |
The regional endpoint for the machine learning studio service which hosts this workspace. NOTE: This property will not be serialized. It can only be populated by the server. |
user |
The fully qualified arm id of the storage account associated with this workspace. |
workspace |
The immutable id associated with this workspace. NOTE: This property will not be serialized. It can only be populated by the server. |
workspace |
The current state of workspace resource. NOTE: This property will not be serialized. It can only be populated by the server. |
workspace |
The type of this workspace. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | The resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The location of the resource. This cannot be changed after the resource is created. |
name | The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
sku | The sku of the workspace. |
tags | The tags of the resource. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
creationTime
The creation time for this workspace resource. NOTE: This property will not be serialized. It can only be populated by the server.
creationTime?: string
Property Value
string
keyVaultIdentifierId
The key vault identifier used for encrypted workspaces.
keyVaultIdentifierId?: string
Property Value
string
ownerEmail
The email id of the owner for this workspace.
ownerEmail?: string
Property Value
string
studioEndpoint
The regional endpoint for the machine learning studio service which hosts this workspace. NOTE: This property will not be serialized. It can only be populated by the server.
studioEndpoint?: string
Property Value
string
userStorageAccountId
The fully qualified arm id of the storage account associated with this workspace.
userStorageAccountId?: string
Property Value
string
workspaceId
The immutable id associated with this workspace. NOTE: This property will not be serialized. It can only be populated by the server.
workspaceId?: string
Property Value
string
workspaceState
The current state of workspace resource. NOTE: This property will not be serialized. It can only be populated by the server.
workspaceState?: WorkspaceState
Property Value
workspaceType
The type of this workspace. NOTE: This property will not be serialized. It can only be populated by the server.
workspaceType?: WorkspaceType
Property Value
Inherited Property Details
id
The resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
The location of the resource. This cannot be changed after the resource is created.
location: string
Property Value
string
Inherited From Resource.location
name
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
sku
tags
The tags of the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type