public sealed class TimeSeriesDataPoint : IMessage<TimeSeriesDataPoint>, IEquatable<TimeSeriesDataPoint>, IDeepCloneable<TimeSeriesDataPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TimeSeriesDataPoint.
A TensorboardTimeSeries data point.
Implements
IMessageTimeSeriesDataPoint, IEquatableTimeSeriesDataPoint, IDeepCloneableTimeSeriesDataPoint, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TimeSeriesDataPoint()
public TimeSeriesDataPoint()
TimeSeriesDataPoint(TimeSeriesDataPoint)
public TimeSeriesDataPoint(TimeSeriesDataPoint other)
Parameter | |
---|---|
Name | Description |
other |
TimeSeriesDataPoint |
Properties
Blobs
public TensorboardBlobSequence Blobs { get; set; }
A blob sequence value.
Property Value | |
---|---|
Type | Description |
TensorboardBlobSequence |
Scalar
public Scalar Scalar { get; set; }
A scalar value.
Property Value | |
---|---|
Type | Description |
Scalar |
Step
public long Step { get; set; }
Step index of this data point within the run.
Property Value | |
---|---|
Type | Description |
long |
Tensor
public TensorboardTensor Tensor { get; set; }
A tensor value.
Property Value | |
---|---|
Type | Description |
TensorboardTensor |
ValueCase
public TimeSeriesDataPoint.ValueOneofCase ValueCase { get; }
Property Value | |
---|---|
Type | Description |
TimeSeriesDataPointValueOneofCase |
WallTime
public Timestamp WallTime { get; set; }
Wall clock timestamp when this data point is generated by the end user.
Property Value | |
---|---|
Type | Description |
Timestamp |