Skip to content

Commit bd28d25

Browse files
authored
[ML] Document wait_for_completion parameter to PUT trained models (#106769) (#106833)
1 parent 7bc04a6 commit bd28d25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ definition decompression and skips relevant validations.
5252
This deferral is useful for systems or users that know a good byte size estimate for their
5353
model and know that their model is valid and likely won't fail during inference.
5454

55+
`wait_for_completion`::
56+
(Optional, boolean)
57+
Whether to wait for all child operations such as model download
58+
to complete, before returning or not. Defaults to `false`.
5559

5660
[role="child_attributes"]
5761
[[ml-put-trained-models-request-body]]

0 commit comments

Comments
 (0)