Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.

Body

application/json
name
string
required

The project name.

Maximum length: 64
taskType
enum<string>
required

The task type of the project.

Available options:
llm-base,
tabular-classification,
tabular-regression,
text-classification
description
string | null

The project description.

Maximum length: 280
gitRepo
object

Response

201 - application/json
creatorId
string | null
required

The project creator id.

dateCreated
string
required

The project creation date.

dateUpdated
string
required

The project last updated date.

developmentGoalCount
integer
required

The number of tests in the development mode of the project.

Required range: x > 0
goalCount
integer
required

The total number of tests in the project.

Required range: x > 0
id
string
required

The project id.

inferencePipelineCount
integer
required

The number of inference pipelines in the project.

Required range: x > 0

Links to the project.

monitoringGoalCount
integer
required

The number of tests in the monitoring mode of the project.

Required range: x > 0
name
string
required

The project name.

Maximum length: 64
source
enum<string> | null
required

The source of the project.

Available options:
web,
api,
null
taskType
enum<string>
required

The task type of the project.

Available options:
llm-base,
tabular-classification,
tabular-regression,
text-classification
versionCount
integer
required

The number of versions (commits) in the project.

Required range: x > 0
workspaceId
string | null
required

The workspace id.

description
string | null

The project description.

Maximum length: 280
gitRepo
object