WorkspaceProperties Class

Definition

The properties of a machine learning workspace.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.WorkspacePropertiesTypeConverter))]
public class WorkspaceProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IWorkspaceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.WorkspacePropertiesTypeConverter))>]
type WorkspaceProperties = class
    interface IWorkspaceProperties
    interface IJsonSerializable
Public Class WorkspaceProperties
Implements IWorkspaceProperties
Inheritance
WorkspaceProperties
Attributes
Implements

Constructors

WorkspaceProperties()

Creates an new WorkspaceProperties instance.

Properties

AllowPublicAccessWhenBehindVnet

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

ApplicationInsight

ARM id of the application insights associated with this workspace.

ContainerRegistry

ARM id of the container registry associated with this workspace.

CosmoDbCollectionsThroughput

The throughput of the collections in cosmosdb database

Description

The description of this workspace.

DiscoveryUrl

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

EncryptionStatus

Indicates whether or not the encryption is enabled for the workspace.

FriendlyName

The friendly name for this workspace. This name in mutable

HbiWorkspace

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

IdentityUserAssignedIdentity

The ArmId of the user assigned identity that will be used to access the customer managed key vault

ImageBuildCompute

The compute name for image build

KeyVault

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

KeyVaultPropertyIdentityClientId

For future use - The client id of the identity which will be used to access key vault.

KeyVaultPropertyKeyIdentifier

Key vault uri to access the encryption key.

KeyVaultPropertyKeyVaultArmId

The ArmId of the keyVault where the customer owned encryption key is present.

MlFlowTrackingUri

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

NotebookInfoFqdn
NotebookInfoResourceId

the data plane resourceId that used to initialize notebook component

NotebookPreparationErrorMessage
NotebookPreparationErrorStatusCode
PrimaryUserAssignedIdentity

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

PrivateEndpointConnection

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.

PublicNetworkAccess

Whether requests from Public Network are allowed.

ServiceProvisionedResourceGroup

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

SharedPrivateLinkResource

The list of shared private link resources in this workspace.

StorageAccount

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

StorageHnsEnabled

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

TenantId

The tenant id associated with this workspace.

V1LegacyMode

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

WorkspaceId

The immutable id associated with this workspace.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkspaceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkspaceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IWorkspaceProperties.

FromJsonString(String)

Creates a new instance of WorkspaceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkspaceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to