From d974fd949612026b8f9bd3d9910da04cdff8e6d0 Mon Sep 17 00:00:00 2001 From: Nathalie Jonathan Date: Wed, 5 Feb 2025 11:37:45 -0800 Subject: [PATCH] Add execute schema property. Signed-off-by: Nathalie Jonathan --- spec/schemas/ml._common.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec/schemas/ml._common.yaml b/spec/schemas/ml._common.yaml index d252d2dc2..5ec2bc0f5 100644 --- a/spec/schemas/ml._common.yaml +++ b/spec/schemas/ml._common.yaml @@ -1418,6 +1418,8 @@ components: $ref: '#/components/schemas/ModelStats' train_predict: $ref: '#/components/schemas/ModelStats' + execute: + $ref: '#/components/schemas/ModelStats' PredictRequestStats: type: object properties: @@ -1560,6 +1562,8 @@ components: $ref: '#/components/schemas/ModelStats' train_predict: $ref: '#/components/schemas/ModelStats' + execute: + $ref: '#/components/schemas/ModelStats' ModelStats: type: object properties: