你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkspaceUpdateParameters interface

用于更新机器学习工作区的参数。

属性

description

此工作区的说明。

friendlyName

此工作区的友好名称。

identity

资源的标识。

imageBuildCompute

映像生成的计算名称

primaryUserAssignedIdentity

表示工作区标识的用户分配的标识资源 ID。

publicNetworkAccess

是否允许来自公用网络的请求。

serviceManagedResourcesSettings

服务托管资源设置。

sku

工作区的 SKU。

tags

机器学习工作区的资源标记。

属性详细信息

description

此工作区的说明。

description?: string

属性值

string

friendlyName

此工作区的友好名称。

friendlyName?: string

属性值

string

identity

资源的标识。

identity?: Identity

属性值

imageBuildCompute

映像生成的计算名称

imageBuildCompute?: string

属性值

string

primaryUserAssignedIdentity

表示工作区标识的用户分配的标识资源 ID。

primaryUserAssignedIdentity?: string

属性值

string

publicNetworkAccess

是否允许来自公用网络的请求。

publicNetworkAccess?: string

属性值

string

serviceManagedResourcesSettings

服务托管资源设置。

serviceManagedResourcesSettings?: ServiceManagedResourcesSettings

属性值

sku

工作区的 SKU。

sku?: Sku

属性值

Sku

tags

机器学习工作区的资源标记。

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}