chore(openapi): sync shared API contract from cloud@363764b (#14607)
This commit is contained in:
parent
f6c162ddcf
commit
1f275fcba6
|
|
@ -2357,6 +2357,10 @@ paths:
|
||||||
description: |
|
description: |
|
||||||
Returns a list of model folders available in the system.
|
Returns a list of model folders available in the system.
|
||||||
This is an experimental endpoint that replaces the legacy /models endpoint.
|
This is an experimental endpoint that replaces the legacy /models endpoint.
|
||||||
|
Each folder's name is the identifier to pass to /api/experiment/models/{folder}.
|
||||||
|
Once the model_type migration is active the names are model_type folder_names
|
||||||
|
(e.g. `ultralytics_bbox`); a folder with no folder_name mapping is returned by
|
||||||
|
its directory path.
|
||||||
operationId: getModelFolders
|
operationId: getModelFolders
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue