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": "..." } }

本页目录