v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132661,4471.5 MB
projects

Creates a TensorboardTimeSeries.

post/v1/{+parent}/timeSeries

Path parameters

parentstring required

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

tensorboardTimeSeriesIdstring

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{0, 127}"

Request body

pluginNamestring

Immutable. Name of the plugin this time series pertain to. Such as Scalar, Tensor, Blob

namestring

Output only. Name of the TensorboardTimeSeries.

descriptionstring

Description of this TensorboardTimeSeries.

pluginDatastring byte

Data of the current plugin, with the size limited to 65KB.

displayNamestring

Required. User provided name of this TensorboardTimeSeries. This value should be unique among all TensorboardTimeSeries resources belonging to the same TensorboardRun resource (parent resource).

createTimestring google-datetime

Output only. Timestamp when this TensorboardTimeSeries was created.

valueType'VALUE_TYPE_UNSPECIFIED' | 'SCALAR' | 'TENSOR' | 'BLOB_SEQUENCE'

Required. Immutable. Type of TensorboardTimeSeries value.

etagstring

Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

updateTimestring google-datetime

Output only. Timestamp when this TensorboardTimeSeries was last updated.

Response

Successful response