v1

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

Exports a TensorboardTimeSeries' data. Data is returned in paginated responses.

post/v1/{+tensorboardTimeSeries}:exportTensorboardTimeSeries

Path parameters

tensorboardTimeSeriesstring required

Required. The resource name of the TensorboardTimeSeries to export data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}

Request body

filterstring

Exports the TensorboardTimeSeries' data that match the filter expression.

pageTokenstring

A page token, received from a previous ExportTensorboardTimeSeriesData call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ExportTensorboardTimeSeriesData must match the call that provided the page token.

orderBystring

Field to use to sort the TensorboardTimeSeries' data. By default, TensorboardTimeSeries' data is returned in a pseudo random order.

pageSizeinteger

The maximum number of data points to return per page. The default page_size is 1000. Values must be between 1 and 10000. Values above 10000 are coerced to 10000.

Response

Successful response