All Products
Search
Document Center

OpenSearch:DeployedAlgorithmModel

Last Updated:Oct 21, 2022

Description

The information about an algorithm model that is deployed in an OpenSearch application.

Example

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

Structure

Field

Type

Description

modelName

String

The name of the model.

modelId

Integer

The ID of the model.

progress

Integer

The prediction status, in percentage.

status

String

The deployment status. For more information, see the status field in DeployedAlgorithm.

projectId

Integer

The ID of the algorithm project.

algorithmType

String

The type of the algorithm. Valid values:- POP: a popularity model- CP: a category prediction model