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

# POST /v1/{+parent}/experiments

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

Creates a TensorboardExperiment.

## Path parameters

- `parent` string, required

## Query parameters

- `tensorboardExperimentId` string

## Request body

- GoogleCloudAiplatformV1TensorboardExperiment — A TensorboardExperiment is a group of TensorboardRuns, that are typically the results of a training job run, in a Tensorboard.
  - `source` string — Immutable. Source of the TensorboardExperiment. Example: a custom training job.
  - `etag` string — Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
  - `name` string — Output only. Name of the TensorboardExperiment. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
  - `description` string — Description of this TensorboardExperiment.
  - `createTime` string, google-datetime — Output only. Timestamp when this TensorboardExperiment was created.
  - `updateTime` string, google-datetime — Output only. Timestamp when this TensorboardExperiment was last updated.
  - `displayName` string — User provided name of this TensorboardExperiment.
  - `labels` object — The labels with user-defined metadata to organize your TensorboardExperiment. Label keys and values cannot be longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Dataset (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with `aiplatform.googleapis.com/` and are immutable. The following system labels exist for each Dataset: * `aiplatform.googleapis.com/dataset_metadata_schema`: output only. Its value is the metadata_schema's title.

## 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)
