You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Configure number of workers for a default version of a model.This is a asynchronous call by default. Caller need to call describeModel to check if the model workers has been changed.
114
+
// Configure number of workers for a default version of a model.This is an asynchronous call by default. Caller need to call describeModel to check if the model workers has been changed.
// Unregister the default version of a model from TorchServe if it is the only version available.This is a asynchronous call by default. Caller can call listModels to confirm model is unregistered
120
+
// Unregister the default version of a model from TorchServe if it is the only version available.This is an asynchronous call by default. Caller can call listModels to confirm model is unregistered.
Copy file name to clipboardexpand all lines: frontend/server/src/test/resources/management_open_api.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -666,7 +666,7 @@
666
666
}
667
667
},
668
668
"put": {
669
-
"description": "Configure number of workers for a default version of a model.This is a asynchronous call by default. Caller need to call describeModel to check if the model workers has been changed.",
669
+
"description": "Configure number of workers for a default version of a model.This is an asynchronous call by default. Caller need to call describeModel to check if the model workers has been changed.",
670
670
"operationId": "setAutoScale",
671
671
"parameters": [
672
672
{
@@ -877,7 +877,7 @@
877
877
}
878
878
},
879
879
"delete": {
880
-
"description": "Unregister the default version of a model from TorchServe if it is the only version available.This is a asynchronous call by default. Caller can call listModels to confirm model is unregistered",
880
+
"description": "Unregister the default version of a model from TorchServe if it is the only version available.This is an asynchronous call by default. Caller can call listModels to confirm model is unregistered.",
881
881
"operationId": "unregisterModel",
882
882
"parameters": [
883
883
{
@@ -1254,7 +1254,7 @@
1254
1254
}
1255
1255
},
1256
1256
"put": {
1257
-
"description": "Configure number of workers for a specified version of a model. This is a asynchronous call by default. Caller need to call describeModel to check if the model workers has been changed.",
1257
+
"description": "Configure number of workers for a specified version of a model. This is an asynchronous call by default. Caller need to call describeModel to check if the model workers has been changed.",
Copy file name to clipboardexpand all lines: frontend/server/src/test/resources/model_management_api.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@
211
211
}
212
212
},
213
213
"put": {
214
-
"description": "Configure number of workers for a default version of a model.This is a asynchronous call by default. Caller need to call describeModel to check if the model workers has been changed.",
214
+
"description": "Configure number of workers for a default version of a model.This is an asynchronous call by default. Caller need to call describeModel to check if the model workers has been changed.",
215
215
"operationId": "setAutoScale",
216
216
"parameters": [
217
217
{
@@ -422,7 +422,7 @@
422
422
}
423
423
},
424
424
"delete": {
425
-
"description": "Unregister the default version of a model from TorchServe if it is the only version available.This is a asynchronous call by default. Caller can call listModels to confirm model is unregistered",
425
+
"description": "Unregister the default version of a model from TorchServe if it is the only version available.This is an asynchronous call by default. Caller can call listModels to confirm model is unregistered.",
426
426
"operationId": "unregisterModel",
427
427
"parameters": [
428
428
{
@@ -799,7 +799,7 @@
799
799
}
800
800
},
801
801
"put": {
802
-
"description": "Configure number of workers for a specified version of a model. This is a asynchronous call by default. Caller need to call describeModel to check if the model workers has been changed.",
802
+
"description": "Configure number of workers for a specified version of a model. This is an asynchronous call by default. Caller need to call describeModel to check if the model workers has been changed.",
0 commit comments