Class ReadTensorboardTimeSeriesDataRequest (1.9.0)

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

Request message for TensorboardService.ReadTensorboardTimeSeriesData.

Attributes

NameDescription
tensorboard_time_series str
Required. The resource name of the TensorboardTimeSeries to read data from. Format: ``projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}``
max_data_points int
The maximum number of TensorboardTimeSeries' data to return. This value should be a positive integer. This value can be set to -1 to return all data.
filter str
Reads the TensorboardTimeSeries' data that match the filter expression.

Inheritance

builtins.object > proto.message.Message > ReadTensorboardTimeSeriesDataRequest