Microsoft.MachineLearningServices workspaces/endpoints/deployments 2024-01-01-preview
Bicep リソース定義
ワークスペース/エンドポイント/デプロイ リソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/workspaces/endpoints/deployments リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.MachineLearningServices/workspaces/endpoints/deployments@2024-01-01-preview' = {
name: 'string'
parent: resourceSymbolicName
properties: {
failureReason: 'string'
type: 'string'
// For remaining properties, see EndpointDeploymentResourceProperties objects
}
}
EndpointDeploymentResourceProperties オブジェクト
型 プロパティを設定して、オブジェクトの型を指定します。
Azure.ContentSafetyを
type: 'Azure.ContentSafety'
model: {
format: 'string'
name: 'string'
source: 'string'
version: 'string'
}
raiPolicyName: 'string'
sku: {
capacity: int
family: 'string'
name: 'string'
size: 'string'
tier: 'string'
}
versionUpgradeOption: 'string'
Azure.OpenAIを
type: 'Azure.OpenAI'
model: {
format: 'string'
name: 'string'
source: 'string'
version: 'string'
}
raiPolicyName: 'string'
sku: {
capacity: int
family: 'string'
name: 'string'
size: 'string'
tier: 'string'
}
versionUpgradeOption: 'string'
Azure.Speechを
type: 'Azure.Speech'
model: {
format: 'string'
name: 'string'
source: 'string'
version: 'string'
}
raiPolicyName: 'string'
sku: {
capacity: int
family: 'string'
name: 'string'
size: 'string'
tier: 'string'
}
versionUpgradeOption: 'string'
managedOnlineEndpoint
type: 'managedOnlineEndpoint'
プロパティ値
workspaces/endpoints/deployments
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 Bicepで子リソースの名前と種類 |
string (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: エンドポイント |
プロパティ | EndpointDeploymentResourceProperties (必須) |
EndpointDeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
failureReason | 作成に失敗した場合のエラーの理由。 | 糸 |
種類 | オブジェクトの種類を設定する | Azure.ContentSafety の Azure.OpenAI Azure.Speech managedOnlineEndpoint |
ContentSafetyEndpointDeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
種類 | デプロイの種類。 | 'Azure.ContentSafety' (必須) |
モデル | エンドポイントのデプロイに使用されるモデル。 | EndpointDeploymentModel (必須) |
raiPolicyName | RAI ポリシーの名前。 | 糸 |
sku | CognitiveServicesSku | |
versionUpgradeOption | デプロイ モデルバージョンのアップグレード オプション。 | 'NoAutoUpgrade' 'OnceCurrentVersionExpired' 'OnceNewDefaultVersionAvailable' |
EndpointDeploymentModel
名前 | 形容 | 価値 |
---|---|---|
形式 | モデル形式 | 糸 |
名前 | モデル名。 | 糸 |
源 | 随意。 デプロイ モデルのソース ARM リソース ID。 | 糸 |
バージョン | モデルのバージョン。 | 糸 |
CognitiveServicesSku
名前 | 形容 | 価値 |
---|---|---|
能力 | int | |
家族 | 糸 | |
名前 | 糸 | |
大きさ | 糸 | |
層 | 糸 |
OpenAIEndpointDeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
種類 | デプロイの種類。 | 'Azure.OpenAI' (必須) |
モデル | エンドポイントのデプロイに使用されるモデル。 | EndpointDeploymentModel (必須) |
raiPolicyName | RAI ポリシーの名前。 | 糸 |
sku | CognitiveServicesSku | |
versionUpgradeOption | デプロイ モデルバージョンのアップグレード オプション。 | 'NoAutoUpgrade' 'OnceCurrentVersionExpired' 'OnceNewDefaultVersionAvailable' |
SpeechEndpointDeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
種類 | デプロイの種類。 | 'Azure.Speech' (必須) |
モデル | エンドポイントのデプロイに使用されるモデル。 | EndpointDeploymentModel (必須) |
raiPolicyName | RAI ポリシーの名前。 | 糸 |
sku | CognitiveServicesSku | |
versionUpgradeOption | デプロイ モデルバージョンのアップグレード オプション。 | 'NoAutoUpgrade' 'OnceCurrentVersionExpired' 'OnceNewDefaultVersionAvailable' |
ManagedOnlineEndpointDeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
種類 | デプロイの種類。 | 'managedOnlineEndpoint' (必須) |
ARM テンプレート リソース定義
ワークスペース/エンドポイント/デプロイ リソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/workspaces/endpoints/deployments リソースを作成するには、テンプレートに次の JSON を追加します。
{
"type": "Microsoft.MachineLearningServices/workspaces/endpoints/deployments",
"apiVersion": "2024-01-01-preview",
"name": "string",
"properties": {
"failureReason": "string",
"type": "string"
// For remaining properties, see EndpointDeploymentResourceProperties objects
}
}
EndpointDeploymentResourceProperties オブジェクト
型 プロパティを設定して、オブジェクトの型を指定します。
Azure.ContentSafetyを
"type": "Azure.ContentSafety",
"model": {
"format": "string",
"name": "string",
"source": "string",
"version": "string"
},
"raiPolicyName": "string",
"sku": {
"capacity": "int",
"family": "string",
"name": "string",
"size": "string",
"tier": "string"
},
"versionUpgradeOption": "string"
Azure.OpenAIを
"type": "Azure.OpenAI",
"model": {
"format": "string",
"name": "string",
"source": "string",
"version": "string"
},
"raiPolicyName": "string",
"sku": {
"capacity": "int",
"family": "string",
"name": "string",
"size": "string",
"tier": "string"
},
"versionUpgradeOption": "string"
Azure.Speechを
"type": "Azure.Speech",
"model": {
"format": "string",
"name": "string",
"source": "string",
"version": "string"
},
"raiPolicyName": "string",
"sku": {
"capacity": "int",
"family": "string",
"name": "string",
"size": "string",
"tier": "string"
},
"versionUpgradeOption": "string"
managedOnlineEndpoint
"type": "managedOnlineEndpoint"
プロパティ値
workspaces/endpoints/deployments
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | 'Microsoft.MachineLearningServices/workspaces/endpoints/deployments' |
apiVersion | リソース API のバージョン | '2024-01-01-preview' |
名前 | リソース名 JSON ARM テンプレートで子リソースの名前と型 |
string (必須) |
プロパティ | EndpointDeploymentResourceProperties (必須) |
EndpointDeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
failureReason | 作成に失敗した場合のエラーの理由。 | 糸 |
種類 | オブジェクトの種類を設定する | Azure.ContentSafety の Azure.OpenAI Azure.Speech managedOnlineEndpoint |
ContentSafetyEndpointDeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
種類 | デプロイの種類。 | 'Azure.ContentSafety' (必須) |
モデル | エンドポイントのデプロイに使用されるモデル。 | EndpointDeploymentModel (必須) |
raiPolicyName | RAI ポリシーの名前。 | 糸 |
sku | CognitiveServicesSku | |
versionUpgradeOption | デプロイ モデルバージョンのアップグレード オプション。 | 'NoAutoUpgrade' 'OnceCurrentVersionExpired' 'OnceNewDefaultVersionAvailable' |
EndpointDeploymentModel
名前 | 形容 | 価値 |
---|---|---|
形式 | モデル形式 | 糸 |
名前 | モデル名。 | 糸 |
源 | 随意。 デプロイ モデルのソース ARM リソース ID。 | 糸 |
バージョン | モデルのバージョン。 | 糸 |
CognitiveServicesSku
名前 | 形容 | 価値 |
---|---|---|
能力 | int | |
家族 | 糸 | |
名前 | 糸 | |
大きさ | 糸 | |
層 | 糸 |
OpenAIEndpointDeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
種類 | デプロイの種類。 | 'Azure.OpenAI' (必須) |
モデル | エンドポイントのデプロイに使用されるモデル。 | EndpointDeploymentModel (必須) |
raiPolicyName | RAI ポリシーの名前。 | 糸 |
sku | CognitiveServicesSku | |
versionUpgradeOption | デプロイ モデルバージョンのアップグレード オプション。 | 'NoAutoUpgrade' 'OnceCurrentVersionExpired' 'OnceNewDefaultVersionAvailable' |
SpeechEndpointDeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
種類 | デプロイの種類。 | 'Azure.Speech' (必須) |
モデル | エンドポイントのデプロイに使用されるモデル。 | EndpointDeploymentModel (必須) |
raiPolicyName | RAI ポリシーの名前。 | 糸 |
sku | CognitiveServicesSku | |
versionUpgradeOption | デプロイ モデルバージョンのアップグレード オプション。 | 'NoAutoUpgrade' 'OnceCurrentVersionExpired' 'OnceNewDefaultVersionAvailable' |
ManagedOnlineEndpointDeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
種類 | デプロイの種類。 | 'managedOnlineEndpoint' (必須) |
Terraform (AzAPI プロバイダー) リソース定義
ワークスペース/エンドポイント/デプロイ リソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/workspaces/endpoints/deployments リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MachineLearningServices/workspaces/endpoints/deployments@2024-01-01-preview"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
failureReason = "string"
type = "string"
// For remaining properties, see EndpointDeploymentResourceProperties objects
}
})
}
EndpointDeploymentResourceProperties オブジェクト
型 プロパティを設定して、オブジェクトの型を指定します。
Azure.ContentSafetyを
type = "Azure.ContentSafety"
model = {
format = "string"
name = "string"
source = "string"
version = "string"
}
raiPolicyName = "string"
sku = {
capacity = int
family = "string"
name = "string"
size = "string"
tier = "string"
}
versionUpgradeOption = "string"
Azure.OpenAIを
type = "Azure.OpenAI"
model = {
format = "string"
name = "string"
source = "string"
version = "string"
}
raiPolicyName = "string"
sku = {
capacity = int
family = "string"
name = "string"
size = "string"
tier = "string"
}
versionUpgradeOption = "string"
Azure.Speechを
type = "Azure.Speech"
model = {
format = "string"
name = "string"
source = "string"
version = "string"
}
raiPolicyName = "string"
sku = {
capacity = int
family = "string"
name = "string"
size = "string"
tier = "string"
}
versionUpgradeOption = "string"
managedOnlineEndpoint
type = "managedOnlineEndpoint"
プロパティ値
workspaces/endpoints/deployments
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | "Microsoft.MachineLearningServices/workspaces/endpoints/deployments@2024-01-01-preview" |
名前 | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: エンドポイント |
プロパティ | EndpointDeploymentResourceProperties (必須) |
EndpointDeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
failureReason | 作成に失敗した場合のエラーの理由。 | 糸 |
種類 | オブジェクトの種類を設定する | Azure.ContentSafety の Azure.OpenAI Azure.Speech managedOnlineEndpoint |
ContentSafetyEndpointDeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
種類 | デプロイの種類。 | "Azure.ContentSafety" (必須) |
モデル | エンドポイントのデプロイに使用されるモデル。 | EndpointDeploymentModel (必須) |
raiPolicyName | RAI ポリシーの名前。 | 糸 |
sku | CognitiveServicesSku | |
versionUpgradeOption | デプロイ モデルバージョンのアップグレード オプション。 | "NoAutoUpgrade" "OnceCurrentVersionExpired" "OnceNewDefaultVersionAvailable" |
EndpointDeploymentModel
名前 | 形容 | 価値 |
---|---|---|
形式 | モデル形式 | 糸 |
名前 | モデル名。 | 糸 |
源 | 随意。 デプロイ モデルのソース ARM リソース ID。 | 糸 |
バージョン | モデルのバージョン。 | 糸 |
CognitiveServicesSku
名前 | 形容 | 価値 |
---|---|---|
能力 | int | |
家族 | 糸 | |
名前 | 糸 | |
大きさ | 糸 | |
層 | 糸 |
OpenAIEndpointDeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
種類 | デプロイの種類。 | "Azure.OpenAI" (必須) |
モデル | エンドポイントのデプロイに使用されるモデル。 | EndpointDeploymentModel (必須) |
raiPolicyName | RAI ポリシーの名前。 | 糸 |
sku | CognitiveServicesSku | |
versionUpgradeOption | デプロイ モデルバージョンのアップグレード オプション。 | "NoAutoUpgrade" "OnceCurrentVersionExpired" "OnceNewDefaultVersionAvailable" |
SpeechEndpointDeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
種類 | デプロイの種類。 | "Azure.Speech" (必須) |
モデル | エンドポイントのデプロイに使用されるモデル。 | EndpointDeploymentModel (必須) |
raiPolicyName | RAI ポリシーの名前。 | 糸 |
sku | CognitiveServicesSku | |
versionUpgradeOption | デプロイ モデルバージョンのアップグレード オプション。 | "NoAutoUpgrade" "OnceCurrentVersionExpired" "OnceNewDefaultVersionAvailable" |
ManagedOnlineEndpointDeploymentResourceProperties
名前 | 形容 | 価値 |
---|---|---|
種類 | デプロイの種類。 | "managedOnlineEndpoint" (必須) |