Skip to content

Commit

Permalink
Adjust ml.undeploy_model schemas
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Aug 26, 2024
1 parent 3ba272c commit cdf130d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions spec/schemas/ml._common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,13 @@ components:
UndeployModelResponse:
type: object
additionalProperties:
$ref: '#/components/schemas/UndeployModelResponseModels'
UndeployModelResponseModels:
title: nodes
$ref: '#/components/schemas/UndeployModelNode'
UndeployModelNode:
type: object
properties:
stats:
$ref: '#/components/schemas/UndeployModelResponseStats'
UndeployModelResponseStats:
$ref: '#/components/schemas/UndeployModelNodeStats'
UndeployModelNodeStats:
type: object
additionalProperties: true

0 comments on commit cdf130d

Please sign in to comment.