Interface protos.google.cloud.aiplatform.v1beta1.ITimeSeriesDataPoint (1.11.0)

Properties of a TimeSeriesDataPoint.

Package

@google-cloud/aiplatform

Properties

blobs

blobs?: (google.cloud.aiplatform.v1beta1.ITensorboardBlobSequence|null);

TimeSeriesDataPoint blobs

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.ITensorboardBlobSequence|null)

scalar

scalar?: (google.cloud.aiplatform.v1beta1.IScalar|null);

TimeSeriesDataPoint scalar

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IScalar|null)

step

step?: (number|Long|string|null);

TimeSeriesDataPoint step

Property Value
TypeDescription
(number|Long|string|null)

tensor

tensor?: (google.cloud.aiplatform.v1beta1.ITensorboardTensor|null);

TimeSeriesDataPoint tensor

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.ITensorboardTensor|null)

wallTime

wallTime?: (google.protobuf.ITimestamp|null);

TimeSeriesDataPoint wallTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)