pub type PbDistanceType = DistanceType;
enum PbDistanceType { Unspecified = 0, L1 = 1, L2 = 2, Cosine = 3, InnerProduct = 4, }