Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Jan 15, 2025
1 parent 80fb58d commit aedaf8a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spec/schemas/ml._common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ components:
$ref: '#/components/schemas/Predict'
train:
$ref: '#/components/schemas/Train'
ModelStasts:
ModelStats:
type: object
properties:
ml_action_request_count:
Expand All @@ -1427,12 +1427,12 @@ components:
format: int64
description: The executing task count.
Deploy:
$ref: '#/components/schemas/ModelStasts'
$ref: '#/components/schemas/ModelStats'
Register:
$ref: '#/components/schemas/ModelStasts'
$ref: '#/components/schemas/ModelStats'
Undeploy:
$ref: '#/components/schemas/ModelStasts'
$ref: '#/components/schemas/ModelStats'
Predict:
$ref: '#/components/schemas/ModelStasts'
$ref: '#/components/schemas/ModelStats'
Train:
$ref: '#/components/schemas/ModelStasts'
$ref: '#/components/schemas/ModelStats'

0 comments on commit aedaf8a

Please sign in to comment.