feature_scale_param_pb2.py 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # -*- coding: utf-8 -*-
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: feature-scale-param.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\x19\x66\x65\x61ture-scale-param.proto\x12&com.webank.ai.fate.core.mlmodel.buffer\"\xec\x01\n\nScaleParam\x12^\n\x0f\x63ol_scale_param\x18\x01 \x03(\x0b\x32\x45.com.webank.ai.fate.core.mlmodel.buffer.ScaleParam.ColScaleParamEntry\x12\x0e\n\x06header\x18\x02 \x03(\t\x1an\n\x12\x43olScaleParamEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12G\n\x05value\x18\x02 \x01(\x0b\x32\x38.com.webank.ai.fate.core.mlmodel.buffer.ColumnScaleParam:\x02\x38\x01\"Y\n\x10\x43olumnScaleParam\x12\x14\n\x0c\x63olumn_upper\x18\x03 \x01(\x01\x12\x14\n\x0c\x63olumn_lower\x18\x04 \x01(\x01\x12\x0c\n\x04mean\x18\x05 \x01(\x01\x12\x0b\n\x03std\x18\x06 \x01(\x01\x42\x11\x42\x0fScaleParamProtob\x06proto3')
  13. _SCALEPARAM = DESCRIPTOR.message_types_by_name['ScaleParam']
  14. _SCALEPARAM_COLSCALEPARAMENTRY = _SCALEPARAM.nested_types_by_name['ColScaleParamEntry']
  15. _COLUMNSCALEPARAM = DESCRIPTOR.message_types_by_name['ColumnScaleParam']
  16. ScaleParam = _reflection.GeneratedProtocolMessageType('ScaleParam', (_message.Message,), {
  17. 'ColScaleParamEntry' : _reflection.GeneratedProtocolMessageType('ColScaleParamEntry', (_message.Message,), {
  18. 'DESCRIPTOR' : _SCALEPARAM_COLSCALEPARAMENTRY,
  19. '__module__' : 'feature_scale_param_pb2'
  20. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.ScaleParam.ColScaleParamEntry)
  21. })
  22. ,
  23. 'DESCRIPTOR' : _SCALEPARAM,
  24. '__module__' : 'feature_scale_param_pb2'
  25. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.ScaleParam)
  26. })
  27. _sym_db.RegisterMessage(ScaleParam)
  28. _sym_db.RegisterMessage(ScaleParam.ColScaleParamEntry)
  29. ColumnScaleParam = _reflection.GeneratedProtocolMessageType('ColumnScaleParam', (_message.Message,), {
  30. 'DESCRIPTOR' : _COLUMNSCALEPARAM,
  31. '__module__' : 'feature_scale_param_pb2'
  32. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.ColumnScaleParam)
  33. })
  34. _sym_db.RegisterMessage(ColumnScaleParam)
  35. if _descriptor._USE_C_DESCRIPTORS == False:
  36. DESCRIPTOR._options = None
  37. DESCRIPTOR._serialized_options = b'B\017ScaleParamProto'
  38. _SCALEPARAM_COLSCALEPARAMENTRY._options = None
  39. _SCALEPARAM_COLSCALEPARAMENTRY._serialized_options = b'8\001'
  40. _SCALEPARAM._serialized_start=70
  41. _SCALEPARAM._serialized_end=306
  42. _SCALEPARAM_COLSCALEPARAMENTRY._serialized_start=196
  43. _SCALEPARAM_COLSCALEPARAMENTRY._serialized_end=306
  44. _COLUMNSCALEPARAM._serialized_start=308
  45. _COLUMNSCALEPARAM._serialized_end=397
  46. # @@protoc_insertion_point(module_scope)