Class Metadata (1.11.0)

Metadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes metadata for a TensorboardTimeSeries.

Attributes

NameDescription
max_step int
Output only. Max step index of all data points within a TensorboardTimeSeries.
max_wall_time google.protobuf.timestamp_pb2.Timestamp
Output only. Max wall clock timestamp of all data points within a TensorboardTimeSeries.
max_blob_sequence_length int
Output only. The largest blob sequence length (number of blobs) of all data points in this time series, if its ValueType is BLOB_SEQUENCE.

Inheritance

builtins.object > proto.message.Message > Metadata