feature_binning_meta_pb2.py 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # -*- coding: utf-8 -*-
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: feature-binning-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\x1a\x66\x65\x61ture-binning-meta.proto\x12&com.webank.ai.fate.core.mlmodel.buffer\"?\n\rTransformMeta\x12\x16\n\x0etransform_cols\x18\x01 \x03(\x03\x12\x16\n\x0etransform_type\x18\x02 \x01(\t\"\xc2\x02\n\x12\x46\x65\x61tureBinningMeta\x12\x10\n\x08need_run\x18\x01 \x01(\x08\x12\x0e\n\x06method\x18\n \x01(\t\x12\x16\n\x0e\x63ompress_thres\x18\x02 \x01(\x03\x12\x11\n\thead_size\x18\x03 \x01(\x03\x12\r\n\x05\x65rror\x18\x04 \x01(\x01\x12\x0f\n\x07\x62in_num\x18\x05 \x01(\x03\x12\x0c\n\x04\x63ols\x18\x06 \x03(\t\x12\x19\n\x11\x61\x64justment_factor\x18\x07 \x01(\x01\x12\x12\n\nlocal_only\x18\x08 \x01(\x08\x12N\n\x0ftransform_param\x18\t \x01(\x0b\x32\x35.com.webank.ai.fate.core.mlmodel.buffer.TransformMeta\x12\x13\n\x0bskip_static\x18\x0b \x01(\x08\x12\x1d\n\x15optimal_metric_method\x18\x0c \x01(\tB\x19\x42\x17\x46\x65\x61tureBinningMetaProtob\x06proto3')
  13. _TRANSFORMMETA = DESCRIPTOR.message_types_by_name['TransformMeta']
  14. _FEATUREBINNINGMETA = DESCRIPTOR.message_types_by_name['FeatureBinningMeta']
  15. TransformMeta = _reflection.GeneratedProtocolMessageType('TransformMeta', (_message.Message,), {
  16. 'DESCRIPTOR' : _TRANSFORMMETA,
  17. '__module__' : 'feature_binning_meta_pb2'
  18. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.TransformMeta)
  19. })
  20. _sym_db.RegisterMessage(TransformMeta)
  21. FeatureBinningMeta = _reflection.GeneratedProtocolMessageType('FeatureBinningMeta', (_message.Message,), {
  22. 'DESCRIPTOR' : _FEATUREBINNINGMETA,
  23. '__module__' : 'feature_binning_meta_pb2'
  24. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.FeatureBinningMeta)
  25. })
  26. _sym_db.RegisterMessage(FeatureBinningMeta)
  27. if _descriptor._USE_C_DESCRIPTORS == False:
  28. DESCRIPTOR._options = None
  29. DESCRIPTOR._serialized_options = b'B\027FeatureBinningMetaProto'
  30. _TRANSFORMMETA._serialized_start=70
  31. _TRANSFORMMETA._serialized_end=133
  32. _FEATUREBINNINGMETA._serialized_start=136
  33. _FEATUREBINNINGMETA._serialized_end=458
  34. # @@protoc_insertion_point(module_scope)