one_vs_rest_param_pb2.py 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # -*- coding: utf-8 -*-
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: one-vs-rest-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\x17one-vs-rest-param.proto\x12&com.webank.ai.fate.core.mlmodel.buffer\"u\n\x0eOneVsRestParam\x12\x0f\n\x07\x63lasses\x18\x01 \x03(\t\x12R\n\x11\x63lassifier_models\x18\x02 \x03(\x0b\x32\x37.com.webank.ai.fate.core.mlmodel.buffer.ClassifierModel\"2\n\x0f\x43lassifierModel\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x11\n\tnamespace\x18\x04 \x01(\tB\x15\x42\x13OneVsRestParamProtob\x06proto3')
  13. _ONEVSRESTPARAM = DESCRIPTOR.message_types_by_name['OneVsRestParam']
  14. _CLASSIFIERMODEL = DESCRIPTOR.message_types_by_name['ClassifierModel']
  15. OneVsRestParam = _reflection.GeneratedProtocolMessageType('OneVsRestParam', (_message.Message,), {
  16. 'DESCRIPTOR' : _ONEVSRESTPARAM,
  17. '__module__' : 'one_vs_rest_param_pb2'
  18. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.OneVsRestParam)
  19. })
  20. _sym_db.RegisterMessage(OneVsRestParam)
  21. ClassifierModel = _reflection.GeneratedProtocolMessageType('ClassifierModel', (_message.Message,), {
  22. 'DESCRIPTOR' : _CLASSIFIERMODEL,
  23. '__module__' : 'one_vs_rest_param_pb2'
  24. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.core.mlmodel.buffer.ClassifierModel)
  25. })
  26. _sym_db.RegisterMessage(ClassifierModel)
  27. if _descriptor._USE_C_DESCRIPTORS == False:
  28. DESCRIPTOR._options = None
  29. DESCRIPTOR._serialized_options = b'B\023OneVsRestParamProto'
  30. _ONEVSRESTPARAM._serialized_start=67
  31. _ONEVSRESTPARAM._serialized_end=184
  32. _CLASSIFIERMODEL._serialized_start=186
  33. _CLASSIFIERMODEL._serialized_end=236
  34. # @@protoc_insertion_point(module_scope)