# 트레이너

대시보드의 트레이너 메뉴는 LLM, VLM, 임베딩, 리랭킹 모델 학습(Training) 태스크의 실행 이력, 성공/실패 여부, 리소스 소모량, 로그 등을 통합적으로 보여주는 화면으로, 학습 프로세스의 운영 품질을 점검할 수 있습니다.

<figure><img src="/files/J3khmoMJfb17nSOB4Z01" alt=""><figcaption></figcaption></figure>

### 학습 대기 목록

* **새로고침 버튼:** 학습 대기 목록을 실시간으로 새로고침 가능합니다.
* **검색 영역:** 제목, 제작자, GPU 제목을 선택하여 검색 가능합니다.
* 목록
  * **학습 순서:** 학습의 순서 정보
  * **제목:** 학습 제목
  * **제작자:** 학습의 제작자 정보
  * **관리 그룹:** 해당 학습을 관리할 그룹 정보
  * **GPU 제목:** 학습의 GPU 제목
  * **GPU 사용 수:** GPU의 사용 수 정보
  * **대기 시간:** 학습 대기 시간 노출


---

# 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://genos-docs.gitbook.io/default/v1.7.5/dashboard/overview/training.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.
