pub type PbDistanceType = DistanceType;
#[repr(i32)]pub enum PbDistanceType { Unspecified = 0, L1 = 1, L2 = 2, Cosine = 3, InnerProduct = 4, }