# Operator Feedback

Operator Feedback を使用すると、チームメンバーは Vision Events を確認し、各イベントの結果が正しいか、誤っているか、または判定不能かを記録できます。これにより、デプロイ済みの vision system に対する human-in-the-loop のレビュープロセスが作成されます。

## Feedback の送信

Vision Events ダッシュボードで任意のイベントをクリックして開きます。イベント詳細のサイドバーに、次の操作ができる feedback セクションがあります。

1. クリック **Correct**, **Incorrect**、または **Inconclusive** してイベントを評価します
2. 必要に応じて、評価の理由を説明するコメントを追加します

Feedback はあなたのユーザーIDに紐づいているため、チームは各イベントを誰が、いつ確認したかを確認できます。

## Feedback のインジケーター

Feedback を受け取ったイベントは、イベント一覧で視覚的なインジケーターが表示されます。

* **Correct** -- 緑の thumbs-up インジケーター
* **Incorrect** -- 赤の thumbs-down インジケーター
* **Inconclusive** -- 黄色のインジケーター

これにより、どのイベントが確認済みか、またどのように評価されたかをすばやく把握できます。

## Feedback のアクティビティストリーム

イベント詳細のサイドバーには、そのイベントに送信されたすべての feedback を表示するアクティビティストリームが含まれています。各エントリには、レビュアーの名前、評価、残したコメント、そして feedback が送信された日時が表示されます。

複数のチームメンバーが同じイベントを確認した場合、それらすべての feedback がアクティビティストリームに表示されます。

## Feedback ステータスによるフィルタリング

feedback ステータスでイベント一覧をフィルタリングして、確認が必要なイベントや、誤りとしてフラグ付けされたイベントに絞り込むことができます。詳細は [Query Events](/roboflow/roboflow-jp/deploy/vision-events/query-events.md) の Feedback Status フィルターを参照してください。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/deploy/vision-events/operator-feedback.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
