OpenSearch アプリケーションにデプロイされたアルゴリズムモデルの詳細です。
例
{
"modelName": "popV2",
"modelId": 363,
"progress": 100,
"status": "IN_SERVICE",
"projectId": 1747,
"algorithmType": "POP"
}構造
| フィールド | タイプ | 説明 |
|---|---|---|
| modelName | String | モデル名。 |
| modelId | Integer | モデルの ID。 |
| progress | Integer | 予測の進捗状況 (パーセンテージ)。 |
| status | String | デプロイステータス。詳細については、「DeployedAlgorithm」の status |
| projectId | Integer | アルゴリズムプロジェクトの ID。 |
| algorithmType | String | アルゴリズムのタイプ。有効な値は次のとおりです: - POP:人気度モデル- CP:カテゴリ予測モデル |