Skip to main content
Skip to main content

system.models

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.