WorkspaceUpdateParameters interface
The parameters for updating a machine learning workspace.
Properties
key |
The key vault identifier used for encrypted workspaces. |
sku | The sku of the workspace. |
tags | The resource tags for the machine learning workspace. |
workspace |
The current state of workspace resource. |
Property Details
keyVaultIdentifierId
The key vault identifier used for encrypted workspaces.
keyVaultIdentifierId?: string
Property Value
string
sku
tags
The resource tags for the machine learning workspace.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
workspaceState
The current state of workspace resource.
workspaceState?: WorkspaceState