Required. The resource name of the TensorboardExperiment to create the TensorboardRuns in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment} The parent field in the CreateTensorboardRunRequest messages must match this field.
Request body
The request body contains data with the following structure:
Required. The resource name of the TensorboardExperiment to create the TensorboardRun in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
[[["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: runs.batchCreate\n\n**Full name**: projects.locations.tensorboards.experiments.runs.batchCreate\n\nBatch create TensorboardRuns. \n\n### Endpoint\n\npost `https:``/``/{service-endpoint}``/v1beta1``/{parent}``/runs: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 TensorboardRuns in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}` The parent field in the CreateTensorboardRunRequest messages must match this field.\n\n### Request body\n\nThe request body contains data with the following structure:\nFields `requests[]` `object (`[CreateTensorboardRunRequest](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments.runs/batchCreate#CreateTensorboardRunRequest)`)` \nRequired. The request message specifying the TensorboardRuns to create. A maximum of 1000 TensorboardRuns can be created in a batch. \n\n### Response body\n\nResponse message for [TensorboardService.BatchCreateTensorboardRuns](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments.runs/batchCreate#google.cloud.aiplatform.v1beta1.TensorboardService.BatchCreateTensorboardRuns).\n\nIf successful, the response body contains data with the following structure:\nFields `tensorboardRuns[]` `object (`[TensorboardRun](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments.runs#TensorboardRun)`)` \nThe created TensorboardRuns. \n\nCreateTensorboardRunRequest\n---------------------------\n\nRequest message for [TensorboardService.CreateTensorboardRun](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments.runs/create#google.cloud.aiplatform.v1beta1.TensorboardService.CreateTensorboardRun).\nFields `parent` `string` \nRequired. The resource name of the TensorboardExperiment to create the TensorboardRun in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`\n`tensorboardRun` `object (`[TensorboardRun](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments.runs#TensorboardRun)`)` \nRequired. The TensorboardRun to create.\n`tensorboardRunId` `string` \nRequired. The id to use for the Tensorboard run, which becomes the final component of the Tensorboard run's resource name.\n\nThis value should be 1-128 characters, and valid characters are `/[a-z][0-9]-/`."]]