data_io_param_pb2.py 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. # -*- coding: utf-8 -*-
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: data-io-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\x13\x64\x61ta-io-param.proto\x12&com.webank.ai.fate.core.mlmodel.buffer\"\xdc\x02\n\x0cImputerParam\x12l\n\x15missing_replace_value\x18\x01 \x03(\x0b\x32M.com.webank.ai.fate.core.mlmodel.buffer.ImputerParam.MissingReplaceValueEntry\x12h\n\x13missing_value_ratio\x18\x02 \x03(\x0b\x32K.com.webank.ai.fate.core.mlmodel.buffer.ImputerParam.MissingValueRatioEntry\x1a:\n\x18MissingReplaceValueEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x38\n\x16MissingValueRatioEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x01:\x02\x38\x01\"\xdc\x02\n\x0cOutlierParam\x12l\n\x15outlier_replace_value\x18\x01 \x03(\x0b\x32M.com.webank.ai.fate.core.mlmodel.buffer.OutlierParam.OutlierReplaceValueEntry\x12h\n\x13outlier_value_ratio\x18\x02 \x03(\x0b\x32K.com.webank.ai.fate.core.mlmodel.buffer.OutlierParam.OutlierValueRatioEntry\x1a:\n\x18OutlierReplaceValueEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x38\n\x16OutlierValueRatioEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x01:\x02\x38\x01\"\xdd\x01\n\x0b\x44\x61taIOParam\x12\x0e\n\x06header\x18\x01 \x03(\t\x12\x10\n\x08sid_name\x18\x02 \x01(\t\x12\x12\n\nlabel_name\x18\x03 \x01(\t\x12K\n\rimputer_param\x18\x04 \x01(\x0b\x32\x34.com.webank.ai.fate.core.mlmodel.buffer.ImputerParam\x12K\n\routlier_param\x18\x05 \x01(\x0b\x32\x34.com.webank.ai.fate.core.mlmodel.buffer.OutlierParamB\x12\x42\x10\x44\x61taIOParamProtob\x06proto3')
  13. _IMPUTERPARAM = DESCRIPTOR.message_types_by_name['ImputerParam']
  14. _IMPUTERPARAM_MISSINGREPLACEVALUEENTRY = _IMPUTERPARAM.nested_types_by_name['MissingReplaceValueEntry']
  15. _IMPUTERPARAM_MISSINGVALUERATIOENTRY = _IMPUTERPARAM.nested_types_by_name['MissingValueRatioEntry']
  16. _OUTLIERPARAM = DESCRIPTOR.message_types_by_name['OutlierParam']
  17. _OUTLIERPARAM_OUTLIERREPLACEVALUEENTRY = _OUTLIERPARAM.nested_types_by_name['OutlierReplaceValueEntry']
  18. _OUTLIERPARAM_OUTLIERVALUERATIOENTRY = _OUTLIERPARAM.nested_types_by_name['OutlierValueRatioEntry']
  19. _DATAIOPARAM = DESCRIPTOR.message_types_by_name['DataIOParam']
  20. ImputerParam = _reflection.GeneratedProtocolMessageType('ImputerParam', (_message.Message,), {
  21. 'MissingReplaceValueEntry' : _reflection.GeneratedProtocolMessageType('MissingReplaceValueEntry', (_message.Message,), {
  22. 'DESCRIPTOR' : _IMPUTERPARAM_MISSINGREPLACEVALUEENTRY,
  23. '__module__' : 'data_io_param_pb2'
  24. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.ImputerParam.MissingReplaceValueEntry)
  25. })
  26. ,
  27. 'MissingValueRatioEntry' : _reflection.GeneratedProtocolMessageType('MissingValueRatioEntry', (_message.Message,), {
  28. 'DESCRIPTOR' : _IMPUTERPARAM_MISSINGVALUERATIOENTRY,
  29. '__module__' : 'data_io_param_pb2'
  30. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.ImputerParam.MissingValueRatioEntry)
  31. })
  32. ,
  33. 'DESCRIPTOR' : _IMPUTERPARAM,
  34. '__module__' : 'data_io_param_pb2'
  35. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.ImputerParam)
  36. })
  37. _sym_db.RegisterMessage(ImputerParam)
  38. _sym_db.RegisterMessage(ImputerParam.MissingReplaceValueEntry)
  39. _sym_db.RegisterMessage(ImputerParam.MissingValueRatioEntry)
  40. OutlierParam = _reflection.GeneratedProtocolMessageType('OutlierParam', (_message.Message,), {
  41. 'OutlierReplaceValueEntry' : _reflection.GeneratedProtocolMessageType('OutlierReplaceValueEntry', (_message.Message,), {
  42. 'DESCRIPTOR' : _OUTLIERPARAM_OUTLIERREPLACEVALUEENTRY,
  43. '__module__' : 'data_io_param_pb2'
  44. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.OutlierParam.OutlierReplaceValueEntry)
  45. })
  46. ,
  47. 'OutlierValueRatioEntry' : _reflection.GeneratedProtocolMessageType('OutlierValueRatioEntry', (_message.Message,), {
  48. 'DESCRIPTOR' : _OUTLIERPARAM_OUTLIERVALUERATIOENTRY,
  49. '__module__' : 'data_io_param_pb2'
  50. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.OutlierParam.OutlierValueRatioEntry)
  51. })
  52. ,
  53. 'DESCRIPTOR' : _OUTLIERPARAM,
  54. '__module__' : 'data_io_param_pb2'
  55. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.OutlierParam)
  56. })
  57. _sym_db.RegisterMessage(OutlierParam)
  58. _sym_db.RegisterMessage(OutlierParam.OutlierReplaceValueEntry)
  59. _sym_db.RegisterMessage(OutlierParam.OutlierValueRatioEntry)
  60. DataIOParam = _reflection.GeneratedProtocolMessageType('DataIOParam', (_message.Message,), {
  61. 'DESCRIPTOR' : _DATAIOPARAM,
  62. '__module__' : 'data_io_param_pb2'
  63. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.DataIOParam)
  64. })
  65. _sym_db.RegisterMessage(DataIOParam)
  66. if _descriptor._USE_C_DESCRIPTORS == False:
  67. DESCRIPTOR._options = None
  68. DESCRIPTOR._serialized_options = b'B\020DataIOParamProto'
  69. _IMPUTERPARAM_MISSINGREPLACEVALUEENTRY._options = None
  70. _IMPUTERPARAM_MISSINGREPLACEVALUEENTRY._serialized_options = b'8\001'
  71. _IMPUTERPARAM_MISSINGVALUERATIOENTRY._options = None
  72. _IMPUTERPARAM_MISSINGVALUERATIOENTRY._serialized_options = b'8\001'
  73. _OUTLIERPARAM_OUTLIERREPLACEVALUEENTRY._options = None
  74. _OUTLIERPARAM_OUTLIERREPLACEVALUEENTRY._serialized_options = b'8\001'
  75. _OUTLIERPARAM_OUTLIERVALUERATIOENTRY._options = None
  76. _OUTLIERPARAM_OUTLIERVALUERATIOENTRY._serialized_options = b'8\001'
  77. _IMPUTERPARAM._serialized_start=64
  78. _IMPUTERPARAM._serialized_end=412
  79. _IMPUTERPARAM_MISSINGREPLACEVALUEENTRY._serialized_start=296
  80. _IMPUTERPARAM_MISSINGREPLACEVALUEENTRY._serialized_end=354
  81. _IMPUTERPARAM_MISSINGVALUERATIOENTRY._serialized_start=356
  82. _IMPUTERPARAM_MISSINGVALUERATIOENTRY._serialized_end=412
  83. _OUTLIERPARAM._serialized_start=415
  84. _OUTLIERPARAM._serialized_end=763
  85. _OUTLIERPARAM_OUTLIERREPLACEVALUEENTRY._serialized_start=647
  86. _OUTLIERPARAM_OUTLIERREPLACEVALUEENTRY._serialized_end=705
  87. _OUTLIERPARAM_OUTLIERVALUERATIOENTRY._serialized_start=707
  88. _OUTLIERPARAM_OUTLIERVALUERATIOENTRY._serialized_end=763
  89. _DATAIOPARAM._serialized_start=766
  90. _DATAIOPARAM._serialized_end=987
  91. # @@protoc_insertion_point(module_scope)