Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Description

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

Columns

  • model_path (String) — Path to trained model.
  • type (String) — Model type. Now catboost only.
  • loading_start_time (DateTime) — The time when the loading of the model started.
  • loading_duration (Float32) — How much time did it take to load the model.