Closed pppmlt closed 1 month ago
Hi,
the API for project creation allows to set model_version when creating a project [1]. In the SDK this is not possible atm [2]. Can this be added? (It does work when I add it manually to the request json in the create function).
model_version
Thanks!
[1] https://labelstud.io/api#tag/Projects/operation/api_projects_create [2] https://github.com/HumanSignal/label-studio-sdk/blob/b4e48ad946c8937ab3559d84a02931670d7529e8/src/label_studio_sdk/projects/client.py#L117
Hi,
the API for project creation allows to set
model_version
when creating a project [1]. In the SDK this is not possible atm [2]. Can this be added? (It does work when I add it manually to the request json in the create function).Thanks!
[1] https://labelstud.io/api#tag/Projects/operation/api_projects_create [2] https://github.com/HumanSignal/label-studio-sdk/blob/b4e48ad946c8937ab3559d84a02931670d7529e8/src/label_studio_sdk/projects/client.py#L117