From 2ffd89c19adc7d1d448515e7900db40934cd38b6 Mon Sep 17 00:00:00 2001 From: David Olaru Date: Wed, 1 Nov 2023 17:32:57 +0000 Subject: [PATCH] Add missing `deployment_id` parameter in `ml.start_trained_model_deployment` request --- .../MlStartTrainedModelDeploymentRequest.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/ml/start_trained_model_deployment/MlStartTrainedModelDeploymentRequest.ts b/specification/ml/start_trained_model_deployment/MlStartTrainedModelDeploymentRequest.ts index 1b5e9803c6..c1fa2bba77 100644 --- a/specification/ml/start_trained_model_deployment/MlStartTrainedModelDeploymentRequest.ts +++ b/specification/ml/start_trained_model_deployment/MlStartTrainedModelDeploymentRequest.ts @@ -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