GoogleCloudAiplatformV1TimeSeriesDataPoint class
A TensorboardTimeSeries data point.
Constructors
- GoogleCloudAiplatformV1TimeSeriesDataPoint({GoogleCloudAiplatformV1TensorboardBlobSequence? blobs, GoogleCloudAiplatformV1Scalar? scalar, String? step, GoogleCloudAiplatformV1TensorboardTensor? tensor, String? wallTime})
- GoogleCloudAiplatformV1TimeSeriesDataPoint.fromJson(Map json_)
Properties
- blobs ↔ GoogleCloudAiplatformV1TensorboardBlobSequence?
-
A blob sequence value.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scalar ↔ GoogleCloudAiplatformV1Scalar?
-
A scalar value.
getter/setter pair
- step ↔ String?
-
Step index of this data point within the run.
getter/setter pair
- tensor ↔ GoogleCloudAiplatformV1TensorboardTensor?
-
A tensor value.
getter/setter pair
- wallTime ↔ String?
-
Wall clock timestamp when this data point is generated by the end user.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited