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

> Содержит список моделей CatBoost, загруженных в память LibraryBridge, а также время загрузки каждой из них.

# system.models

<div id="description">
  ## Описание
</div>

Содержит список моделей CatBoost, загруженных в память LibraryBridge, а также время их загрузки.

<div id="columns">
  ## Столбцы
</div>

* `model_path` ([String](/ru/reference/data-types/index)) — Путь к обученной модели.
* `type` ([String](/ru/reference/data-types/index)) — Тип модели. В настоящее время поддерживается только catboost.
* `loading_start_time` ([DateTime](/ru/reference/data-types/index)) — Время начала загрузки модели.
* `loading_duration` ([Float32](/ru/reference/data-types/index)) — Время, затраченное на загрузку модели.
