Skip to content

Commit

Permalink
[ML] Document wait_for_completion parameter to PUT trained models (el…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle committed Mar 27, 2024
1 parent 7bc04a6 commit f7dc57c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ definition decompression and skips relevant validations.
This deferral is useful for systems or users that know a good byte size estimate for their
model and know that their model is valid and likely won't fail during inference.

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

[role="child_attributes"]
[[ml-put-trained-models-request-body]]
Expand Down

0 comments on commit f7dc57c

Please sign in to comment.