Skip to main content

Get Experiment

GET 

/v2/projects/experiments/:experimentid/

Download evaluation results.

Parameters:

  • experimentid (str): The ID of the experiment.

Returns:

  • EvaluationResults: The evaluation results.

Raises:

  • HTTPException: If the experiment is not found.

Request

Path Parameters

    experimentid Experimentidrequired

Responses

Successful Response

Schema

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

    dataset

    object

    required

    anyOf

    string

    timestamp Timestamp (string)required
    metadata objectrequired
    status Status (string)required

    Possible values: [PENDING, RUNNING, COMPLETED, FAILED]

    error_info

    object

    required

    anyOf

    error_id Error Id (string)required
    error_msg Error Msg (string)required
    results Resultsrequired
Loading...