Method: projects.locations.tensorboards.readSize

Returns the storage size for a given TensorBoard instance.

Endpoint

get https://{service-endpoint}/v1beta1/{tensorboard}:readSize

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

Path 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:

Fields
storageSizeByte string (int64 format)

Payload storage size for the TensorBoard

JSON representation
{
  "storageSizeByte": string
}