timeSeriesData property

List<TimeSeriesData> timeSeriesData
final

Required. The TensorboardTimeSeries data to write. Values with in a time series are indexed by their step value. Repeated writes to the same step will overwrite the existing value for that step. The upper limit of data points per write request is 5000.

Implementation

final List<TimeSeriesData> timeSeriesData;