Share via


MachineLearningWorkspaceData Class

Definition

A class representing the MachineLearningWorkspace data model. An object that represents a machine learning workspace.

public class MachineLearningWorkspaceData : Azure.ResourceManager.Models.TrackedResourceData
type MachineLearningWorkspaceData = class
    inherit TrackedResourceData
Public Class MachineLearningWorkspaceData
Inherits TrackedResourceData
Inheritance
MachineLearningWorkspaceData

Constructors

MachineLearningWorkspaceData(AzureLocation)

Initializes a new instance of MachineLearningWorkspaceData.

Properties

AllowPublicAccessWhenBehindVnet

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

ApplicationInsights

ARM id of the application insights associated with this workspace.

AssociatedWorkspaces

Gets the associated workspaces.

ContainerRegistries

Gets the container registries.

ContainerRegistry

ARM id of the container registry associated with this workspace.

CosmosDbCollectionsThroughput

Gets or sets the cosmos db collections throughput.

Description

The description of this workspace.

DiscoveryUri

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

EnableDataIsolation

Gets or sets the enable data isolation.

Encryption

Gets or sets the encryption.

ExistingWorkspaces

Gets the existing workspaces.

FeatureStoreSettings

Settings for feature store type workspace.

FriendlyName

The friendly name for this workspace. This name in mutable.

HubResourceId

Gets or sets the hub resource id.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Identity

Managed service identity (system assigned and/or user assigned identities).

ImageBuildCompute

The compute name for image build.

IsHbiWorkspace

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

IsStorageHnsEnabled

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

IsV1LegacyMode

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

KeyVault

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

KeyVaults

Gets the key vaults.

Kind

Gets or sets the kind.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
ManagedNetwork

Managed Network settings for a machine learning workspace.

MlFlowTrackingUri

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

Name

The name of the resource.

(Inherited from ResourceData)
NotebookInfo

The notebook info of Azure ML workspace.

PrimaryUserAssignedIdentity

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

PrivateEndpointConnections

The list of private endpoint connections in the workspace.

PrivateLinkCount

Count of private connections in the workspace.

ProvisioningState

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

PublicNetworkAccessType

Whether requests from Public Network are allowed.

ResourceType

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

(Inherited from ResourceData)
ServiceProvisionedResourceGroup

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

SharedPrivateLinkResources

The list of shared private link resources in this workspace.

Sku

Optional. This field is required to be implemented by the RP because AML is supporting more than one tier.

SoftDeleteRetentionInDays

Retention time in days after workspace get soft deleted.

StorageAccount

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

StorageAccounts

Gets the storage accounts.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
SystemDatastoresAuthMode

The auth mode used for accessing the system datastores of the workspace.

Tags

Resource tags.

(Inherited from TrackedResourceData)
TenantId

The tenant id associated with this workspace.

WorkspaceHubConfig

WorkspaceHub's configuration object.

WorkspaceId

The immutable id associated with this workspace.

Applies to