TensorboardBlob

One blob (e.g, image, graph) viewable on a blob metric plot.

JSON representation
{
  "id": string,
  "data": string
}
Fields
id

string

Output only. A URI safe key uniquely identifying a blob. Can be used to locate the blob stored in the Cloud Storage bucket of the consumer project.

data

string (bytes format)

Optional. The bytes of the blob is not present unless it's returned by the ReadTensorboardBlobData endpoint.

A base64-encoded string.