Method: projects.locations.tensorboards.readSize

Returns the storage size for a given TensorBoard instance.

HTTP request

GET https://{service-endpoint}/v1/{tensorboard}:readSize

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

Parameters
tensorboard

string

Required. The name of the Tensorboard resource. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}

Request body

The request body must be empty.

Response body

Response message for TensorboardService.ReadTensorboardSize.

If successful, the response body contains data with the following structure:

JSON representation
{
  "storageSizeByte": string
}
Fields
storageSizeByte

string (int64 format)

Payload storage size for the TensorBoard

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.