Skip to content

Commit 1da437d

Browse files
Update rest-api-spec
1 parent 4086ea1 commit 1da437d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

output/schema/validation-errors.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/ml.start_trained_model_deployment.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
]
2727
},
2828
"params": {
29+
"cache_size": {
30+
"type": "string",
31+
"description": "A byte-size value for configuring the inference cache size. For example, 20mb.",
32+
"required": false
33+
},
2934
"number_of_allocations": {
3035
"type": "int",
3136
"description": "The number of model allocations on each node where the model is deployed.",

0 commit comments

Comments
 (0)