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."
What the system in this project is intended to do.
"Answer customer billing questions."
The kinds of model used in this project.
Who developed the model used in this project.
"Acme AI"
Number of days to retain monitoring data for this project. Null means data is retained indefinitely.
x >= 330
Response
Status OK.
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 >= 02
The number of inference pipelines in the project.
x >= 01
The total number of tests in the project.
x >= 010
The number of tests in the development mode of the project.
x >= 05
The number of tests in the monitoring mode of the project.
x >= 05
Links to the project.
The project description.
280"My project description."
What the system in this project is intended to do.
"Answer customer billing questions."
The kinds of model used in this project.
Who developed the model used in this project.
"Acme AI"
Number of days to retain monitoring data for this project. Null means data is retained indefinitely.
x >= 330

