Skip to content

Commit 3f5d528

Browse files
Add execute schema property.
Signed-off-by: Nathalie Jonathan <[email protected]>
1 parent c5a95ca commit 3f5d528

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
@@ -1418,6 +1418,8 @@ components:
14181418
$ref: '#/components/schemas/ModelStats'
14191419
train_predict:
14201420
$ref: '#/components/schemas/ModelStats'
1421+
execute:
1422+
$ref: '#/components/schemas/ModelStats'
14211423
PredictRequestStats:
14221424
type: object
14231425
properties:
@@ -1560,6 +1562,8 @@ components:
15601562
$ref: '#/components/schemas/ModelStats'
15611563
train_predict:
15621564
$ref: '#/components/schemas/ModelStats'
1565+
execute:
1566+
$ref: '#/components/schemas/ModelStats'
15631567
ModelStats:
15641568
type: object
15651569
properties:

0 commit comments

Comments
 (0)