TimeSeriesDataPoint class final

A TensorboardTimeSeries data point.

Inheritance
  • Object
  • ProtoMessage
  • TimeSeriesDataPoint

Constructors

TimeSeriesDataPoint({Scalar? scalar, TensorboardTensor? tensor, TensorboardBlobSequence? blobs, Timestamp? wallTime, int step = 0})
TimeSeriesDataPoint.fromJson(Map<String, dynamic> json)
factory

Properties

blobs TensorboardBlobSequence?
A blob sequence value.
final
hashCode int
The hash code for this object.
no setterinherited
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scalar Scalar?
A scalar value.
final
step int
Step index of this data point within the run.
final
tensor TensorboardTensor?
A tensor value.
final
wallTime → Timestamp?
Wall clock timestamp when this data point is generated by the end user.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String