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

# POST /v1/{+parent}:batchCreate

`POST /v1/{+parent}:batchCreate`

Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.

## Path parameters

- `parent` string, required

## Request body

- GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesRequest — Request message for TensorboardService.BatchCreateTensorboardTimeSeries.
  - `requests` GoogleCloudAiplatformV1CreateTensorboardTimeSeriesRequest[] — Required. The request message specifying the TensorboardTimeSeries to create. A maximum of 1000 TensorboardTimeSeries can be created in a batch.
    - `tensorboardTimeSeriesId` string — Optional. The user specified unique ID to use for the TensorboardTimeSeries, which becomes the final component of the TensorboardTimeSeries's resource name. This value should match "a-z0-9{0, 127}"
    - `parent` string — Required. The resource name of the TensorboardRun to create the TensorboardTimeSeries in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
    - `tensorboardTimeSeries` 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)
