Describes an algorithm model deployed in an OpenSearch application.
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 valid values, see the status field in DeployedAlgorithm. |
| projectId | Integer | The ID of the algorithm project. |
| algorithmType | String | The 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"
}该文章对您有帮助吗?