Skip to content

Commit

Permalink
Add missing deployment_id parameter in `ml.start_trained_model_depl…
Browse files Browse the repository at this point in the history
…oyment` request
  • Loading branch information
dolaru committed Nov 1, 2023
1 parent e279583 commit 2ffd89c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ export interface Request extends RequestBase {
* `0b` can be provided.
*/
cache_size?: ByteSize
/**
* A unique identifier for the deployment of the model.
* @availability stack since=8.8.0
*/
deployment_id?: string
/**
* The number of model allocations on each node where the model is deployed.
* All allocations on a node share the same copy of the model in memory but use
Expand Down

0 comments on commit 2ffd89c

Please sign in to comment.