共用方式為


Microsoft.MachineLearningServices workspaces/featuresets/versions 2023-04-01-preview

Bicep 資源定義

工作區/功能組/版本資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。

資源格式

若要建立 Microsoft.MachineLearningServices/workspaces/featuresets/versions 資源,請將下列 Bicep 新增至您的範本。

resource symbolicname 'Microsoft.MachineLearningServices/workspaces/featuresets/versions@2023-04-01-preview' = {
  name: 'string'
  parent: resourceSymbolicName
  properties: {
    autoDeleteSetting: {
      condition: 'string'
      value: 'string'
    }
    description: 'string'
    entities: [
      'string'
    ]
    isAnonymous: bool
    isArchived: bool
    materializationSettings: {
      notification: {
        emailOn: [
          'string'
        ]
        emails: [
          'string'
        ]
        webhooks: {
          {customized property}: {
            eventType: 'string'
            webhookType: 'string'
            // For remaining properties, see Webhook objects
          }
        }
      }
      resource: {
        instanceType: 'string'
      }
      schedule: {
        endTime: 'string'
        frequency: 'string'
        interval: int
        schedule: {
          hours: [
            int
          ]
          minutes: [
            int
          ]
          monthDays: [
            int
          ]
          weekDays: [
            'string'
          ]
        }
        startTime: 'string'
        timeZone: 'string'
        triggerType: 'string'
      }
      sparkConfiguration: {
        {customized property}: 'string'
      }
      storeType: 'string'
    }
    properties: {
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
    }
    specification: {
      path: 'string'
    }
    stage: 'string'
    tags: {
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
      {customized property}: 'string'
    }
  }
}

Webhook 物件

設定 webhookType 屬性以指定物件的類型。

針對 AzureDevOps,請使用:

  webhookType: 'AzureDevOps'

屬性值

workspaces/featuresets/versions

名稱 描述
NAME 資源名稱

瞭解如何在 Bicep 中設定子資源的名稱和類型。
需要字串 ()
父系 (parent) 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增此屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型資源的符號名稱: 功能集
properties [必要]實體的其他屬性。 必要功能etVersionProperties ()

FeaturesetVersionProperties

名稱 描述
autoDeleteSetting 指定受控數據資產的生命周期設定。 AutoDeleteSetting
description 資產描述文字。 字串
實體 指定實體清單 string[]
isAnonymous 如果名稱版本是系統產生的 (匿名註冊) 。 針對定義階段的類型,提供 Stage 時,它會用來填入 IsAnonymous bool
isArchived 資產是否已封存? 針對定義階段的類型,當提供 Stage 時,它會用來填入 IsArchived bool
materializationSettings 指定具體化設定 MaterializationSettings
properties 資產屬性字典。 ResourceBaseProperties
規格 指定功能規格詳細數據 FeaturesetSpecification
stage (階段) 指定資產階段 字串
tags 標記字典。 標記可以新增、移除和更新。 物件 (object)

AutoDeleteSetting

名稱 描述
condition (條件) 檢查資產是否已過期的時機 'CreatedGreaterThan'
'LastAccessedGreaterThan'
到期條件值。 字串

MaterializationSettings

名稱 描述
通知 指定通知詳細數據 NotificationSetting
資源 指定計算資源設定 MaterializationComputeResource
schedule 指定排程詳細數據 RecurrenceTrigger
sparkConfiguration 指定 Spark 計算設定 MaterializationSettingsSparkConfiguration
storeType 指定具體化應該發生的存放區 'None'
'Offline'
'Online'
'OnlineAndOffline'

NotificationSetting

名稱 描述
emailOn 在指定的通知類型上將電子郵件通知傳送給使用者 包含任何項目的字串數組:
'JobCancelled'
'JobCompleted'
'JobFailed'
電子郵件 這是電子郵件收件者清單,在總 concat 中具有逗號分隔符的限製為 499 個字元 string[]
Webhook 將 Webhook 回呼傳送至服務。 金鑰是 Webhook 的使用者提供名稱。 NotificationSettingWebhooks

NotificationSettingWebhooks

名稱 描述
{自定義屬性} Webhook

Webhook

名稱 描述
eventType 在指定的通知事件上傳送回呼 字串
webhookType 設定物件類型 需要 AzureDevOps ()

AzureDevOpsWebhook

名稱 描述
webhookType [必要]指定要傳送回呼的服務類型 'AzureDevOps' (必要)

MaterializationComputeResource

名稱 描述
instanceType 指定實例類型 字串

RecurrenceTrigger

名稱 描述
EndTime 指定 ISO 8601 中排程的結束時間,但不含 UTC 位移。 請參閱 https://en.wikipedia.org/wiki/ISO_8601.
重新批注的格式會是 “2022-06-01T00:00:01”
如果沒有,排程將會無限期執行
字串
frequency [必要]觸發排程的頻率。 'Day'
'Hour'
'Minute'
'Month'
需要 『Week』 ()
interval [必要]指定與頻率搭配的排程間隔 需要 int ()
schedule 週期排程。 RecurrenceSchedule
startTime 以 ISO 8601 格式指定排程的開始時間,但不含 UTC 位移。 字串
timeZone 指定排程執行所在的時區。
TimeZone應遵循 Windows 時區格式。 請參閱: https://docs.microsoft.com/windows-hardware/manufacture/desktop/default-time-zones
字串
triggerType [必要] 'Cron'
必要) 「週期」 (

RecurrenceSchedule

名稱 描述
小時 [必要]排程的時數清單。 int[] (必要)
分鐘 [必要]排程的分鐘清單。 int[] (必要)
monthDays 排程的月份天數清單 int[]
weekDays 排程的天數清單。 包含任何項目的字串數組:
'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday'

MaterializationSettingsSparkConfiguration

名稱 描述
{自定義屬性} 字串

ResourceBaseProperties

名稱 描述
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串

FeaturesetSpecification

名稱 描述
path 指定規格路徑 字串

ARM 範本資源定義

工作區/功能組/版本資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄

資源格式

若要建立 Microsoft.MachineLearningServices/workspaces/featuresets/versions 資源,請將下列 JSON 新增至您的範本。

{
  "type": "Microsoft.MachineLearningServices/workspaces/featuresets/versions",
  "apiVersion": "2023-04-01-preview",
  "name": "string",
  "properties": {
    "autoDeleteSetting": {
      "condition": "string",
      "value": "string"
    },
    "description": "string",
    "entities": [ "string" ],
    "isAnonymous": "bool",
    "isArchived": "bool",
    "materializationSettings": {
      "notification": {
        "emailOn": [ "string" ],
        "emails": [ "string" ],
        "webhooks": {
          "{customized property}": {
            "eventType": "string",
            "webhookType": "string"
            // For remaining properties, see Webhook objects
          }
        }
      },
      "resource": {
        "instanceType": "string"
      },
      "schedule": {
        "endTime": "string",
        "frequency": "string",
        "interval": "int",
        "schedule": {
          "hours": [ "int" ],
          "minutes": [ "int" ],
          "monthDays": [ "int" ],
          "weekDays": [ "string" ]
        },
        "startTime": "string",
        "timeZone": "string",
        "triggerType": "string"
      },
      "sparkConfiguration": {
        "{customized property}": "string"
      },
      "storeType": "string"
    },
    "properties": {
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string"
    },
    "specification": {
      "path": "string"
    },
    "stage": "string",
    "tags": {
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string",
      "{customized property}": "string"
    }
  }
}

Webhook 物件

設定 webhookType 屬性以指定物件的類型。

針對 AzureDevOps,請使用:

  "webhookType": "AzureDevOps"

屬性值

workspaces/featuresets/versions

名稱 描述
類型 資源類型 'Microsoft.MachineLearningServices/workspaces/featuresets/versions'
apiVersion 資源 API 版本 '2023-04-01-preview'
NAME 資源名稱

請參閱如何在 JSON ARM 樣本中設定子資源的名稱和類型。
字串 (必要)
properties [必要]實體的其他屬性。 功能集VersionProperties (必要)

FeaturesetVersionProperties

名稱 描述
autoDeleteSetting 指定受控數據資產的生命周期設定。 AutoDeleteSetting
description 資產描述文字。 字串
實體 指定實體清單 string[]
isAnonymous 如果名稱版本是系統產生的, (匿名註冊) 。 針對定義 Stage 的類型,當提供 Stage 時,它會用來填入 IsAnonymous bool
isArchived 資產是否已封存? 針對定義 Stage 的類型,當提供 Stage 時,它會用來填入 IsArchived bool
materializationSettings 指定具體化設定 MaterializationSettings
properties 資產屬性字典。 ResourceBaseProperties
規格 指定功能規格詳細數據 FeaturesetSpecification
stage (階段) 指定資產階段 字串
tags 標記字典。 標記可以新增、移除和更新。 物件 (object)

AutoDeleteSetting

名稱 描述
condition (條件) 檢查資產是否已過期的時機 'CreatedGreaterThan'
'LastAccessedGreaterThan'
到期條件值。 字串

MaterializationSettings

名稱 描述
通知 指定通知詳細數據 NotificationSetting
資源 指定計算資源設定 MaterializationComputeResource
schedule 指定排程詳細數據 RecurrenceTrigger
sparkConfiguration 指定 Spark 計算設定 MaterializationSettingsSparkConfiguration
storeType 指定具體化應該發生的存放區 'None'
'Offline'
'Online'
'OnlineAndOffline'

NotificationSetting

名稱 描述
emailOn 在指定的通知類型上將電子郵件通知傳送給使用者 包含任何項目的字串數組:
'JobCancelled'
'JobCompleted'
'JobFailed'
電子郵件 這是電子郵件收件者清單,其總 concat 限制為 499 個字元,且具有逗號分隔符 string[]
Webhook 將 Webhook 回呼傳送至服務。 金鑰是 Webhook 的使用者提供名稱。 NotificationSettingWebhooks

NotificationSettingWebhooks

名稱 描述
{自定義屬性} Webhook

Webhook

名稱 描述
eventType 在指定的通知事件上傳送回呼 字串
webhookType 設定物件類型 AzureDevOps (必要)

AzureDevOpsWebhook

名稱 描述
webhookType [必要]指定要傳送回呼的服務類型 必要) 'AzureDevOps' (

MaterializationComputeResource

名稱 描述
instanceType 指定實例類型 字串

RecurrenceTrigger

名稱 描述
EndTime 指定 ISO 8601 中排程的結束時間,但沒有 UTC 位移。 請參閱 https://en.wikipedia.org/wiki/ISO_8601.
重新批注的格式為 “2022-06-01T00:00:01”
如果沒有,排程將會無限期執行
字串
frequency [必要]觸發排程的頻率。 'Day'
'Hour'
'Minute'
'Month'
必要) ('Week'
interval [必要]指定排程間隔與頻率 int (必要)
schedule 週期排程。 RecurrenceSchedule
startTime 指定 ISO 8601 格式的排程開始時間,但不含 UTC 位移。 字串
timeZone 指定排程執行所在的時區。
TimeZone應遵循 Windows 時區格式。 請參閱: https://docs.microsoft.com/windows-hardware/manufacture/desktop/default-time-zones
字串
triggerType [必要] 'Cron'
必要的「週期」 ()

RecurrenceSchedule

名稱 描述
小時 [必要]排程的時數清單。 int[] (必要)
分鐘 [必要]排程的分鐘數清單。 int[] (必要)
monthDays 排程的月份天數清單 int[]
weekDays 排程的天數清單。 包含任何項目的字串數組:
'Friday'
'Monday'
'Saturday'
'Sunday'
'Thursday'
'Tuesday'
'Wednesday'

MaterializationSettingsSparkConfiguration

名稱 描述
{自定義屬性} 字串

ResourceBaseProperties

名稱 描述
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串

FeaturesetSpecification

名稱 描述
path 指定規格路徑 字串

Terraform (AzAPI 提供者) 資源定義

工作區/功能組/版本資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄

資源格式

若要建立 Microsoft.MachineLearningServices/workspaces/featuresets/versions 資源,請將下列 Terraform 新增至您的範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.MachineLearningServices/workspaces/featuresets/versions@2023-04-01-preview"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      autoDeleteSetting = {
        condition = "string"
        value = "string"
      }
      description = "string"
      entities = [
        "string"
      ]
      isAnonymous = bool
      isArchived = bool
      materializationSettings = {
        notification = {
          emailOn = [
            "string"
          ]
          emails = [
            "string"
          ]
          webhooks = {
            {customized property} = {
              eventType = "string"
              webhookType = "string"
              // For remaining properties, see Webhook objects
            }
          }
        }
        resource = {
          instanceType = "string"
        }
        schedule = {
          endTime = "string"
          frequency = "string"
          interval = int
          schedule = {
            hours = [
              int
            ]
            minutes = [
              int
            ]
            monthDays = [
              int
            ]
            weekDays = [
              "string"
            ]
          }
          startTime = "string"
          timeZone = "string"
          triggerType = "string"
        }
        sparkConfiguration = {
          {customized property} = "string"
        }
        storeType = "string"
      }
      properties = {
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
      }
      specification = {
        path = "string"
      }
      stage = "string"
      tags = {
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
        {customized property} = "string"
      }
    }
  })
}

Webhook 物件

設定 webhookType 屬性以指定物件的類型。

針對 AzureDevOps,請使用:

  webhookType = "AzureDevOps"

屬性值

workspaces/featuresets/versions

名稱 描述
類型 資源類型 “Microsoft.MachineLearningServices/workspaces/featuresets/versions@2023-04-01-preview”
NAME 資源名稱 字串 (必要)
parent_id 此資源之父系的資源標識碼。 類型資源的識別碼: 功能集
properties [必要]實體的其他屬性。 功能集VersionProperties (必要)

FeaturesetVersionProperties

名稱 描述
autoDeleteSetting 指定受控數據資產的生命周期設定。 AutoDeleteSetting
description 資產描述文字。 字串
實體 指定實體清單 string[]
isAnonymous 如果名稱版本是系統產生的, (匿名註冊) 。 針對定義 Stage 的類型,當提供 Stage 時,它會用來填入 IsAnonymous bool
isArchived 資產是否已封存? 針對定義 Stage 的類型,當提供 Stage 時,它會用來填入 IsArchived bool
materializationSettings 指定具體化設定 MaterializationSettings
properties 資產屬性字典。 ResourceBaseProperties
規格 指定功能規格詳細數據 FeaturesetSpecification
stage (階段) 指定資產階段 字串
tags 標記字典。 標記可以新增、移除和更新。 物件 (object)

AutoDeleteSetting

名稱 描述
condition (條件) 檢查資產是否已過期的時機 “CreatedGreaterThan”
“LastAccessedGreaterThan”
到期條件值。 字串

MaterializationSettings

名稱 描述
通知 指定通知詳細數據 NotificationSetting
資源 指定計算資源設定 MaterializationComputeResource
schedule 指定排程詳細數據 RecurrenceTrigger
sparkConfiguration 指定 Spark 計算設定 MaterializationSettingsSparkConfiguration
storeType 指定具體化應該發生的存放區 "None"
“脫機”
“Online”
“OnlineAndOffline”

NotificationSetting

名稱 描述
emailOn 在指定的通知類型上將電子郵件通知傳送給使用者 包含任何項目的字串數組:
“JobCancelled”
“JobCompleted”
“JobFailed”
電子郵件 這是電子郵件收件者清單,在總 concat 中具有逗號分隔符的限製為 499 個字元 string[]
Webhook 將 Webhook 回呼傳送至服務。 金鑰是 Webhook 的使用者提供名稱。 NotificationSettingWebhooks

NotificationSettingWebhooks

名稱 描述
{自定義屬性} Webhook

Webhook

名稱 描述
eventType 在指定的通知事件上傳送回呼 字串
webhookType 設定物件類型 需要 AzureDevOps ()

AzureDevOpsWebhook

名稱 描述
webhookType [必要]指定要傳送回呼的服務類型 “AzureDevOps” (必要)

MaterializationComputeResource

名稱 描述
instanceType 指定實例類型 字串

RecurrenceTrigger

名稱 描述
EndTime 指定 ISO 8601 中排程的結束時間,但不含 UTC 位移。 請參閱 https://en.wikipedia.org/wiki/ISO_8601.
重新批注的格式會是 “2022-06-01T00:00:01”
如果沒有,排程將會無限期執行
字串
frequency [必要]觸發排程的頻率。 “Day”
“Hour”
“Minute”
“Month”
“Week” (必要)
interval [必要]指定與頻率搭配的排程間隔 需要 int ()
schedule 週期排程。 RecurrenceSchedule
startTime 以 ISO 8601 格式指定排程的開始時間,但不含 UTC 位移。 字串
timeZone 指定排程執行所在的時區。
TimeZone應遵循 Windows 時區格式。 請參閱: https://docs.microsoft.com/windows-hardware/manufacture/desktop/default-time-zones
字串
triggerType [必要] “Cron”
必要的「週期」 ()

RecurrenceSchedule

名稱 描述
小時 [必要]排程的時數清單。 int[] (必要)
分鐘 [必要]排程的分鐘數清單。 int[] (必要)
monthDays 排程的月份天數清單 int[]
weekDays 排程的天數清單。 包含任何項目的字串數組:
"Friday"
"Monday"
"Saturday"
"Sunday"
"Thursday"
"Tuesday"
"Wednesday"

MaterializationSettingsSparkConfiguration

名稱 描述
{自定義屬性} 字串

ResourceBaseProperties

名稱 描述
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串
{自定義屬性} 字串

FeaturesetSpecification

名稱 描述
path 指定規格路徑 字串