GetWorkspaceResult

data class GetWorkspaceResult(val allowPublicAccessWhenBehindVnet: Boolean? = null, val applicationInsights: String? = null, val containerRegistry: String? = null, val description: String? = null, val discoveryUrl: String? = null, val encryption: EncryptionPropertyResponse? = null, val friendlyName: String? = null, val hbiWorkspace: Boolean? = null, val id: String, val identity: IdentityResponse? = null, val imageBuildCompute: String? = null, val keyVault: String? = null, val location: String? = null, val name: String, val notebookInfo: NotebookResourceInfoResponse, val primaryUserAssignedIdentity: String? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val privateLinkCount: Int, val provisioningState: String, val serviceManagedResourcesSettings: ServiceManagedResourcesSettingsResponse? = null, val serviceProvisionedResourceGroup: String, val sharedPrivateLinkResources: List<SharedPrivateLinkResourceResponse>? = null, val sku: SkuResponse? = null, val storageAccount: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val workspaceId: String)

An object that represents a machine learning workspace.

Constructors

Link copied to clipboard
constructor(allowPublicAccessWhenBehindVnet: Boolean? = null, applicationInsights: String? = null, containerRegistry: String? = null, description: String? = null, discoveryUrl: String? = null, encryption: EncryptionPropertyResponse? = null, friendlyName: String? = null, hbiWorkspace: Boolean? = null, id: String, identity: IdentityResponse? = null, imageBuildCompute: String? = null, keyVault: String? = null, location: String? = null, name: String, notebookInfo: NotebookResourceInfoResponse, primaryUserAssignedIdentity: String? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, privateLinkCount: Int, provisioningState: String, serviceManagedResourcesSettings: ServiceManagedResourcesSettingsResponse? = null, serviceProvisionedResourceGroup: String, sharedPrivateLinkResources: List<SharedPrivateLinkResourceResponse>? = null, sku: SkuResponse? = null, storageAccount: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, 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. This cannot be changed once the workspace has been created

Link copied to clipboard

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

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

The encryption settings of Azure ML 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 id: String

Specifies the resource ID.

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

Specifies the location of the resource.

Link copied to clipboard

Specifies 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

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

Read only system data

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

Contains resource tags defined as key/value pairs.

Link copied to clipboard

Specifies the type of the resource.

Link copied to clipboard

The immutable id associated with this workspace.