Required. The resource name of the TensorboardExperiment to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
Request body
The request body contains data with the following structure:
Required. The resource name of the TensorboardRun to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
Required. The TensorboardTimeSeries data to write. Values with in a time series are indexed by their step value. Repeated writes to the same step will overwrite the existing value for that step. The upper limit of data points per write request is 5000.
[[["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.write\n\n**Full name**: projects.locations.tensorboards.experiments.write\n\nWrite time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If any data fail to be ingested, an error is returned. \n\n### Endpoint\n\npost `https:``/``/{service-endpoint}``/v1beta1``/{tensorboardExperiment}:write` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`tensorboardExperiment` `string` \nRequired. The resource name of the TensorboardExperiment to write data to. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`\n\n### Request body\n\nThe request body contains data with the following structure:\nFields `writeRunDataRequests[]` `object (`[WriteTensorboardRunDataRequest](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments/write#WriteTensorboardRunDataRequest)`)` \nRequired. Requests containing per-run TensorboardTimeSeries data to write. \n\n### Response body\n\nIf successful, the response body is empty.\n\nWriteTensorboardRunDataRequest\n------------------------------\n\nRequest message for [TensorboardService.WriteTensorboardRunData](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments.runs/write#google.cloud.aiplatform.v1beta1.TensorboardService.WriteTensorboardRunData).\nFields `tensorboardRun` `string` \nRequired. The resource name of the TensorboardRun to write data to. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`\n`timeSeriesData[]` `object (`[TimeSeriesData](/vertex-ai/docs/reference/rest/v1beta1/TimeSeriesData)`)` \nRequired. The TensorboardTimeSeries data to write. Values with in a time series are indexed by their step value. Repeated writes to the same step will overwrite the existing value for that step. The upper limit of data points per write request is 5000."]]