Class BundleHeaderProto

All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, BundleHeaderProtoOrBuilder

public final class BundleHeaderProto extends GeneratedMessageV3 implements BundleHeaderProtoOrBuilder
Special header that is associated with a bundle.
TODO(zongheng,zhifengc): maybe in the future, we can add information about
which binary produced this checkpoint, timestamp, etc. Sometime, these can be
valuable debugging information. And if needed, these can be used as defensive
information ensuring reader (binary version) of the checkpoint and the writer
(binary version) must match within certain range, etc.
Protobuf type tensorflow.BundleHeaderProto
See Also: