GoogleCloudAiplatformV1TensorboardTimeSeries class

TensorboardTimeSeries maps to times series produced in training runs

Constructors

GoogleCloudAiplatformV1TensorboardTimeSeries({String? createTime, String? description, String? displayName, String? etag, GoogleCloudAiplatformV1TensorboardTimeSeriesMetadata? metadata, String? name, String? pluginData, String? pluginName, String? updateTime, String? valueType})
GoogleCloudAiplatformV1TensorboardTimeSeries.fromJson(Map json_)

Properties

createTime String?
Timestamp when this TensorboardTimeSeries was created.
getter/setter pair
description String?
Description of this TensorboardTimeSeries.
getter/setter pair
displayName String?
User provided name of this TensorboardTimeSeries.
getter/setter pair
etag String?
Used to perform a consistent read-modify-write updates.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metadata GoogleCloudAiplatformV1TensorboardTimeSeriesMetadata?
Scalar, Tensor, or Blob metadata for this TensorboardTimeSeries.
getter/setter pair
name String?
Name of the TensorboardTimeSeries.
getter/setter pair
pluginData String?
Data of the current plugin, with the size limited to 65KB.
getter/setter pair
pluginDataAsBytes List<int>
getter/setter pair
pluginName String?
Name of the plugin this time series pertain to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Timestamp when this TensorboardTimeSeries was last updated.
getter/setter pair
valueType String?
Type of TensorboardTimeSeries value.
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