Interface protos.google.cloud.aiplatform.v1beta1.ITimeSeriesData (1.11.0)

Properties of a TimeSeriesData.

Package

@google-cloud/aiplatform

Properties

tensorboardTimeSeriesId

tensorboardTimeSeriesId?: (string|null);

TimeSeriesData tensorboardTimeSeriesId

Property Value
TypeDescription
(string|null)

values

values?: (google.cloud.aiplatform.v1beta1.ITimeSeriesDataPoint[]|null);

TimeSeriesData values

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.ITimeSeriesDataPoint[]|null)

valueType

valueType?: (google.cloud.aiplatform.v1beta1.TensorboardTimeSeries.ValueType|keyof typeof google.cloud.aiplatform.v1beta1.TensorboardTimeSeries.ValueType|null);

TimeSeriesData valueType

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.TensorboardTimeSeries.ValueType|keyof typeof google.cloud.aiplatform.v1beta1.TensorboardTimeSeries.ValueType|null)