We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deployment_id
ml.start_trained_model_deployment
1 parent 9f40be8 commit 2f24f6aCopy full SHA for 2f24f6a
specification/ml/start_trained_model_deployment/MlStartTrainedModelDeploymentRequest.ts
@@ -47,6 +47,11 @@ export interface Request extends RequestBase {
47
* `0b` can be provided.
48
*/
49
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
55
/**
56
* The number of model allocations on each node where the model is deployed.
57
* All allocations on a node share the same copy of the model in memory but use
0 commit comments