Method: tensorboards.batchRead Stay organized with collections Save and categorize content based on your preferences.
Full name: projects.locations.tensorboards.batchRead
Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for tensors and blob references. If the number of data points stored is less than the limit, all data is returned. Otherwise, the number limit of data points is randomly selected from this time series and returned.
Endpoint
gethttps://{service-endpoint}/v1/{tensorboard}:batchRead Where{service-endpoint} is one of thesupported service endpoints.
Path parameters
tensorboardstringRequired. The resource name of the Tensorboard containing TensorboardTimeSeries to read data from. Format:projects/{project}/locations/{location}/tensorboards/{tensorboard}. The TensorboardTimeSeries referenced bytimeSeries must be sub resources of this Tensorboard.
Query parameters
timeSeries[]stringRequired. The resource names of the TensorboardTimeSeries to read data from. Format:projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{timeSeries}
Request body
The request body must be empty.
Response body
Response message forTensorboardService.BatchReadTensorboardTimeSeriesData.
If successful, the response body contains data with the following structure:
timeSeriesData[]object (TimeSeriesData)The returned time series data.
| JSON representation |
|---|
{"timeSeriesData":[{object ( |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-27 UTC.