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
| 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 |
该文章对您有帮助吗?