Class TimeSeriesData (0.9.0)

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

All the data stored in a TensorboardTimeSeries. .. attribute:: tensorboard_time_series_id

Required. The ID of the TensorboardTimeSeries, which will become the final component of the TensorboardTimeSeries' resource name

:type: str

Attributes

NameDescription
value_type google.cloud.aiplatform_v1beta1.types.TensorboardTimeSeries.ValueType
Required. Immutable. The value type of this time series. All the values in this time series data must match this value type.
values Sequence[google.cloud.aiplatform_v1beta1.types.TimeSeriesDataPoint]
Required. Data points in this time series.

Inheritance

builtins.object > proto.message.Message > TimeSeriesData