GraphPackage interface
定義組成機器學習解決方案的模組圖形。
屬性
edges | 組成圖形的邊緣清單。 |
graph |
圖形的全局參數集合,指定為 GraphParameter 地圖的全局參數名稱。 這裡的每個參數都有 1:1 比對,與 WebServiceProperties 層級宣告的全域參數值對應。 |
nodes | 組成圖形的節點集,提供做為 GraphNode 地圖的 nodeId |
屬性詳細資料
edges
graphParameters
圖形的全局參數集合,指定為 GraphParameter 地圖的全局參數名稱。 這裡的每個參數都有 1:1 比對,與 WebServiceProperties 層級宣告的全域參數值對應。
graphParameters?: {[propertyName: string]: GraphParameter}
屬性值
{[propertyName: string]: GraphParameter}
nodes
組成圖形的節點集,提供做為 GraphNode 地圖的 nodeId
nodes?: {[propertyName: string]: GraphNode}
屬性值
{[propertyName: string]: GraphNode}