---
title: "POST /v1/{+parent}/evaluationSets"
method: POST
path: "/v1/{+parent}/evaluationSets"
tags: ["projects"]
---

# POST /v1/{+parent}/evaluationSets

`POST /v1/{+parent}/evaluationSets`

Creates an Evaluation Set.

## Path parameters

- `parent` string, required

## Request body

- GoogleCloudAiplatformV1EvaluationSet — EvaluationSet is a collection of related EvaluationItems that are evaluated together.
  - `agentConfigs` object — Optional. Static configurations for each agent associated with the items in this set. Key: `agent_id` (matches the `author` field in `events`). Value: The static configuration of the agent.
  - `metadata` unknown
  - `name` string — Identifier. The resource name of the EvaluationSet. Format: `projects/{project}/locations/{location}/evaluationSets/{evaluation_set}`
  - `displayName` string — Required. The display name of the EvaluationSet.
  - `evaluationItems` string[] — Required. The EvaluationItems that are part of this dataset.
  - `createTime` string, google-datetime — Output only. Timestamp when this item was created.
  - `updateTime` string, google-datetime — Output only. Timestamp when this item was last updated.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/aiplatform.md) · [All operations](https://skmtc.net/google/apis/aiplatform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/aiplatform/versions/b608d71b91f0/schema)
