> ## Documentation Index
> Fetch the complete documentation index at: https://promptlayer-1023-gorgias-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Evaluation Pipeline

This endpoint allows for the creation of Evaluation pipelines. These pipelines are given a name and associated with a dataset.

## Request Parameters

<ParamField body="name" type="string">
  The name of the report to be created. Must be between 1 and 255 characters in length.
</ParamField>

<ParamField body="test_dataset_id" type="integer">
  The ID of the dataset on which the report will be based. The dataset must be within an accessible workspace to the user.
</ParamField>
