本文介绍了DeployedAlgorithmModel的数据结构详情。
描述
OpenSearch应用部署成功的算法模型。
示例
{
"modelName": "popV2",
"modelId": 363,
"progress": 100,
"status": "IN_SERVICE",
"projectId": 1747,
"algorithmType": "POP"
}
结构
字段 | 类型 | 描述 |
modelName | String | 模型名称。 |
modelId | Integer | 模型ID。 |
progress | Integer | 预测进度,百分比。 |
status | String | 部署状态参考:DeployedAlgorithm 的 status。 |
projectId | Integer | 算法工程ID。 |
algorithmType | String | 算法类型- POP 人气模型- CP 类目预测。 |
该文章对您有帮助吗?