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

> Contains a list of CatBoost models loaded into a LibraryBridge's memory along with time when it was loaded.

# system.models

<h2 id="description">
  Description
</h2>

Contains a list of CatBoost models loaded into a LibraryBridge's memory along with time when it was loaded.

<h2 id="columns">
  Columns
</h2>

* `model_path` ([String](/reference/data-types)) — Path to trained model.
* `type` ([String](/reference/data-types)) — Model type. Now catboost only.
* `loading_start_time` ([DateTime](/reference/data-types)) — The time when the loading of the model started.
* `loading_duration` ([Float32](/reference/data-types)) — How much time did it take to load the model.
