Skip to content

Commit 82b5a45

Browse files
[API] Adds priority [String] parameter to ml.start_trained_model_deployment
Co-authored-by: Fernando Briano <[email protected]>
1 parent 3bc11bb commit 82b5a45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/machine_learning/start_trained_model_deployment.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module Actions
3232
# @option arguments [String] :cache_size A byte-size value for configuring the inference cache size. For example, 20mb.
3333
# @option arguments [Integer] :number_of_allocations The total number of allocations this model is assigned across machine learning nodes.
3434
# @option arguments [Integer] :threads_per_allocation The number of threads used by each model allocation during inference.
35+
# @option arguments [String] :priority The deployment priority.
3536
# @option arguments [Integer] :queue_capacity Controls how many inference requests are allowed in the queue at a time.
3637
# @option arguments [Time] :timeout Controls the amount of time to wait for the model to deploy.
3738
# @option arguments [String] :wait_for The allocation status for which to wait (options: starting, started, fully_allocated)

0 commit comments

Comments
 (0)