Skip to main content

Create a new project.

Create a new project.

Request Body required
  • name string required

    Unique identifier representing the project name

  • type string required

    Possible values: [ABSA, CLASS, LABEL, CLASSLABEL]

    Classification Type

Responses

Project was created


Schema
  • classes string[]

    All classes that belong to the project.

  • labels string[]

    All labels that belong to the project

  • created date-time
  • id integer

    The ID of the project.

  • models object[]
  • base string

    the name of the model used to create the modal that's being changed

  • created date-time

    creation date

  • display_name string

    a friendly name.

  • uuid uuid

    model unique identifier. Should be a UUID value

  • id integer

    Possible values: >= 1

    The ID of the model

  • language string

    Possible values: [en, de, ar]

  • long_description string

    a longer description which proper describes the model

  • name string

    internal name. It should be unique for a workspace

  • owner string
  • progress float
  • project_id integer

    The ID of the project

  • score float

    model score. As this is a result of a training session, this value shouldn't be touched

  • short_description string

    a short description to help users quickly identify the model

  • status string

    Possible values: [CREATED, QUEUED, TRAINING, FAILED, READY, ACTIVE, PUBLISHED]

    the model status

  • type string

    Possible values: [ABSA, CLASS, LABEL, CLASSLABEL]

    model type (1: BASE, 2: ABSA, 3: LABEL, 4: CLASS, 5: CLASSLABEL))

  • name string

    The project's name.

  • type string

    Possible values: [ABSA, CLASS, LABEL, CLASSLABEL]

    The project's classification type.

  • status string

    Possible values: [CREATED, CLONING, DELETED, FAILED]

    The project's status.

  • external_id integer

    External ID is a integer that represents a project in our labeling API project.

Loading...