Microsoft.MachineLearningServices 工作區/batchEndpoints 2021-03-01-preview
- 最新
- 2024-10-01
- 2024-10-01-preview
- 2024-07-01-preview
- 2024-04-01
- 2024-04-01-preview
- 2024-01-01-preview
- 2023-10-01
- 2023-08-01-preview
- 2023-06-01-preview
- 2023-04-01
- 2023-04-01-preview
- 2023-02-01-preview
- 2022-12-01-preview
- 2022-10-01
- 2022-10-01-preview
- 2022-06-01-preview
- 2022-05-01
- 2022-02-01-preview
- 2021-03-01-preview
Bicep 資源定義
工作區/batchEndpoints 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.MachineLearningServices/workspaces/batchEndpoints 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.MachineLearningServices/workspaces/batchEndpoints@2021-03-01-preview' = {
parent: resourceSymbolicName
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {
clientId: 'string'
principalId: 'string'
}
}
}
kind: 'string'
location: 'string'
name: 'string'
properties: {
authMode: 'string'
description: 'string'
keys: {
primaryKey: 'string'
secondaryKey: 'string'
}
properties: {
{customized property}: 'string'
}
traffic: {
{customized property}: int
}
}
tags: {
{customized property}: 'string'
}
}
屬性值
BatchEndpoint
名字 | 描述 | 價值 |
---|---|---|
authMode | [必要]推斷端點驗證模式類型 | 'AADToken' 'AMLToken' 'Key' |
描述 | 推斷端點的描述。 | 字串 |
鑰匙 | EndpointAuthKeys 一開始在端點上設定。 這個屬性一律會以 Null 傳回。 必須使用 ListKeys API 擷取 AuthKey 值。 |
EndpointAuthKeys |
性能 | 屬性字典。 可以新增屬性,但無法移除或改變。 | BatchEndpointProperties |
交通 | 流量規則,說明如何跨部署路由傳送流量。 | BatchEndpointTraffic |
BatchEndpointProperties
名字 | 描述 | 價值 |
---|
BatchEndpointTraffic
名字 | 描述 | 價值 |
---|
EndpointAuthKeys
名字 | 描述 | 價值 |
---|---|---|
primaryKey | 主鍵。 | 字串 |
secondaryKey | 次要金鑰。 | 字串 |
Microsoft.MachineLearningServices/workspaces/batchEndpoints
名字 | 描述 | 價值 |
---|---|---|
身份 | 與資源相關聯的服務識別。 | ResourceIdentity |
類 | 入口網站/工具等用來轉譯相同類型資源的不同UX體驗的元數據。 | 字串 |
位置 | 資源所在的地理位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 約束: 模式 = ^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,254}$ (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型的資源符號名稱:工作區 |
性能 | [必要]實體的其他屬性。 | BatchEndpoint (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
ResourceIdentity
名字 | 描述 | 價值 |
---|---|---|
類型 | 定義 ResourceIdentity 類型的值。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' |
userAssignedIdentities | 使用者指派身分識別的字典,索引鍵是 UAI 的 ARM 資源識別碼。 | ResourceIdentityUserAssignedIdentities |
ResourceIdentityUserAssignedIdentities
名字 | 描述 | 價值 |
---|
TrackedResourceTags
名字 | 描述 | 價值 |
---|
UserAssignedIdentityMeta
名字 | 描述 | 價值 |
---|---|---|
clientId | Aka 應用程式識別碼,這是 Azure AD 所產生的唯一標識碼,在初始布建期間系結至應用程式和服務主體。 | 字串 |
principalId | 受控識別的服務主體對象標識碼,用來授與 Azure 資源的角色型存取權。 | 字串 |
ARM 樣本資源定義
工作區/batchEndpoints 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.MachineLearningServices/workspaces/batchEndpoints 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.MachineLearningServices/workspaces/batchEndpoints",
"apiVersion": "2021-03-01-preview",
"name": "string",
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
"clientId": "string",
"principalId": "string"
}
}
},
"kind": "string",
"location": "string",
"properties": {
"authMode": "string",
"description": "string",
"keys": {
"primaryKey": "string",
"secondaryKey": "string"
},
"properties": {
"{customized property}": "string"
},
"traffic": {
"{customized property}": "int"
}
},
"tags": {
"{customized property}": "string"
}
}
屬性值
BatchEndpoint
名字 | 描述 | 價值 |
---|---|---|
authMode | [必要]推斷端點驗證模式類型 | 'AADToken' 'AMLToken' 'Key' |
描述 | 推斷端點的描述。 | 字串 |
鑰匙 | EndpointAuthKeys 一開始在端點上設定。 這個屬性一律會以 Null 傳回。 必須使用 ListKeys API 擷取 AuthKey 值。 |
EndpointAuthKeys |
性能 | 屬性字典。 可以新增屬性,但無法移除或改變。 | BatchEndpointProperties |
交通 | 流量規則,說明如何跨部署路由傳送流量。 | BatchEndpointTraffic |
BatchEndpointProperties
名字 | 描述 | 價值 |
---|
BatchEndpointTraffic
名字 | 描述 | 價值 |
---|
EndpointAuthKeys
名字 | 描述 | 價值 |
---|---|---|
primaryKey | 主鍵。 | 字串 |
secondaryKey | 次要金鑰。 | 字串 |
Microsoft.MachineLearningServices/workspaces/batchEndpoints
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2021-03-01-preview' |
身份 | 與資源相關聯的服務識別。 | ResourceIdentity |
類 | 入口網站/工具等用來轉譯相同類型資源的不同UX體驗的元數據。 | 字串 |
位置 | 資源所在的地理位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 約束: 模式 = ^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,254}$ (必要) |
性能 | [必要]實體的其他屬性。 | BatchEndpoint (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | 'Microsoft.MachineLearningServices/workspaces/batchEndpoints' |
ResourceIdentity
名字 | 描述 | 價值 |
---|---|---|
類型 | 定義 ResourceIdentity 類型的值。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' |
userAssignedIdentities | 使用者指派身分識別的字典,索引鍵是 UAI 的 ARM 資源識別碼。 | ResourceIdentityUserAssignedIdentities |
ResourceIdentityUserAssignedIdentities
名字 | 描述 | 價值 |
---|
TrackedResourceTags
名字 | 描述 | 價值 |
---|
UserAssignedIdentityMeta
名字 | 描述 | 價值 |
---|---|---|
clientId | Aka 應用程式識別碼,這是 Azure AD 所產生的唯一標識碼,在初始布建期間系結至應用程式和服務主體。 | 字串 |
principalId | 受控識別的服務主體對象標識碼,用來授與 Azure 資源的角色型存取權。 | 字串 |
Terraform (AzAPI 提供者) 資源定義
工作區/batchEndpoints 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.MachineLearningServices/workspaces/batchEndpoints 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MachineLearningServices/workspaces/batchEndpoints@2021-03-01-preview"
name = "string"
identity = {
type = "string"
userAssignedIdentities = {
{customized property} = {
clientId = "string"
principalId = "string"
}
}
}
kind = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
authMode = "string"
description = "string"
keys = {
primaryKey = "string"
secondaryKey = "string"
}
properties = {
{customized property} = "string"
}
traffic = {
{customized property} = int
}
}
})
}
屬性值
BatchEndpoint
名字 | 描述 | 價值 |
---|---|---|
authMode | [必要]推斷端點驗證模式類型 | 'AADToken' 'AMLToken' 'Key' |
描述 | 推斷端點的描述。 | 字串 |
鑰匙 | EndpointAuthKeys 一開始在端點上設定。 這個屬性一律會以 Null 傳回。 必須使用 ListKeys API 擷取 AuthKey 值。 |
EndpointAuthKeys |
性能 | 屬性字典。 可以新增屬性,但無法移除或改變。 | BatchEndpointProperties |
交通 | 流量規則,說明如何跨部署路由傳送流量。 | BatchEndpointTraffic |
BatchEndpointProperties
名字 | 描述 | 價值 |
---|
BatchEndpointTraffic
名字 | 描述 | 價值 |
---|
EndpointAuthKeys
名字 | 描述 | 價值 |
---|---|---|
primaryKey | 主鍵。 | 字串 |
secondaryKey | 次要金鑰。 | 字串 |
Microsoft.MachineLearningServices/workspaces/batchEndpoints
名字 | 描述 | 價值 |
---|---|---|
身份 | 與資源相關聯的服務識別。 | ResourceIdentity |
類 | 入口網站/工具等用來轉譯相同類型資源的不同UX體驗的元數據。 | 字串 |
位置 | 資源所在的地理位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 約束: 模式 = ^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,254}$ (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型資源的標識碼:工作區 |
性能 | [必要]實體的其他屬性。 | BatchEndpoint (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.MachineLearningServices/workspaces/batchEndpoints@2021-03-01-preview” |
ResourceIdentity
名字 | 描述 | 價值 |
---|---|---|
類型 | 定義 ResourceIdentity 類型的值。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' |
userAssignedIdentities | 使用者指派身分識別的字典,索引鍵是 UAI 的 ARM 資源識別碼。 | ResourceIdentityUserAssignedIdentities |
ResourceIdentityUserAssignedIdentities
名字 | 描述 | 價值 |
---|
TrackedResourceTags
名字 | 描述 | 價值 |
---|
UserAssignedIdentityMeta
名字 | 描述 | 價值 |
---|---|---|
clientId | Aka 應用程式識別碼,這是 Azure AD 所產生的唯一標識碼,在初始布建期間系結至應用程式和服務主體。 | 字串 |
principalId | 受控識別的服務主體對象標識碼,用來授與 Azure 資源的角色型存取權。 | 字串 |