12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- # -*- coding: utf-8 -*-
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # source: onehot-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\x12onehot-param.proto\x12&com.webank.ai.fate.core.mlmodel.buffer\"6\n\x07\x43olsMap\x12\x0e\n\x06values\x18\x01 \x03(\t\x12\x1b\n\x13transformed_headers\x18\x02 \x03(\t\"\xd6\x01\n\x0bOneHotParam\x12P\n\x07\x63ol_map\x18\x01 \x03(\x0b\x32?.com.webank.ai.fate.core.mlmodel.buffer.OneHotParam.ColMapEntry\x12\x15\n\rresult_header\x18\x02 \x03(\t\x1a^\n\x0b\x43olMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12>\n\x05value\x18\x02 \x01(\x0b\x32/.com.webank.ai.fate.core.mlmodel.buffer.ColsMap:\x02\x38\x01\x42\x12\x42\x10OneHotParamProtob\x06proto3')
- _COLSMAP = DESCRIPTOR.message_types_by_name['ColsMap']
- _ONEHOTPARAM = DESCRIPTOR.message_types_by_name['OneHotParam']
- _ONEHOTPARAM_COLMAPENTRY = _ONEHOTPARAM.nested_types_by_name['ColMapEntry']
- ColsMap = _reflection.GeneratedProtocolMessageType('ColsMap', (_message.Message,), {
- 'DESCRIPTOR' : _COLSMAP,
- '__module__' : 'onehot_param_pb2'
- # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.ColsMap)
- })
- _sym_db.RegisterMessage(ColsMap)
- OneHotParam = _reflection.GeneratedProtocolMessageType('OneHotParam', (_message.Message,), {
- 'ColMapEntry' : _reflection.GeneratedProtocolMessageType('ColMapEntry', (_message.Message,), {
- 'DESCRIPTOR' : _ONEHOTPARAM_COLMAPENTRY,
- '__module__' : 'onehot_param_pb2'
- # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.OneHotParam.ColMapEntry)
- })
- ,
- 'DESCRIPTOR' : _ONEHOTPARAM,
- '__module__' : 'onehot_param_pb2'
- # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.OneHotParam)
- })
- _sym_db.RegisterMessage(OneHotParam)
- _sym_db.RegisterMessage(OneHotParam.ColMapEntry)
- if _descriptor._USE_C_DESCRIPTORS == False:
- DESCRIPTOR._options = None
- DESCRIPTOR._serialized_options = b'B\020OneHotParamProto'
- _ONEHOTPARAM_COLMAPENTRY._options = None
- _ONEHOTPARAM_COLMAPENTRY._serialized_options = b'8\001'
- _COLSMAP._serialized_start=62
- _COLSMAP._serialized_end=116
- _ONEHOTPARAM._serialized_start=119
- _ONEHOTPARAM._serialized_end=333
- _ONEHOTPARAM_COLMAPENTRY._serialized_start=239
- _ONEHOTPARAM_COLMAPENTRY._serialized_end=333
- # @@protoc_insertion_point(module_scope)
|