timeSeriesData property

List<GoogleCloudAiplatformV1TimeSeriesData>? timeSeriesData
getter/setter pair

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.

Required.

Implementation

core.List<GoogleCloudAiplatformV1TimeSeriesData>? timeSeriesData;