Class ExportTensorboardTimeSeriesDataRequest (1.38.1)

ExportTensorboardTimeSeriesDataRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for TensorboardService.ExportTensorboardTimeSeriesData.

Attributes

NameDescription
tensorboard_time_series str
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}
filter str
Exports the TensorboardTimeSeries' data that match the filter expression.
page_size int
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.
page_token str
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.
order_by str
Field to use to sort the TensorboardTimeSeries' data. By default, TensorboardTimeSeries' data is returned in a pseudo random order.

Methods

ExportTensorboardTimeSeriesDataRequest

ExportTensorboardTimeSeriesDataRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for TensorboardService.ExportTensorboardTimeSeriesData.