IWorkspaceProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.WorkspacePropertiesTypeConverter))]
public interface IWorkspaceProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.WorkspacePropertiesTypeConverter))>]
type IWorkspaceProperties = interface
interface IJsonSerializable
Public Interface IWorkspaceProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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. |
AssociatedWorkspace | |
ComputeRuntimeSparkRuntimeVersion | |
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 |
EnableDataIsolation | |
EncryptionStatus |
Indicates whether or not the encryption is enabled for the workspace. |
FeatureStoreSettingOfflineStoreConnectionName | |
FeatureStoreSettingOnlineStoreConnectionName | |
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 |
HubResourceId | |
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. |
ManagedNetworkId | |
ManagedNetworkIsolationMode |
Isolation mode for the managed network of a machine learning workspace. |
ManagedNetworkOutboundRule | |
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. |
ServerlessComputeSettingServerlessComputeCustomSubnet |
The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed |
ServerlessComputeSettingServerlessComputeNoPublicIP |
The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint |
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. |
Status |
Status for the managed network of a machine learning workspace. |
StatusSparkReady | |
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. |
WorkspaceHubConfigAdditionalWorkspaceStorageAccount | |
WorkspaceHubConfigDefaultWorkspaceResourceGroup | |
WorkspaceId |
The immutable id associated with this workspace. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |