WorkspaceUpdateParameters interface
The parameters for updating a machine learning workspace.
Properties
application |
ARM id of the application insights associated with this workspace. |
container |
ARM id of the container registry associated with this workspace. |
description | The description of this workspace. |
enable |
|
encryption | |
feature |
Settings for feature store type workspace. |
friendly |
The friendly name for this workspace. |
identity | The identity of the resource. |
image |
The compute name for image build |
managed |
Managed Network settings for a machine learning workspace. |
primary |
The user assigned identity resource id that represents the workspace identity. |
public |
Whether requests from Public Network are allowed. |
serverless |
Settings for serverless compute created in the workspace |
service |
The service managed resource settings. |
sku | The sku of the workspace. |
tags | The resource tags for the machine learning workspace. |
v1Legacy |
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
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
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