| enum   | VW::label_type_t : uint32_t {  
  VW::label_type_t::simple, 
VW::label_type_t::cb, 
VW::label_type_t::cb_eval, 
VW::label_type_t::cs, 
 
  VW::label_type_t::multilabel, 
VW::label_type_t::multiclass, 
VW::label_type_t::ccb, 
VW::label_type_t::slates, 
 
  VW::label_type_t::nolabel, 
VW::label_type_t::continuous
 
 } |