Cloud AI Platform v1 API - Class TimeSeriesData (2.27.0)

public sealed class TimeSeriesData : IMessage<TimeSeriesData>, IEquatable<TimeSeriesData>, IDeepCloneable<TimeSeriesData>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class TimeSeriesData.

All the data stored in a TensorboardTimeSeries.

Inheritance

object > TimeSeriesData

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

TimeSeriesData()

public TimeSeriesData()

TimeSeriesData(TimeSeriesData)

public TimeSeriesData(TimeSeriesData other)
Parameter
NameDescription
otherTimeSeriesData

Properties

TensorboardTimeSeriesId

public string TensorboardTimeSeriesId { get; set; }

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

Property Value
TypeDescription
string

ValueType

public TensorboardTimeSeries.Types.ValueType ValueType { get; set; }

Required. Immutable. The value type of this time series. All the values in this time series data must match this value type.

Property Value
TypeDescription
TensorboardTimeSeriesTypesValueType

Values

public RepeatedField<TimeSeriesDataPoint> Values { get; }

Required. Data points in this time series.

Property Value
TypeDescription
RepeatedFieldTimeSeriesDataPoint