Create project
Create a project in your workspace.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your workspace API key. See Find your API key for more information.
Body
The project name.
64
"My Project"
The task type of the project.
llm-base
, tabular-classification
, tabular-regression
, text-classification
The project description.
280
"My project description."
Response
The project id.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
The workspace id.
"055fddb1-261f-4654-8598-f6347ee46a09"
The project creator id.
"589ece63-49a2-41b4-98e1-10547761d4b0"
The project name.
64
"My Project"
The project creation date.
"2024-03-22T11:31:01.185Z"
The project last updated date.
"2024-03-22T11:31:01.185Z"
The source of the project.
web
, api
, null
The task type of the project.
llm-base
, tabular-classification
, tabular-regression
, text-classification
The number of versions (commits) in the project.
x >= 0
2
The number of inference pipelines in the project.
x >= 0
1
The total number of tests in the project.
x >= 0
10
The number of tests in the development mode of the project.
x >= 0
5
The number of tests in the monitoring mode of the project.
x >= 0
5
Links to the project.
The project description.
280
"My project description."
Was this page helpful?