Description | : Gets the properties of the specified machine learning workspace. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Workspaces_Get", "$responses": { "200": { "$properties": { "properties": [ { "@added_4e8329eed47d466cbf02acaf1406e1bc": { "#name": "provisionNetworkNow", "Description": "Set to trigger the provisioning of the managed VNet with the default Options when creating a Workspace with the managed VNet enabled, or else it does nothing.", "Required": false, "Type": "boolean" } } ] } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
workspaceName:
string
,
}
⚐ Response (200)
{
properties:
{
,
workspaceId:
string
,
description:
string
,
friendlyName:
string
,
keyVault:
string
,
applicationInsights:
string
,
containerRegistry:
string
,
storageAccount:
string
,
discoveryUrl:
string
,
provisioningState:
enum
,
encryption:
{
,
status:
enum
,
identity:
{
,
userAssignedIdentity:
string
,
}
keyVaultProperties:
}
{
,
keyVaultArmId:
string
,
keyIdentifier:
string
,
identityClientId:
string
,
}
hbiWorkspace:
boolean
,
serviceProvisionedResourceGroup:
string
,
privateLinkCount:
integer
,
provisionNetworkNow:
boolean
,
imageBuildCompute:
string
,
allowPublicAccessWhenBehindVnet:
boolean
,
publicNetworkAccess:
enum
,
privateEndpointConnections:
[
]
,
{
,
properties:
{
,
privateEndpoint:
{
,
id:
string
,
}
privateLinkServiceConnectionState:
{
,
status:
enum
,
description:
string
,
actionsRequired:
string
,
}
provisioningState:
enum
,
}
identity:
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
location:
string
,
tags:
object
,
sku:
}
{
,
name:
string
,
tier:
enum
,
size:
string
,
family:
string
,
capacity:
integer
,
}
serverlessComputeSettings:
{
,
serverlessComputeCustomSubnet:
string
,
serverlessComputeNoPublicIP:
boolean
,
}
sharedPrivateLinkResources:
[
]
,
{
,
name:
string
,
properties:
}
{
,
privateLinkResourceId:
string
,
groupId:
string
,
requestMessage:
string
,
status:
enum
,
}
notebookInfo:
{
,
fqdn:
string
,
resourceId:
string
,
notebookPreparationError:
}
{
,
errorMessage:
string
,
statusCode:
integer
,
}
serviceManagedResourcesSettings:
{
,
cosmosDb:
}
{
,
collectionsThroughput:
integer
,
}
primaryUserAssignedIdentity:
string
,
tenantId:
string
,
storageHnsEnabled:
boolean
,
systemDatastoresAuthMode:
enum
,
mlFlowTrackingUri:
string
,
v1LegacyMode:
boolean
,
managedNetwork:
{
,
isolationMode:
enum
,
networkId:
string
,
outboundRules:
object
,
status:
{
,
sparkReady:
boolean
,
status:
enum
,
}
firewallSku:
enum
,
managedNetworkKind:
enum
,
firewallPublicIpAddress:
string
,
}
featureStoreSettings:
{
,
computeRuntime:
{
,
sparkRuntimeVersion:
string
,
}
offlineStoreConnectionName:
string
,
onlineStoreConnectionName:
string
,
}
associatedWorkspaces:
[
,
string
,
]
enableDataIsolation:
boolean
,
enableServiceSideCMKEncryption:
boolean
,
hubResourceId:
string
,
workspaceHubConfig:
}
{
,
additionalWorkspaceStorageAccounts:
[
,
string
,
]
defaultWorkspaceResourceGroup:
string
,
}
identity:
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
kind:
string
,
location:
string
,
tags:
object
,
sku:
}
{
,
name:
string
,
tier:
enum
,
size:
string
,
family:
string
,
capacity:
integer
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}