Cloud AI Platform v1 API - Class TimeSeriesDataPoint (2.27.0)

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

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

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
long

Tensor

public TensorboardTensor Tensor { get; set; }

A tensor value.

Property Value
TypeDescription
TensorboardTensor

ValueCase

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

WallTime

public Timestamp WallTime { get; set; }

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

Property Value
TypeDescription
Timestamp