[DOCS] Clarifies param description of model_size_bytes. (#120190)

This commit is contained in:
István Zoltán Szabó 2025-01-15 13:14:41 +01:00 committed by GitHub
parent bb09c6432a
commit defbd96b96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -384,6 +384,7 @@ A collection of model size stats fields.
`model_size_bytes`::: `model_size_bytes`:::
(integer) (integer)
The size of the model in bytes. The size of the model in bytes.
This parameter applies only to PyTorch models.
`required_native_memory_bytes`::: `required_native_memory_bytes`:::
(integer) (integer)

View File

@ -131,6 +131,7 @@ The free-text description of the trained model.
`model_size_bytes`::: `model_size_bytes`:::
(integer) (integer)
The estimated model size in bytes to keep the trained model in memory. The estimated model size in bytes to keep the trained model in memory.
This parameter applies only to {dfanalytics} trained models.
`estimated_operations`::: `estimated_operations`:::
(integer) (integer)