DeployedAlgorithmModel

更新时间:
复制 MD 格式

Describes an algorithm model deployed in an OpenSearch application.

Structure

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

Example

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