Returns the storage size for a given TensorBoard instance.
Endpoint
gethttps://{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:
storageSizeByte
string (int64 format)
Payload storage size for the TensorBoard
JSON representation |
---|
{ "storageSizeByte": string } |