feature_imputation_meta_pb2.py 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # -*- coding: utf-8 -*-
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: feature-imputation-meta.proto
  4. """Generated protocol buffer code."""
  5. from google.protobuf import descriptor as _descriptor
  6. from google.protobuf import descriptor_pool as _descriptor_pool
  7. from google.protobuf import message as _message
  8. from google.protobuf import reflection as _reflection
  9. from google.protobuf import symbol_database as _symbol_database
  10. # @@protoc_insertion_point(imports)
  11. _sym_db = _symbol_database.Default()
  12. DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x66\x65\x61ture-imputation-meta.proto\x12&com.webank.ai.fate.core.mlmodel.buffer\"\x87\x02\n\x12\x46\x65\x61tureImputerMeta\x12\x12\n\nis_imputer\x18\x01 \x01(\x08\x12\x10\n\x08strategy\x18\x02 \x01(\t\x12\x15\n\rmissing_value\x18\x03 \x03(\t\x12\x1a\n\x12missing_value_type\x18\x04 \x03(\t\x12\x63\n\rcols_strategy\x18\x05 \x03(\x0b\x32L.com.webank.ai.fate.core.mlmodel.buffer.FeatureImputerMeta.ColsStrategyEntry\x1a\x33\n\x11\x43olsStrategyEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"{\n\x15\x46\x65\x61tureImputationMeta\x12P\n\x0cimputer_meta\x18\x01 \x01(\x0b\x32:.com.webank.ai.fate.core.mlmodel.buffer.FeatureImputerMeta\x12\x10\n\x08need_run\x18\x02 \x01(\x08\x42\x1c\x42\x1a\x46\x65\x61tureImputationMetaProtob\x06proto3')
  13. _FEATUREIMPUTERMETA = DESCRIPTOR.message_types_by_name['FeatureImputerMeta']
  14. _FEATUREIMPUTERMETA_COLSSTRATEGYENTRY = _FEATUREIMPUTERMETA.nested_types_by_name['ColsStrategyEntry']
  15. _FEATUREIMPUTATIONMETA = DESCRIPTOR.message_types_by_name['FeatureImputationMeta']
  16. FeatureImputerMeta = _reflection.GeneratedProtocolMessageType('FeatureImputerMeta', (_message.Message,), {
  17. 'ColsStrategyEntry' : _reflection.GeneratedProtocolMessageType('ColsStrategyEntry', (_message.Message,), {
  18. 'DESCRIPTOR' : _FEATUREIMPUTERMETA_COLSSTRATEGYENTRY,
  19. '__module__' : 'feature_imputation_meta_pb2'
  20. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.FeatureImputerMeta.ColsStrategyEntry)
  21. })
  22. ,
  23. 'DESCRIPTOR' : _FEATUREIMPUTERMETA,
  24. '__module__' : 'feature_imputation_meta_pb2'
  25. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.FeatureImputerMeta)
  26. })
  27. _sym_db.RegisterMessage(FeatureImputerMeta)
  28. _sym_db.RegisterMessage(FeatureImputerMeta.ColsStrategyEntry)
  29. FeatureImputationMeta = _reflection.GeneratedProtocolMessageType('FeatureImputationMeta', (_message.Message,), {
  30. 'DESCRIPTOR' : _FEATUREIMPUTATIONMETA,
  31. '__module__' : 'feature_imputation_meta_pb2'
  32. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.FeatureImputationMeta)
  33. })
  34. _sym_db.RegisterMessage(FeatureImputationMeta)
  35. if _descriptor._USE_C_DESCRIPTORS == False:
  36. DESCRIPTOR._options = None
  37. DESCRIPTOR._serialized_options = b'B\032FeatureImputationMetaProto'
  38. _FEATUREIMPUTERMETA_COLSSTRATEGYENTRY._options = None
  39. _FEATUREIMPUTERMETA_COLSSTRATEGYENTRY._serialized_options = b'8\001'
  40. _FEATUREIMPUTERMETA._serialized_start=74
  41. _FEATUREIMPUTERMETA._serialized_end=337
  42. _FEATUREIMPUTERMETA_COLSSTRATEGYENTRY._serialized_start=286
  43. _FEATUREIMPUTERMETA_COLSSTRATEGYENTRY._serialized_end=337
  44. _FEATUREIMPUTATIONMETA._serialized_start=339
  45. _FEATUREIMPUTATIONMETA._serialized_end=462
  46. # @@protoc_insertion_point(module_scope)