Skip to content

Commit 2f24f6a

Browse files
committed
Add missing deployment_id parameter in ml.start_trained_model_deployment request
1 parent 9f40be8 commit 2f24f6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

specification/ml/start_trained_model_deployment/MlStartTrainedModelDeploymentRequest.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ export interface Request extends RequestBase {
4747
* `0b` can be provided.
4848
*/
4949
cache_size?: ByteSize
50+
/**
51+
* A unique identifier for the deployment of the model.
52+
* @availability stack since=8.8.0
53+
*/
54+
deployment_id?: string
5055
/**
5156
* The number of model allocations on each node where the model is deployed.
5257
* All allocations on a node share the same copy of the model in memory but use

0 commit comments

Comments
 (0)