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

# POST /v1/{+parent}/timeSeries

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

Creates a TensorboardTimeSeries.

## Path parameters

- `parent` string, required

## Query parameters

- `tensorboardTimeSeriesId` string

## Request body

- GoogleCloudAiplatformV1TensorboardTimeSeries — TensorboardTimeSeries maps to times series produced in training runs
  - `pluginName` string — Immutable. Name of the plugin this time series pertain to. Such as Scalar, Tensor, Blob
  - `metadata` GoogleCloudAiplatformV1TensorboardTimeSeriesMetadata — Describes metadata for a TensorboardTimeSeries.
    - `maxStep` string, int64 — Output only. Max step index of all data points within a TensorboardTimeSeries.
    - `maxWallTime` string, google-datetime — Output only. Max wall clock timestamp of all data points within a TensorboardTimeSeries.
    - `maxBlobSequenceLength` string, int64 — Output only. The largest blob sequence length (number of blobs) of all data points in this time series, if its ValueType is BLOB_SEQUENCE.
  - `name` string — Output only. Name of the TensorboardTimeSeries.
  - `description` string — Description of this TensorboardTimeSeries.
  - `pluginData` string, byte — Data of the current plugin, with the size limited to 65KB.
  - `displayName` string — Required. User provided name of this TensorboardTimeSeries. This value should be unique among all TensorboardTimeSeries resources belonging to the same TensorboardRun resource (parent resource).
  - `createTime` string, google-datetime — Output only. Timestamp when this TensorboardTimeSeries was created.
  - `valueType` 'VALUE_TYPE_UNSPECIFIED' | 'SCALAR' | 'TENSOR' | 'BLOB_SEQUENCE' — Required. Immutable. Type of TensorboardTimeSeries value.
  - `etag` string — Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
  - `updateTime` string, google-datetime — Output only. Timestamp when this TensorboardTimeSeries 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)
