> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-fbfa8bee.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](/zh/reference/data-types/index)) — 已训练模型的路径。
* `type` ([String](/zh/reference/data-types/index)) — 模型类型。目前仅支持 catboost。
* `loading_start_time` ([DateTime](/zh/reference/data-types/index)) — 模型开始加载的时间。
* `loading_duration` ([Float32](/zh/reference/data-types/index)) — 加载模型所用的时间。
