Skip to main content

Evaluate

POST 

/api/2/auto_eval/evaluation/evaluate

Evaluate a metric on rows of data, returning scores for each row. Specify metric.id or metric.name to identify the metric.

Request

Body

    metric

    object

    required

    id string
    name string
    description string
    deploymentStatus string
    input string[]required
    output string[]required
    groundTruth string[]required

Responses

Successful operation

Schema

    metric

    object

    required

    id string
    name string
    description string
    deploymentStatus string
    scores number[]required
Loading...