Skip to content

Commit b380fe3

Browse files
Added predict and train property to get stats respone schema.
Signed-off-by: Nathalie Jonathan <[email protected]>
1 parent fd83f68 commit b380fe3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/schemas/ml._common.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,10 @@ components:
13391339
$ref: '#/components/schemas/Register'
13401340
undeploy:
13411341
$ref: '#/components/schemas/Undeploy'
1342+
predict:
1343+
$ref: '#/components/schemas/Predict'
1344+
train:
1345+
$ref: '#/components/schemas/Train'
13421346
PredictRequestStats:
13431347
type: object
13441348
properties:

0 commit comments

Comments
 (0)