Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.tensorboards.experiments.runs.timeSeries.readBlobData
Gets bytes of TensorboardBlobs. This is to allow reading blob data stored in consumer project's Cloud Storage bucket without users having to obtain Cloud Storage access permission.
Endpoint
get
https://{service-endpoint}/v1/{timeSeries}:readBlobData
Required. The resource name of the TensorboardTimeSeries to list Blobs. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{timeSeries}
[[["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: timeSeries.readBlobData\n\n**Full name**: projects.locations.tensorboards.experiments.runs.timeSeries.readBlobData\n\nGets bytes of TensorboardBlobs. This is to allow reading blob data stored in consumer project's Cloud Storage bucket without users having to obtain Cloud Storage access permission. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1``/{timeSeries}:readBlobData` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`timeSeries` `string` \nRequired. The resource name of the TensorboardTimeSeries to list Blobs. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{timeSeries}`\n\n### Query parameters\n\n`blobIds[]` `string` \nIDs of the blobs to read.\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nResponse message for [TensorboardService.ReadTensorboardBlobData](/vertex-ai/docs/reference/rest/v1/projects.locations.tensorboards.experiments.runs.timeSeries/readBlobData#google.cloud.aiplatform.v1.TensorboardService.ReadTensorboardBlobData).\n\nIf successful, the response body contains data with the following structure:\nFields `blobs[]` `object (`[TensorboardBlob](/vertex-ai/docs/reference/rest/v1/TensorboardBlob)`)` \nblob messages containing blob bytes."]]