GetWorkspaceResult

data class GetWorkspaceResult(val allowPublicAccessWhenBehindVnet: Boolean? = null, val applicationInsights: String? = null, val associatedWorkspaces: List<String>? = null, val azureApiVersion: String, val containerRegistry: String? = null, val description: String? = null, val discoveryUrl: String? = null, val enableDataIsolation: Boolean? = null, val encryption: EncryptionPropertyResponse? = null, val featureStoreSettings: FeatureStoreSettingsResponse? = null, val friendlyName: String? = null, val hbiWorkspace: Boolean? = null, val hubResourceId: String? = null, val id: String, val identity: ManagedServiceIdentityResponse? = null, val imageBuildCompute: String? = null, val keyVault: String? = null, val kind: String? = null, val location: String? = null, val managedNetwork: ManagedNetworkSettingsResponse? = null, val mlFlowTrackingUri: String, val name: String, val notebookInfo: NotebookResourceInfoResponse, val primaryUserAssignedIdentity: String? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val privateLinkCount: Int, val provisioningState: String, val publicNetworkAccess: String? = null, val serverlessComputeSettings: ServerlessComputeSettingsResponse? = null, val serviceManagedResourcesSettings: ServiceManagedResourcesSettingsResponse? = null, val serviceProvisionedResourceGroup: String, val sharedPrivateLinkResources: List<SharedPrivateLinkResourceResponse>? = null, val sku: SkuResponse? = null, val storageAccount: String? = null, val storageHnsEnabled: Boolean, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String, val type: String, val v1LegacyMode: Boolean? = null, val workspaceHubConfig: WorkspaceHubConfigResponse? = null, val workspaceId: String)

An object that represents a machine learning workspace.

Constructors

Link copied to clipboard
constructor(allowPublicAccessWhenBehindVnet: Boolean? = null, applicationInsights: String? = null, associatedWorkspaces: List<String>? = null, azureApiVersion: String, containerRegistry: String? = null, description: String? = null, discoveryUrl: String? = null, enableDataIsolation: Boolean? = null, encryption: EncryptionPropertyResponse? = null, featureStoreSettings: FeatureStoreSettingsResponse? = null, friendlyName: String? = null, hbiWorkspace: Boolean? = null, hubResourceId: String? = null, id: String, identity: ManagedServiceIdentityResponse? = null, imageBuildCompute: String? = null, keyVault: String? = null, kind: String? = null, location: String? = null, managedNetwork: ManagedNetworkSettingsResponse? = null, mlFlowTrackingUri: String, name: String, notebookInfo: NotebookResourceInfoResponse, primaryUserAssignedIdentity: String? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, privateLinkCount: Int, provisioningState: String, publicNetworkAccess: String? = null, serverlessComputeSettings: ServerlessComputeSettingsResponse? = null, serviceManagedResourcesSettings: ServiceManagedResourcesSettingsResponse? = null, serviceProvisionedResourceGroup: String, sharedPrivateLinkResources: List<SharedPrivateLinkResourceResponse>? = null, sku: SkuResponse? = null, storageAccount: String? = null, storageHnsEnabled: Boolean, systemData: SystemDataResponse, tags: Map<String, String>? = null, tenantId: String, type: String, v1LegacyMode: Boolean? = null, workspaceHubConfig: WorkspaceHubConfigResponse? = null, workspaceId: String)

Types

Link copied to clipboard
object Companion

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

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: String? = null

The description of this workspace.

Link copied to clipboard
val discoveryUrl: String? = null

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: String? = null

The friendly name for this workspace. This name in mutable

Link copied to clipboard
val hbiWorkspace: Boolean? = null

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

Link copied to clipboard
val hubResourceId: String? = null
Link copied to clipboard
val id: String

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

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: String? = null

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: String? = null
Link copied to clipboard
val location: String? = null

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

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

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

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: SkuResponse? = null

The sku of the workspace.

Link copied to clipboard
val storageAccount: String? = null

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: Map<String, String>? = null

Contains resource tags defined as key/value pairs.

Link copied to clipboard

The tenant id associated with this workspace.

Link copied to clipboard

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

Link copied to clipboard
val v1LegacyMode: Boolean? = null

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

The immutable id associated with this workspace.