Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment} The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment.
Request body
The request body contains data with the following structure:
Required. The resource name of the TensorboardRun to create the TensorboardTimeSeries in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
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][a-z0-9-]{0, 127}"
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# Method: experiments.batchCreate\n\n**Full name**: projects.locations.tensorboards.experiments.batchCreate\n\nBatch create TensorboardTimeSeries that belong to a TensorboardExperiment. \n\n### Endpoint\n\npost `https:``/``/{service-endpoint}``/v1beta1``/{parent}:batchCreate` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`parent` `string` \nRequired. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment.\n\n### Request body\n\nThe request body contains data with the following structure:\nFields `requests[]` `object (`[CreateTensorboardTimeSeriesRequest](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments/batchCreate#CreateTensorboardTimeSeriesRequest)`)` \nRequired. The request message specifying the TensorboardTimeSeries to create. A maximum of 1000 TensorboardTimeSeries can be created in a batch. \n\n### Response body\n\nResponse message for [TensorboardService.BatchCreateTensorboardTimeSeries](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments/batchCreate#google.cloud.aiplatform.v1beta1.TensorboardService.BatchCreateTensorboardTimeSeries).\n\nIf successful, the response body contains data with the following structure:\nFields `tensorboardTimeSeries[]` `object (`[TensorboardTimeSeries](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments.runs.timeSeries#TensorboardTimeSeries)`)` \nThe created TensorboardTimeSeries. \n\nCreateTensorboardTimeSeriesRequest\n----------------------------------\n\nRequest message for [TensorboardService.CreateTensorboardTimeSeries](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments.runs.timeSeries/create#google.cloud.aiplatform.v1beta1.TensorboardService.CreateTensorboardTimeSeries).\nFields `parent` `string` \nRequired. The resource name of the TensorboardRun to create the TensorboardTimeSeries in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`\n`tensorboardTimeSeriesId` `string` \nOptional. 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\\]\\[a-z0-9-\\]{0, 127}\"\n`tensorboardTimeSeries` `object (`[TensorboardTimeSeries](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments.runs.timeSeries#TensorboardTimeSeries)`)` \nRequired. The TensorboardTimeSeries to create."]]