WorkspaceUpdateParameters interface
The parameters for updating a machine learning workspace.
Properties
description | The description of this workspace. |
friendly |
The friendly name for this workspace. |
identity | The identity of the resource. |
image |
The compute name for image build |
primary |
The user assigned identity resource id that represents the workspace identity. |
public |
Whether requests from Public Network are allowed. |
service |
The service managed resource settings. |
sku | The sku of the workspace. |
tags | The resource tags for the machine learning workspace. |
Property Details
description
The description of this workspace.
description?: string
Property Value
string
friendlyName
The friendly name for this workspace.
friendlyName?: string
Property Value
string
identity
imageBuildCompute
The compute name for image build
imageBuildCompute?: string
Property Value
string
primaryUserAssignedIdentity
The user assigned identity resource id that represents the workspace identity.
primaryUserAssignedIdentity?: string
Property Value
string
publicNetworkAccess
Whether requests from Public Network are allowed.
publicNetworkAccess?: string
Property Value
string
serviceManagedResourcesSettings
The service managed resource settings.
serviceManagedResourcesSettings?: ServiceManagedResourcesSettings
Property Value
sku
tags
The resource tags for the machine learning workspace.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}