DeployedAlgorithmModel

更新时间:
复制 MD 格式

The details of an algorithm model deployed in an OpenSearch application.

Example

{
    "modelName": "popV2",
    "modelId": 363,
    "progress": 100,
    "status": "IN_SERVICE",
    "projectId": 1747,
    "algorithmType": "POP"
}

Structure

FieldTypeDescription
modelNameStringThe name of the model.
modelIdIntegerThe ID of the model.
progressIntegerThe prediction status, in percentage.
statusStringThe deployment status. For more information, see the status field in DeployedAlgorithm.
projectIdIntegerThe ID of the algorithm project.
algorithmTypeStringThe type of the algorithm. Valid values:
- POP: a popularity model
- CP: a category prediction model