Workspace interface
An object that represents a machine learning team account workspace.
- Extends
Properties
account |
The immutable id of the team account which contains this workspace. NOTE: This property will not be serialized. It can only be populated by the server. |
creation |
The creation date of the machine learning workspace in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server. |
description | The description of this workspace. |
friendly |
The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created |
provisioning |
The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning. NOTE: This property will not be serialized. It can only be populated by the server. |
workspace |
The immutable id 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. |
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
accountId
The immutable id of the team account which contains this workspace. NOTE: This property will not be serialized. It can only be populated by the server.
accountId?: string
Property Value
string
creationDate
The creation date of the machine learning workspace in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.
creationDate?: Date
Property Value
Date
description
The description of this workspace.
description?: string
Property Value
string
friendlyName
The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created
friendlyName?: string
Property Value
string
provisioningState
The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: ProvisioningState
Property Value
workspaceId
The immutable id of this workspace. NOTE: This property will not be serialized. It can only be populated by the server.
workspaceId?: string
Property Value
string
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
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
Azure SDK for JavaScript