Microsoft.MachineLearningServices registries/components/versions 2023-04-01
Bicep リソース定義
レジストリ/コンポーネント/バージョンのリソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/registries/components/versions リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.MachineLearningServices/registries/components/versions@2023-04-01' = {
name: 'string'
parent: resourceSymbolicName
properties: {
componentSpec: any()
description: 'string'
isAnonymous: bool
isArchived: bool
properties: {
{customized property}: 'string'
}
tags: {}
}
}
プロパティ値
registries/components/versions
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 Bicepで子リソースの名前と種類 |
string (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: コンポーネント |
プロパティ | [必須]エンティティの追加の属性。 | ComponentVersionProperties (必須) |
ComponentVersionProperties
名前 | 形容 | 価値 |
---|---|---|
componentSpec | コンポーネント定義の詳細を定義します。 {see href="/azure/machine-learning/reference-yaml-component-command" /} |
Bicep の場合は、any() 関数を使用できます。 |
形容 | 資産の説明テキスト。 | 糸 |
isAnonymous | 名前のバージョンがシステムによって生成された場合 (匿名登録)。 | bool |
isArchived | 資産はアーカイブされていますか? | bool |
プロパティ | 資産プロパティ ディクショナリ。 | ResourceBaseProperties |
タグ | タグ ディクショナリ。 タグは追加、削除、更新できます。 | オブジェクト |
ResourceBaseProperties
名前 | 形容 | 価値 |
---|---|---|
{カスタマイズされたプロパティ} | 糸 |
ARM テンプレート リソース定義
レジストリ/コンポーネント/バージョンのリソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/registries/components/versions リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.MachineLearningServices/registries/components/versions",
"apiVersion": "2023-04-01",
"name": "string",
"properties": {
"componentSpec": {},
"description": "string",
"isAnonymous": "bool",
"isArchived": "bool",
"properties": {
"{customized property}": "string"
},
"tags": {}
}
}
プロパティ値
registries/components/versions
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | 'Microsoft.MachineLearningServices/registries/components/versions' |
apiVersion | リソース API のバージョン | '2023-04-01' |
名前 | リソース名 JSON ARM テンプレートで子リソースの名前と型 |
string (必須) |
プロパティ | [必須]エンティティの追加の属性。 | ComponentVersionProperties (必須) |
ComponentVersionProperties
名前 | 形容 | 価値 |
---|---|---|
componentSpec | コンポーネント定義の詳細を定義します。 {see href="/azure/machine-learning/reference-yaml-component-command" /} |
|
形容 | 資産の説明テキスト。 | 糸 |
isAnonymous | 名前のバージョンがシステムによって生成された場合 (匿名登録)。 | bool |
isArchived | 資産はアーカイブされていますか? | bool |
プロパティ | 資産プロパティ ディクショナリ。 | ResourceBaseProperties |
タグ | タグ ディクショナリ。 タグは追加、削除、更新できます。 | オブジェクト |
ResourceBaseProperties
名前 | 形容 | 価値 |
---|---|---|
{カスタマイズされたプロパティ} | 糸 |
Terraform (AzAPI プロバイダー) リソース定義
レジストリ/コンポーネント/バージョンのリソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.MachineLearningServices/registries/components/versions リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MachineLearningServices/registries/components/versions@2023-04-01"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
description = "string"
isAnonymous = bool
isArchived = bool
properties = {
{customized property} = "string"
}
tags = {}
}
})
}
プロパティ値
registries/components/versions
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | "Microsoft.MachineLearningServices/registries/components/versions@2023-04-01" |
名前 | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: コンポーネント |
プロパティ | [必須]エンティティの追加の属性。 | ComponentVersionProperties (必須) |
ComponentVersionProperties
名前 | 形容 | 価値 |
---|---|---|
componentSpec | コンポーネント定義の詳細を定義します。 {see href="/azure/machine-learning/reference-yaml-component-command" /} |
|
形容 | 資産の説明テキスト。 | 糸 |
isAnonymous | 名前のバージョンがシステムによって生成された場合 (匿名登録)。 | bool |
isArchived | 資産はアーカイブされていますか? | bool |
プロパティ | 資産プロパティ ディクショナリ。 | ResourceBaseProperties |
タグ | タグ ディクショナリ。 タグは追加、削除、更新できます。 | オブジェクト |
ResourceBaseProperties
名前 | 形容 | 価値 |
---|---|---|
{カスタマイズされたプロパティ} | 糸 |