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

# POST /v1/{+parent}/datasetVersions

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

Create a version from a Dataset.

## Path parameters

- `parent` string, required

## Request body

- GoogleCloudAiplatformV1DatasetVersion — Describes the dataset version.
  - `bigQueryDatasetName` string — Output only. Name of the associated BigQuery dataset.
  - `satisfiesPzs` boolean — Output only. Reserved for future use.
  - `updateTime` string, google-datetime — Output only. Timestamp when this DatasetVersion was last updated.
  - `etag` string — Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
  - `metadata` unknown
  - `createTime` string, google-datetime — Output only. Timestamp when this DatasetVersion was created.
  - `modelReference` string — Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
  - `displayName` string — The user-defined name of the DatasetVersion. The name can be up to 128 characters long and can consist of any UTF-8 characters.
  - `satisfiesPzi` boolean — Output only. Reserved for future use.
  - `name` string — Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`

## Response `200`

Successful response

---

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