Workspace

class Workspace : KotlinCustomResource

An object that represents a machine learning workspace. Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-04-01. Other available API versions: 2020-05-01-preview, 2020-05-15-preview, 2020-06-01, 2020-08-01, 2020-09-01-preview, 2021-01-01, 2021-03-01-preview, 2021-04-01, 2021-07-01, 2022-01-01-preview, 2022-02-01-preview, 2022-05-01, 2022-06-01-preview, 2022-10-01, 2022-10-01-preview, 2022-12-01-preview, 2023-02-01-preview, 2023-04-01, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-07-01-preview, 2024-10-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native machinelearningservices [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:machinelearningservices:Workspace testworkspace /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}

Properties

Link copied to clipboard

The flag to indicate whether to allow public access when behind VNet.

Link copied to clipboard

ARM id of the application insights associated with this workspace.

Link copied to clipboard
Link copied to clipboard
val azureApiVersion: Output<String>

The Azure API version of the resource.

Link copied to clipboard

ARM id of the container registry associated with this workspace.

Link copied to clipboard
val description: Output<String>?

The description of this workspace.

Link copied to clipboard
val discoveryUrl: Output<String>?

Url for the discovery service to identify regional endpoints for machine learning experimentation services

Link copied to clipboard
Link copied to clipboard

The encryption settings of Azure ML workspace.

Link copied to clipboard

Settings for feature store type workspace.

Link copied to clipboard
val friendlyName: Output<String>?

The friendly name for this workspace. This name in mutable

Link copied to clipboard
val hbiWorkspace: Output<Boolean>?

The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service

Link copied to clipboard
val hubResourceId: Output<String>?
Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The identity of the resource.

Link copied to clipboard

The compute name for image build

Link copied to clipboard
val keyVault: Output<String>?

ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created

Link copied to clipboard
val kind: Output<String>?
Link copied to clipboard
val location: Output<String>?

Specifies the location of the resource.

Link copied to clipboard

Managed Network settings for a machine learning workspace.

Link copied to clipboard

The URI associated with this workspace that machine learning flow must point at to set up tracking.

Link copied to clipboard
val name: Output<String>

The name of the resource

Link copied to clipboard

The notebook info of Azure ML workspace.

Link copied to clipboard

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

Link copied to clipboard

The list of private endpoint connections in the workspace.

Link copied to clipboard
val privateLinkCount: Output<Int>

Count of private connections in the workspace

Link copied to clipboard

The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning.

Link copied to clipboard

Whether requests from Public Network are allowed.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Settings for serverless compute created in the workspace

Link copied to clipboard

The service managed resource settings.

Link copied to clipboard

The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace

Link copied to clipboard

The list of shared private link resources in this workspace.

Link copied to clipboard
val sku: Output<SkuResponse>?

The sku of the workspace.

Link copied to clipboard
val storageAccount: Output<String>?

ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created

Link copied to clipboard

If the storage associated with the workspace has hierarchical namespace(HNS) enabled.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Output<Map<String, String>>?

Contains resource tags defined as key/value pairs.

Link copied to clipboard
val tenantId: Output<String>

The tenant id associated with this workspace.

Link copied to clipboard
val type: Output<String>

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val v1LegacyMode: Output<Boolean>?

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

Link copied to clipboard

WorkspaceHub's configuration object.

Link copied to clipboard
val workspaceId: Output<String>

The immutable id associated with this workspace.