Skip to main content
Version: 4.6.17

Bulk create evaluations

Bulk create evaluations

Request Body required
    data object[] required
  • Array [
  • note string

    Optionally add a note to the evaluation

    evaluatorId uuid required

    The ID of the evaluator. The evaluator and run must be in the same pipeline.

    runId uuid required

    The ID of the run. The evaluator and run must be in the same pipeline.

    evalLabel string

    If the evaluator output type is an enum, the label of the enum value.

    evalValue number

    If the evaluator output type is a percentage, a number between 0 and 1 representing the percentage.

  • ]
Responses

Evaluations created successfully


Schema
    count number required
Loading...