MINARA

建立因子評估演算法設定

POST /v1/factors/evaluation-algorithm-configurations - 基於固定評估模組建立 Owner 範圍內的不可變設定,不接受任意統計程式碼。

POST /v1/factors/evaluation-algorithm-configurations

基於固定評估模組建立 Owner 範圍內的不可變設定,不接受任意統計程式碼。

方法POST
路徑/v1/factors/evaluation-algorithm-configurations
認證Authorization: Bearer <token> 必填
類別research

請求本文

{ "configuration": { "id": "custom-predictive", "name": "Custom Predictive", "version": 0, "evaluatorId": "time-series", "mode": "diagnostic", "modules": [] } }

回應本文

{ "configuration": { "id": "custom-predictive", "version": 1, "checksum": "..." } }

本頁目錄