Class Metadata (1.5.0)

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

Describes metadata for a TensorboardTimeSeries. .. attribute:: max_step

Output only. Max step index of all data points within a TensorboardTimeSeries.

:type: int

Attributes

NameDescription
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