Creates a TensorboardTimeSeries.
Endpoint
posthttps://{endpoint}/v1/{parent}/timeSeries
Where {service-endpoint}
is one of the supported service endpoints.
Path parameters
parent
string
Required. The resource name of the TensorboardRun to create the TensorboardTimeSeries in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
Query parameters
tensorboardTimeSeriesId
string
Optional. The user specified unique id to use for the TensorboardTimeSeries, which becomes the final component of the TensorboardTimeSeries's resource name. This value should match "[a-z0-9][a-z0-9-]{0, 127}"
Request body
The request body contains an instance of TensorboardTimeSeries
.
Response body
If successful, the response body contains a newly created instance of TensorboardTimeSeries
.