Class ExportTensorboardTimeSeriesDataRequest (1.16.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 will be 1000. Values must be between 1 and 10000. Values above 10000 will be coerced to 10000.
page_token str
A page token, received from a previous [TensorboardService.ExportTensorboardTimeSeries][] call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to [TensorboardService.ExportTensorboardTimeSeries][] must match the call that provided the page token.
order_by str
Field to use to sort the TensorboardTimeSeries' data. By default, TensorboardTimeSeries' data will be returned in a pseudo random order.

Inheritance

builtins.object > proto.message.Message > ExportTensorboardTimeSeriesDataRequest