Class TimeSeriesDataPoint (2.1.0)

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

A TensorboardTimeSeries data point.

Inheritance

Object > TimeSeriesDataPoint

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

TimeSeriesDataPoint()

public TimeSeriesDataPoint()

TimeSeriesDataPoint(TimeSeriesDataPoint)

public TimeSeriesDataPoint(TimeSeriesDataPoint other)
Parameter
NameDescription
otherTimeSeriesDataPoint

Properties

Blobs

public TensorboardBlobSequence Blobs { get; set; }

A blob sequence value.

Property Value
TypeDescription
TensorboardBlobSequence

Scalar

public Scalar Scalar { get; set; }

A scalar value.

Property Value
TypeDescription
Scalar

Step

public long Step { get; set; }

Step index of this data point within the run.

Property Value
TypeDescription
Int64

Tensor

public TensorboardTensor Tensor { get; set; }

A tensor value.

Property Value
TypeDescription
TensorboardTensor

ValueCase

public TimeSeriesDataPoint.ValueOneofCase ValueCase { get; }
Property Value
TypeDescription
TimeSeriesDataPoint.ValueOneofCase

WallTime

public Timestamp WallTime { get; set; }

Wall clock timestamp when this data point is generated by the end user.

Property Value
TypeDescription
Timestamp