Class TimeSeriesData (1.23.0)

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

All the data stored in a TensorboardTimeSeries.

Attributes

Name
Description
tensorboard_time_series_id
str
Required. The ID of the TensorboardTimeSeries, which will become the final component of the TensorboardTimeSeries' resource name
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
MutableSequence[ google.cloud.aiplatform_v1beta1.types.TimeSeriesDataPoint ]
Required. Data points in this time series.

Inheritance

builtins.object > proto.message.Message > TimeSeriesData