public sealed class TimeSeriesData : IMessage<TimeSeriesData>, IEquatable<TimeSeriesData>, IDeepCloneable<TimeSeriesData>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class TimeSeriesData.
All the data stored in a TensorboardTimeSeries.
Implements
IMessageTimeSeriesData, IEquatableTimeSeriesData, IDeepCloneableTimeSeriesData, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TimeSeriesData()
public TimeSeriesData()TimeSeriesData(TimeSeriesData)
public TimeSeriesData(TimeSeriesData other)| Parameter | |
|---|---|
| Name | Description |
other |
TimeSeriesData |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
TensorboardTimeSeriesTypesValueType |
|
Values
public RepeatedField<TimeSeriesDataPoint> Values { get; }Required. Data points in this time series.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTimeSeriesDataPoint |
|