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

# POST /v3/{+parent}/adaptiveMtDatasets

`POST /v3/{+parent}/adaptiveMtDatasets`

Creates an Adaptive MT dataset.

## Path parameters

- `parent` string, required

## Request body

- AdaptiveMtDataset — An Adaptive MT Dataset.
  - `displayName` string — The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.
  - `targetLanguageCode` string — The BCP-47 language code of the target language.
  - `exampleCount` integer — The number of examples in the dataset.
  - `updateTime` string, google-datetime — Output only. Timestamp when this dataset was last updated.
  - `createTime` string, google-datetime — Output only. Timestamp when this dataset was created.
  - `sourceLanguageCode` string — The BCP-47 language code of the source language.
  - `name` string — Identifier. The resource name of the dataset, in form of `projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset_id}`

## Response `200`

Successful response

---

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