feature_imputation_param_pb2.py 6.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. # -*- coding: utf-8 -*-
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: feature-imputation-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\x1e\x66\x65\x61ture-imputation-param.proto\x12&com.webank.ai.fate.core.mlmodel.buffer\"\xed\x05\n\x13\x46\x65\x61tureImputerParam\x12s\n\x15missing_replace_value\x18\x01 \x03(\x0b\x32T.com.webank.ai.fate.core.mlmodel.buffer.FeatureImputerParam.MissingReplaceValueEntry\x12o\n\x13missing_value_ratio\x18\x02 \x03(\x0b\x32R.com.webank.ai.fate.core.mlmodel.buffer.FeatureImputerParam.MissingValueRatioEntry\x12|\n\x1amissing_replace_value_type\x18\x03 \x03(\x0b\x32X.com.webank.ai.fate.core.mlmodel.buffer.FeatureImputerParam.MissingReplaceValueTypeEntry\x12\x11\n\tskip_cols\x18\x04 \x03(\t\x12o\n\x13\x63ols_replace_method\x18\x05 \x03(\x0b\x32R.com.webank.ai.fate.core.mlmodel.buffer.FeatureImputerParam.ColsReplaceMethodEntry\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\x1a>\n\x1cMissingReplaceValueTypeEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x38\n\x16\x43olsReplaceMethodEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"|\n\x16\x46\x65\x61tureImputationParam\x12\x0e\n\x06header\x18\x01 \x03(\t\x12R\n\rimputer_param\x18\x02 \x01(\x0b\x32;.com.webank.ai.fate.core.mlmodel.buffer.FeatureImputerParamB\x1d\x42\x1b\x46\x65\x61tureImputationParamProtob\x06proto3')
  13. _FEATUREIMPUTERPARAM = DESCRIPTOR.message_types_by_name['FeatureImputerParam']
  14. _FEATUREIMPUTERPARAM_MISSINGREPLACEVALUEENTRY = _FEATUREIMPUTERPARAM.nested_types_by_name['MissingReplaceValueEntry']
  15. _FEATUREIMPUTERPARAM_MISSINGVALUERATIOENTRY = _FEATUREIMPUTERPARAM.nested_types_by_name['MissingValueRatioEntry']
  16. _FEATUREIMPUTERPARAM_MISSINGREPLACEVALUETYPEENTRY = _FEATUREIMPUTERPARAM.nested_types_by_name['MissingReplaceValueTypeEntry']
  17. _FEATUREIMPUTERPARAM_COLSREPLACEMETHODENTRY = _FEATUREIMPUTERPARAM.nested_types_by_name['ColsReplaceMethodEntry']
  18. _FEATUREIMPUTATIONPARAM = DESCRIPTOR.message_types_by_name['FeatureImputationParam']
  19. FeatureImputerParam = _reflection.GeneratedProtocolMessageType('FeatureImputerParam', (_message.Message,), {
  20. 'MissingReplaceValueEntry' : _reflection.GeneratedProtocolMessageType('MissingReplaceValueEntry', (_message.Message,), {
  21. 'DESCRIPTOR' : _FEATUREIMPUTERPARAM_MISSINGREPLACEVALUEENTRY,
  22. '__module__' : 'feature_imputation_param_pb2'
  23. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.FeatureImputerParam.MissingReplaceValueEntry)
  24. })
  25. ,
  26. 'MissingValueRatioEntry' : _reflection.GeneratedProtocolMessageType('MissingValueRatioEntry', (_message.Message,), {
  27. 'DESCRIPTOR' : _FEATUREIMPUTERPARAM_MISSINGVALUERATIOENTRY,
  28. '__module__' : 'feature_imputation_param_pb2'
  29. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.FeatureImputerParam.MissingValueRatioEntry)
  30. })
  31. ,
  32. 'MissingReplaceValueTypeEntry' : _reflection.GeneratedProtocolMessageType('MissingReplaceValueTypeEntry', (_message.Message,), {
  33. 'DESCRIPTOR' : _FEATUREIMPUTERPARAM_MISSINGREPLACEVALUETYPEENTRY,
  34. '__module__' : 'feature_imputation_param_pb2'
  35. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.FeatureImputerParam.MissingReplaceValueTypeEntry)
  36. })
  37. ,
  38. 'ColsReplaceMethodEntry' : _reflection.GeneratedProtocolMessageType('ColsReplaceMethodEntry', (_message.Message,), {
  39. 'DESCRIPTOR' : _FEATUREIMPUTERPARAM_COLSREPLACEMETHODENTRY,
  40. '__module__' : 'feature_imputation_param_pb2'
  41. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.FeatureImputerParam.ColsReplaceMethodEntry)
  42. })
  43. ,
  44. 'DESCRIPTOR' : _FEATUREIMPUTERPARAM,
  45. '__module__' : 'feature_imputation_param_pb2'
  46. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.FeatureImputerParam)
  47. })
  48. _sym_db.RegisterMessage(FeatureImputerParam)
  49. _sym_db.RegisterMessage(FeatureImputerParam.MissingReplaceValueEntry)
  50. _sym_db.RegisterMessage(FeatureImputerParam.MissingValueRatioEntry)
  51. _sym_db.RegisterMessage(FeatureImputerParam.MissingReplaceValueTypeEntry)
  52. _sym_db.RegisterMessage(FeatureImputerParam.ColsReplaceMethodEntry)
  53. FeatureImputationParam = _reflection.GeneratedProtocolMessageType('FeatureImputationParam', (_message.Message,), {
  54. 'DESCRIPTOR' : _FEATUREIMPUTATIONPARAM,
  55. '__module__' : 'feature_imputation_param_pb2'
  56. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.FeatureImputationParam)
  57. })
  58. _sym_db.RegisterMessage(FeatureImputationParam)
  59. if _descriptor._USE_C_DESCRIPTORS == False:
  60. DESCRIPTOR._options = None
  61. DESCRIPTOR._serialized_options = b'B\033FeatureImputationParamProto'
  62. _FEATUREIMPUTERPARAM_MISSINGREPLACEVALUEENTRY._options = None
  63. _FEATUREIMPUTERPARAM_MISSINGREPLACEVALUEENTRY._serialized_options = b'8\001'
  64. _FEATUREIMPUTERPARAM_MISSINGVALUERATIOENTRY._options = None
  65. _FEATUREIMPUTERPARAM_MISSINGVALUERATIOENTRY._serialized_options = b'8\001'
  66. _FEATUREIMPUTERPARAM_MISSINGREPLACEVALUETYPEENTRY._options = None
  67. _FEATUREIMPUTERPARAM_MISSINGREPLACEVALUETYPEENTRY._serialized_options = b'8\001'
  68. _FEATUREIMPUTERPARAM_COLSREPLACEMETHODENTRY._options = None
  69. _FEATUREIMPUTERPARAM_COLSREPLACEMETHODENTRY._serialized_options = b'8\001'
  70. _FEATUREIMPUTERPARAM._serialized_start=75
  71. _FEATUREIMPUTERPARAM._serialized_end=824
  72. _FEATUREIMPUTERPARAM_MISSINGREPLACEVALUEENTRY._serialized_start=586
  73. _FEATUREIMPUTERPARAM_MISSINGREPLACEVALUEENTRY._serialized_end=644
  74. _FEATUREIMPUTERPARAM_MISSINGVALUERATIOENTRY._serialized_start=646
  75. _FEATUREIMPUTERPARAM_MISSINGVALUERATIOENTRY._serialized_end=702
  76. _FEATUREIMPUTERPARAM_MISSINGREPLACEVALUETYPEENTRY._serialized_start=704
  77. _FEATUREIMPUTERPARAM_MISSINGREPLACEVALUETYPEENTRY._serialized_end=766
  78. _FEATUREIMPUTERPARAM_COLSREPLACEMETHODENTRY._serialized_start=768
  79. _FEATUREIMPUTERPARAM_COLSREPLACEMETHODENTRY._serialized_end=824
  80. _FEATUREIMPUTATIONPARAM._serialized_start=826
  81. _FEATUREIMPUTATIONPARAM._serialized_end=950
  82. # @@protoc_insertion_point(module_scope)