Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If any data fail to be ingested, an error is returned.
Endpoint
posthttps://{endpoint}/v1beta1/{tensorboardRun}:write
Where {service-endpoint}
is one of the supported service endpoints.
Path parameters
tensorboardRun
string
Required. The resource name of the TensorboardRun to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
Request body
The request body contains data with the following structure:
Required. The TensorboardTimeSeries data to write. Values with in a time series are indexed by their step value. Repeated writes to the same step will overwrite the existing value for that step. The upper limit of data points per write request is 5000.
Response body
If successful, the response body is empty.