WorkspaceUpdateParameters interface

The parameters for updating a machine learning workspace.

Properties

description

The description of this workspace.

friendlyName

The friendly name for this workspace.

identity

The identity of the resource.

imageBuildCompute

The compute name for image build

primaryUserAssignedIdentity

The user assigned identity resource id that represents the workspace identity.

publicNetworkAccess

Whether requests from Public Network are allowed.

serviceManagedResourcesSettings

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

The identity of the resource.

identity?: Identity

Property Value

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

The sku of the workspace.

sku?: Sku

Property Value

Sku

tags

The resource tags for the machine learning workspace.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}