Skip to main content

Add Experiment

POST 

/v2/projects/:projectid/experiments/

Start a new evaluation.

Parameters:

  • projectid (str): The ID of the project.
  • eval_info (NewEvaluation): The evaluation information.

Returns:

  • NamedObjIdentifier: The ID and name of the created experiment.

Raises:

  • HTTPException: If the eval_info is invalid.

Request

Path Parameters

    projectid Projectidrequired

Body

required

    name

    object

    required

    anyOf

    string

    pipeline string[]required

    dataset

    object

    required

    anyOf

    metadata objectrequired
    data object[]required

Responses

Successful Response

Schema

    id Id (string)required
    name Name (string)required
Loading...