123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- # -*- coding: utf-8 -*-
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # source: data-io-param.proto
- """Generated protocol buffer code."""
- from google.protobuf import descriptor as _descriptor
- from google.protobuf import descriptor_pool as _descriptor_pool
- from google.protobuf import message as _message
- from google.protobuf import reflection as _reflection
- from google.protobuf import symbol_database as _symbol_database
- # @@protoc_insertion_point(imports)
- _sym_db = _symbol_database.Default()
- 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')
- _IMPUTERPARAM = DESCRIPTOR.message_types_by_name['ImputerParam']
- _IMPUTERPARAM_MISSINGREPLACEVALUEENTRY = _IMPUTERPARAM.nested_types_by_name['MissingReplaceValueEntry']
- _IMPUTERPARAM_MISSINGVALUERATIOENTRY = _IMPUTERPARAM.nested_types_by_name['MissingValueRatioEntry']
- _OUTLIERPARAM = DESCRIPTOR.message_types_by_name['OutlierParam']
- _OUTLIERPARAM_OUTLIERREPLACEVALUEENTRY = _OUTLIERPARAM.nested_types_by_name['OutlierReplaceValueEntry']
- _OUTLIERPARAM_OUTLIERVALUERATIOENTRY = _OUTLIERPARAM.nested_types_by_name['OutlierValueRatioEntry']
- _DATAIOPARAM = DESCRIPTOR.message_types_by_name['DataIOParam']
- ImputerParam = _reflection.GeneratedProtocolMessageType('ImputerParam', (_message.Message,), {
- 'MissingReplaceValueEntry' : _reflection.GeneratedProtocolMessageType('MissingReplaceValueEntry', (_message.Message,), {
- 'DESCRIPTOR' : _IMPUTERPARAM_MISSINGREPLACEVALUEENTRY,
- '__module__' : 'data_io_param_pb2'
- # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.ImputerParam.MissingReplaceValueEntry)
- })
- ,
- 'MissingValueRatioEntry' : _reflection.GeneratedProtocolMessageType('MissingValueRatioEntry', (_message.Message,), {
- 'DESCRIPTOR' : _IMPUTERPARAM_MISSINGVALUERATIOENTRY,
- '__module__' : 'data_io_param_pb2'
- # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.ImputerParam.MissingValueRatioEntry)
- })
- ,
- 'DESCRIPTOR' : _IMPUTERPARAM,
- '__module__' : 'data_io_param_pb2'
- # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.ImputerParam)
- })
- _sym_db.RegisterMessage(ImputerParam)
- _sym_db.RegisterMessage(ImputerParam.MissingReplaceValueEntry)
- _sym_db.RegisterMessage(ImputerParam.MissingValueRatioEntry)
- OutlierParam = _reflection.GeneratedProtocolMessageType('OutlierParam', (_message.Message,), {
- 'OutlierReplaceValueEntry' : _reflection.GeneratedProtocolMessageType('OutlierReplaceValueEntry', (_message.Message,), {
- 'DESCRIPTOR' : _OUTLIERPARAM_OUTLIERREPLACEVALUEENTRY,
- '__module__' : 'data_io_param_pb2'
- # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.OutlierParam.OutlierReplaceValueEntry)
- })
- ,
- 'OutlierValueRatioEntry' : _reflection.GeneratedProtocolMessageType('OutlierValueRatioEntry', (_message.Message,), {
- 'DESCRIPTOR' : _OUTLIERPARAM_OUTLIERVALUERATIOENTRY,
- '__module__' : 'data_io_param_pb2'
- # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.OutlierParam.OutlierValueRatioEntry)
- })
- ,
- 'DESCRIPTOR' : _OUTLIERPARAM,
- '__module__' : 'data_io_param_pb2'
- # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.OutlierParam)
- })
- _sym_db.RegisterMessage(OutlierParam)
- _sym_db.RegisterMessage(OutlierParam.OutlierReplaceValueEntry)
- _sym_db.RegisterMessage(OutlierParam.OutlierValueRatioEntry)
- DataIOParam = _reflection.GeneratedProtocolMessageType('DataIOParam', (_message.Message,), {
- 'DESCRIPTOR' : _DATAIOPARAM,
- '__module__' : 'data_io_param_pb2'
- # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.DataIOParam)
- })
- _sym_db.RegisterMessage(DataIOParam)
- if _descriptor._USE_C_DESCRIPTORS == False:
- DESCRIPTOR._options = None
- DESCRIPTOR._serialized_options = b'B\020DataIOParamProto'
- _IMPUTERPARAM_MISSINGREPLACEVALUEENTRY._options = None
- _IMPUTERPARAM_MISSINGREPLACEVALUEENTRY._serialized_options = b'8\001'
- _IMPUTERPARAM_MISSINGVALUERATIOENTRY._options = None
- _IMPUTERPARAM_MISSINGVALUERATIOENTRY._serialized_options = b'8\001'
- _OUTLIERPARAM_OUTLIERREPLACEVALUEENTRY._options = None
- _OUTLIERPARAM_OUTLIERREPLACEVALUEENTRY._serialized_options = b'8\001'
- _OUTLIERPARAM_OUTLIERVALUERATIOENTRY._options = None
- _OUTLIERPARAM_OUTLIERVALUERATIOENTRY._serialized_options = b'8\001'
- _IMPUTERPARAM._serialized_start=64
- _IMPUTERPARAM._serialized_end=412
- _IMPUTERPARAM_MISSINGREPLACEVALUEENTRY._serialized_start=296
- _IMPUTERPARAM_MISSINGREPLACEVALUEENTRY._serialized_end=354
- _IMPUTERPARAM_MISSINGVALUERATIOENTRY._serialized_start=356
- _IMPUTERPARAM_MISSINGVALUERATIOENTRY._serialized_end=412
- _OUTLIERPARAM._serialized_start=415
- _OUTLIERPARAM._serialized_end=763
- _OUTLIERPARAM_OUTLIERREPLACEVALUEENTRY._serialized_start=647
- _OUTLIERPARAM_OUTLIERREPLACEVALUEENTRY._serialized_end=705
- _OUTLIERPARAM_OUTLIERVALUERATIOENTRY._serialized_start=707
- _OUTLIERPARAM_OUTLIERVALUERATIOENTRY._serialized_end=763
- _DATAIOPARAM._serialized_start=766
- _DATAIOPARAM._serialized_end=987
- # @@protoc_insertion_point(module_scope)
|