Skip to content

Commit

Permalink
update spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyEWood committed Dec 5, 2024
1 parent 9e316a5 commit aa1ba6e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions spec/public-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,12 @@ paths:
--data-binary @path/to/filename.jpeg
```
parameters:
- in: query
name: confidence_threshold
schema:
type: number
format: float
description: The confidence threshold for the image query.
- in: query
name: detector_id
schema:
Expand Down Expand Up @@ -1367,8 +1373,7 @@ components:
- ALGORITHM
count:
type: integer
minimum: null
maximum: null
minimum: 0
greater_than_max:
type: boolean
required:
Expand Down Expand Up @@ -1400,7 +1405,6 @@ components:
type: integer
minimum: 1
maximum: 50
required: []
MultiClassModeConfiguration:
type: object
properties:
Expand All @@ -1410,8 +1414,6 @@ components:
type: string
num_classes:
type: integer
minimum: null
maximum: null
required:
- class_names
ChannelEnum:
Expand Down

0 comments on commit aa1ba6e

Please sign in to comment.