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

# POST /v1/{+parent}/datasets

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

Creates a dataset.

## Path parameters

- `parent` string, required

## Query parameters

- `datasetId` string

## Request body

- GoogleCloudContactcenterinsightsV1Dataset — Dataset resource represents a collection of conversations that may be bounded (Static Dataset, e.g. golden dataset for training), or unbounded (Dynamic Dataset, e.g. live traffic, or agent training traffic)
  - `type` 'TYPE_UNSPECIFIED' | 'EVAL' | 'LIVE' — Dataset usage type.
  - `description` string — Dataset description.
  - `displayName` string — Display name for the dataaset
  - `name` string — Immutable. Identifier. Resource name of the dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}
  - `ttl` string, google-duration — Optional. Option TTL for the dataset.
  - `createTime` string, google-datetime — Output only. Dataset create time.
  - `updateTime` string, google-datetime — Output only. Dataset update time.

## Response `200`

Successful response

---

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