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
The task type of the project.
llm-base
, tabular-classification
, tabular-regression
, text-classification
The project description.
280
Response
The project id.
The workspace id.
The project creator id.
The project name.
64
The project creation date.
The project last updated date.
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
The number of inference pipelines in the project.
x > 0
The total number of tests in the project.
x > 0
The number of tests in the development mode of the project.
x > 0
The number of tests in the monitoring mode of the project.
x > 0
Links to the project.
The project description.
280
Was this page helpful?