Microsoft.MachineLearningServices workspaces/featurestoreEntities/versions 2023-10-01

Bicep リソース定義

ワークスペース/featurestoreEntities/versions リソースの種類は、次を対象とする操作と共にデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions@2023-10-01' = {
  name: 'string'
  parent: resourceSymbolicName
  properties: {
    description: 'string'
    indexColumns: [
      {
        columnName: 'string'
        dataType: 'string'
      }
    ]
    isAnonymous: bool
    isArchived: bool
    properties: {
      {customized property}: 'string'
    }
    stage: 'string'
    tags: {}
  }
}

プロパティ値

workspaces/featurestoreEntities/versions

名前 形容 価値
名前 リソース名

Bicepで子リソースの名前と種類 設定する方法を参照してください。
string (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: featurestoreEntities
プロパティ [必須]エンティティの追加の属性。 FeaturestoreEntityVersionProperties (必須)

FeaturestoreEntityVersionProperties

名前 形容 価値
形容 資産の説明テキスト。
indexColumns インデックス列を指定します IndexColumn[]
isAnonymous 名前のバージョンがシステムによって生成された場合 (匿名登録)。 bool
isArchived 資産はアーカイブされていますか? bool
プロパティ 資産プロパティ ディクショナリ。 ResourceBaseProperties
舞台 資産ステージを指定します
タグ タグ ディクショナリ。 タグは追加、削除、更新できます。 オブジェクト

IndexColumn

名前 形容 価値
columnName 列名を指定します。
dataType データ型を指定します。 'Binary'
'Boolean'
'Datetime'
'Double'
'Float'
'Integer'
'Long'
'String'

ResourceBaseProperties

名前 形容 価値
{カスタマイズされたプロパティ}

ARM テンプレート リソース定義

ワークスペース/featurestoreEntities/versions リソースの種類は、次を対象とする操作と共にデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions リソースを作成するには、テンプレートに次の JSON を追加します。

{
  "type": "Microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions",
  "apiVersion": "2023-10-01",
  "name": "string",
  "properties": {
    "description": "string",
    "indexColumns": [
      {
        "columnName": "string",
        "dataType": "string"
      }
    ],
    "isAnonymous": "bool",
    "isArchived": "bool",
    "properties": {
      "{customized property}": "string"
    },
    "stage": "string",
    "tags": {}
  }
}

プロパティ値

workspaces/featurestoreEntities/versions

名前 形容 価値
種類 リソースの種類 'Microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions'
apiVersion リソース API のバージョン '2023-10-01'
名前 リソース名

JSON ARM テンプレートで子リソースの名前と型 設定する方法を参照してください。
string (必須)
プロパティ [必須]エンティティの追加の属性。 FeaturestoreEntityVersionProperties (必須)

FeaturestoreEntityVersionProperties

名前 形容 価値
形容 資産の説明テキスト。
indexColumns インデックス列を指定します IndexColumn[]
isAnonymous 名前のバージョンがシステムによって生成された場合 (匿名登録)。 bool
isArchived 資産はアーカイブされていますか? bool
プロパティ 資産プロパティ ディクショナリ。 ResourceBaseProperties
舞台 資産ステージを指定します
タグ タグ ディクショナリ。 タグは追加、削除、更新できます。 オブジェクト

IndexColumn

名前 形容 価値
columnName 列名を指定します。
dataType データ型を指定します。 'Binary'
'Boolean'
'Datetime'
'Double'
'Float'
'Integer'
'Long'
'String'

ResourceBaseProperties

名前 形容 価値
{カスタマイズされたプロパティ}

Terraform (AzAPI プロバイダー) リソース定義

ワークスペース/featurestoreEntities/versions リソースの種類は、次を対象とする操作と共にデプロイできます。

  • リソース グループの

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions@2023-10-01"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      description = "string"
      indexColumns = [
        {
          columnName = "string"
          dataType = "string"
        }
      ]
      isAnonymous = bool
      isArchived = bool
      properties = {
        {customized property} = "string"
      }
      stage = "string"
      tags = {}
    }
  })
}

プロパティ値

workspaces/featurestoreEntities/versions

名前 形容 価値
種類 リソースの種類 "Microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions@2023-10-01"
名前 リソース名 string (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: featurestoreEntities
プロパティ [必須]エンティティの追加の属性。 FeaturestoreEntityVersionProperties (必須)

FeaturestoreEntityVersionProperties

名前 形容 価値
形容 資産の説明テキスト。
indexColumns インデックス列を指定します IndexColumn[]
isAnonymous 名前のバージョンがシステムによって生成された場合 (匿名登録)。 bool
isArchived 資産はアーカイブされていますか? bool
プロパティ 資産プロパティ ディクショナリ。 ResourceBaseProperties
舞台 資産ステージを指定します
タグ タグ ディクショナリ。 タグは追加、削除、更新できます。 オブジェクト

IndexColumn

名前 形容 価値
columnName 列名を指定します。
dataType データ型を指定します。 "Binary"
"Boolean"
"Datetime"
"Double"
"Float"
"Integer"
"Long"
"String"

ResourceBaseProperties

名前 形容 価値
{カスタマイズされたプロパティ}