Run model inference over a dataset in the repository. The resource path (branch and file) is encoded in the URL, e.g. POST /api/repos/{ns}/{repo}/evaluations/main/datasets/training.parquet.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Create evaluation request
Request payload to create an evaluation.
The resource path (branch + file path) is specified in the URL after /evaluations/,
for example: POST /api/repos/{namespace}/{repo}/evaluations/main/datasets/training.parquet.
Type of input data
text, image, video ID of the model to run inference with
Type of output produced by the model
text, image, video, embeddings Prompt template sent to the model. Use {column_name} placeholders to inject values from each row.
Column where the model output will be written
If true, automatically commit the results when the evaluation completes
Number of rows to process per inference batch
Commit message used when auto_commit is true
If true, only evaluate a subset of rows. If false, evaluate all rows.
Human-readable name for the evaluation
Number of rows to sample when is_sample is true
Branch where evaluation results are committed
File path for the output data frame