WorkspaceUpdateParameters interface

The parameters for updating a machine learning workspace.

Properties

applicationInsights

ARM id of the application insights associated with this workspace.

containerRegistry

ARM id of the container registry associated with this workspace.

description

The description of this workspace.

enableDataIsolation
encryption
featureStoreSettings

Settings for feature store type workspace.

friendlyName

The friendly name for this workspace.

identity

The identity of the resource.

imageBuildCompute

The compute name for image build

managedNetwork

Managed Network settings for a machine learning workspace.

primaryUserAssignedIdentity

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

publicNetworkAccess

Whether requests from Public Network are allowed.

serverlessComputeSettings

Settings for serverless compute created in the workspace

serviceManagedResourcesSettings

The service managed resource settings.

sku

The sku of the workspace.

tags

The resource tags for the machine learning workspace.

v1LegacyMode

Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.

Property Details

applicationInsights

ARM id of the application insights associated with this workspace.

applicationInsights?: string

Property Value

string

containerRegistry

ARM id of the container registry associated with this workspace.

containerRegistry?: string

Property Value

string

description

The description of this workspace.

description?: string

Property Value

string

enableDataIsolation

enableDataIsolation?: boolean

Property Value

boolean

encryption

encryption?: EncryptionUpdateProperties

Property Value

featureStoreSettings

Settings for feature store type workspace.

featureStoreSettings?: FeatureStoreSettings

Property Value

friendlyName

The friendly name for this workspace.

friendlyName?: string

Property Value

string

identity

The identity of the resource.

identity?: ManagedServiceIdentity

Property Value

imageBuildCompute

The compute name for image build

imageBuildCompute?: string

Property Value

string

managedNetwork

Managed Network settings for a machine learning workspace.

managedNetwork?: ManagedNetworkSettings

Property Value

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

serverlessComputeSettings

Settings for serverless compute created in the workspace

serverlessComputeSettings?: ServerlessComputeSettings

Property Value

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}

v1LegacyMode

Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.

v1LegacyMode?: boolean

Property Value

boolean