> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-8a08bda2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> LibraryBridge의 메모리에 로드된 CatBoost 모델 목록과 각 모델이 로드된 시간을 포함합니다.

# system.models

<div id="description">
  ## 설명
</div>

LibraryBridge의 메모리에 로드된 CatBoost 모델 목록과 각 모델이 로드된 시간을 포함합니다.

<div id="columns">
  ## 컬럼
</div>

* `model_path` ([String](/ko/reference/data-types)) — 학습된 모델의 경로.
* `type` ([String](/ko/reference/data-types)) — 모델 유형. 현재는 catboost만 지원됩니다.
* `loading_start_time` ([DateTime](/ko/reference/data-types)) — 모델 로딩이 시작된 시간.
* `loading_duration` ([Float32](/ko/reference/data-types)) — 모델 로딩에 걸린 시간.
