Skip to content

Commit 5b4a35f

Browse files
authored
[DOCS] Clarifies param description of model_size_bytes. (#120190) (#120195)
1 parent 763b70c commit 5b4a35f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/reference/ml/trained-models/apis/get-trained-models-stats.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ A collection of model size stats fields.
384384
`model_size_bytes`:::
385385
(integer)
386386
The size of the model in bytes.
387+
This parameter applies only to PyTorch models.
387388

388389
`required_native_memory_bytes`:::
389390
(integer)

docs/reference/ml/trained-models/apis/get-trained-models.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ The free-text description of the trained model.
130130
`model_size_bytes`:::
131131
(integer)
132132
The estimated model size in bytes to keep the trained model in memory.
133+
This parameter applies only to {dfanalytics} trained models.
133134
134135
`estimated_operations`:::
135136
(integer)

0 commit comments

Comments
 (0)