Full name: projects.locations.tensorboards.experiments.runs.timeSeries.exportTensorboardTimeSeries
Exports a TensorboardTimeSeries' data. data is returned in paginated responses.
Endpoint
posthttps://{service-endpoint}/v1beta1/{tensorboardTimeSeries}:exportTensorboardTimeSeries    
              
            
            Where {service-endpoint} is one of the supported service endpoints.
Path parameters
tensorboardTimeSeriesstring
                  
                Required. The resource name of the TensorboardTimeSeries to export data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{timeSeries}
Request body
The request body contains data with the following structure:
filterstring
                    
                  Exports the TensorboardTimeSeries' data that match the filter expression.
pageSizeinteger
                    
                  The maximum number of data points to return per page. The default pageSize is 1000. Values must be between 1 and 10000. Values above 10000 are coerced to 10000.
pageTokenstring
                    
                  A page token, received from a previous timeSeries.exportTensorboardTimeSeries call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to timeSeries.exportTensorboardTimeSeries 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.
Response body
Response message for TensorboardService.ExportTensorboardTimeSeriesData.
If successful, the response body contains data with the following structure:
The returned time series data points.
nextPageTokenstring
                    
                  A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.
| JSON representation | 
|---|
| {
  "timeSeriesDataPoints": [
    {
      object ( |