ProjectUpdateParameters interface
更新機器學習專案的參數。
屬性
description | 此專案的描述。 |
friendly |
此專案的易記名稱。 |
gitrepo | 此專案的 git 存放庫參考。 |
tags | 機器學習專案的資源標籤。 |
屬性詳細資料
description
此專案的描述。
description?: string
屬性值
string
friendlyName
此專案的易記名稱。
friendlyName?: string
屬性值
string
gitrepo
此專案的 git 存放庫參考。
gitrepo?: string
屬性值
string
tags
機器學習專案的資源標籤。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}