/ mlflow / protos / facet_feature_statistics_pb2.py
facet_feature_statistics_pb2.py
  1  
  2  import google.protobuf
  3  from packaging.version import Version
  4  if Version(google.protobuf.__version__).major >= 5:
  5    # -*- coding: utf-8 -*-
  6    # Generated by the protocol buffer compiler.  DO NOT EDIT!
  7    # source: facet_feature_statistics.proto
  8    # Protobuf Python Version: 5.26.0
  9    """Generated protocol buffer code."""
 10    from google.protobuf import descriptor as _descriptor
 11    from google.protobuf import descriptor_pool as _descriptor_pool
 12    from google.protobuf import symbol_database as _symbol_database
 13    from google.protobuf.internal import builder as _builder
 14    # @@protoc_insertion_point(imports)
 15  
 16    _sym_db = _symbol_database.Default()
 17  
 18  
 19  
 20  
 21    DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1e\x66\x61\x63\x65t_feature_statistics.proto\x12\x16\x66\x61\x63\x65tFeatureStatistics\"b\n\x1c\x44\x61tasetFeatureStatisticsList\x12\x42\n\x08\x64\x61tasets\x18\x01 \x03(\x0b\x32\x30.facetFeatureStatistics.DatasetFeatureStatistics\"\x14\n\x04Path\x12\x0c\n\x04step\x18\x01 \x03(\t\"\x9e\x01\n\x18\x44\x61tasetFeatureStatistics\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x0cnum_examples\x18\x02 \x01(\x03\x12\x1d\n\x15weighted_num_examples\x18\x04 \x01(\x01\x12?\n\x08\x66\x65\x61tures\x18\x03 \x03(\x0b\x32-.facetFeatureStatistics.FeatureNameStatistics\"\xae\x04\n\x15\x46\x65\x61tureNameStatistics\x12\x0e\n\x04name\x18\x01 \x01(\tH\x00\x12,\n\x04path\x18\x08 \x01(\x0b\x32\x1c.facetFeatureStatistics.PathH\x00\x12@\n\x04type\x18\x02 \x01(\x0e\x32\x32.facetFeatureStatistics.FeatureNameStatistics.Type\x12>\n\tnum_stats\x18\x03 \x01(\x0b\x32).facetFeatureStatistics.NumericStatisticsH\x01\x12@\n\x0cstring_stats\x18\x04 \x01(\x0b\x32(.facetFeatureStatistics.StringStatisticsH\x01\x12>\n\x0b\x62ytes_stats\x18\x05 \x01(\x0b\x32\'.facetFeatureStatistics.BytesStatisticsH\x01\x12@\n\x0cstruct_stats\x18\x07 \x01(\x0b\x32(.facetFeatureStatistics.StructStatisticsH\x01\x12=\n\x0c\x63ustom_stats\x18\x06 \x03(\x0b\x32\'.facetFeatureStatistics.CustomStatistic\"=\n\x04Type\x12\x07\n\x03INT\x10\x00\x12\t\n\x05\x46LOAT\x10\x01\x12\n\n\x06STRING\x10\x02\x12\t\n\x05\x42YTES\x10\x03\x12\n\n\x06STRUCT\x10\x04\x42\n\n\x08\x66ield_idB\x07\n\x05stats\"x\n\x18WeightedCommonStatistics\x12\x17\n\x0fnum_non_missing\x18\x01 \x01(\x01\x12\x13\n\x0bnum_missing\x18\x02 \x01(\x01\x12\x16\n\x0e\x61vg_num_values\x18\x03 \x01(\x01\x12\x16\n\x0etot_num_values\x18\x04 \x01(\x01\"\xc3\x01\n\x0f\x43ustomStatistic\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x03num\x18\x02 \x01(\x01H\x00\x12\r\n\x03str\x18\x03 \x01(\tH\x00\x12\x36\n\thistogram\x18\x04 \x01(\x0b\x32!.facetFeatureStatistics.HistogramH\x00\x12?\n\x0erank_histogram\x18\x05 \x01(\x0b\x32%.facetFeatureStatistics.RankHistogramH\x00\x42\x05\n\x03valJ\x04\x08\x06\x10\x07\"\xb9\x02\n\x11NumericStatistics\x12>\n\x0c\x63ommon_stats\x18\x01 \x01(\x0b\x32(.facetFeatureStatistics.CommonStatistics\x12\x0c\n\x04mean\x18\x02 \x01(\x01\x12\x0f\n\x07std_dev\x18\x03 \x01(\x01\x12\x11\n\tnum_zeros\x18\x04 \x01(\x03\x12\x0b\n\x03min\x18\x05 \x01(\x01\x12\x0e\n\x06median\x18\x06 \x01(\x01\x12\x0b\n\x03max\x18\x07 \x01(\x01\x12\x35\n\nhistograms\x18\x08 \x03(\x0b\x32!.facetFeatureStatistics.Histogram\x12Q\n\x16weighted_numeric_stats\x18\t \x01(\x0b\x32\x31.facetFeatureStatistics.WeightedNumericStatistics\"\xa0\x03\n\x10StringStatistics\x12>\n\x0c\x63ommon_stats\x18\x01 \x01(\x0b\x32(.facetFeatureStatistics.CommonStatistics\x12\x0e\n\x06unique\x18\x02 \x01(\x03\x12I\n\ntop_values\x18\x03 \x03(\x0b\x32\x35.facetFeatureStatistics.StringStatistics.FreqAndValue\x12\x12\n\navg_length\x18\x04 \x01(\x02\x12=\n\x0erank_histogram\x18\x05 \x01(\x0b\x32%.facetFeatureStatistics.RankHistogram\x12O\n\x15weighted_string_stats\x18\x06 \x01(\x0b\x32\x30.facetFeatureStatistics.WeightedStringStatistics\x1aM\n\x0c\x46reqAndValue\x12\x1b\n\x0f\x64\x65precated_freq\x18\x01 \x01(\x03\x42\x02\x18\x01\x12\r\n\x05value\x18\x02 \x01(\t\x12\x11\n\tfrequency\x18\x03 \x01(\x01\"\x81\x01\n\x19WeightedNumericStatistics\x12\x0c\n\x04mean\x18\x01 \x01(\x01\x12\x0f\n\x07std_dev\x18\x02 \x01(\x01\x12\x0e\n\x06median\x18\x03 \x01(\x01\x12\x35\n\nhistograms\x18\x04 \x03(\x0b\x32!.facetFeatureStatistics.Histogram\"\xa4\x01\n\x18WeightedStringStatistics\x12I\n\ntop_values\x18\x01 \x03(\x0b\x32\x35.facetFeatureStatistics.StringStatistics.FreqAndValue\x12=\n\x0erank_histogram\x18\x02 \x01(\x0b\x32%.facetFeatureStatistics.RankHistogram\"\xac\x01\n\x0f\x42ytesStatistics\x12>\n\x0c\x63ommon_stats\x18\x01 \x01(\x0b\x32(.facetFeatureStatistics.CommonStatistics\x12\x0e\n\x06unique\x18\x02 \x01(\x03\x12\x15\n\ravg_num_bytes\x18\x03 \x01(\x02\x12\x15\n\rmin_num_bytes\x18\x04 \x01(\x02\x12\x15\n\rmax_num_bytes\x18\x05 \x01(\x02J\x04\x08\x06\x10\x07\"R\n\x10StructStatistics\x12>\n\x0c\x63ommon_stats\x18\x01 \x01(\x0b\x32(.facetFeatureStatistics.CommonStatistics\"\x88\x03\n\x10\x43ommonStatistics\x12\x17\n\x0fnum_non_missing\x18\x01 \x01(\x03\x12\x13\n\x0bnum_missing\x18\x02 \x01(\x03\x12\x16\n\x0emin_num_values\x18\x03 \x01(\x03\x12\x16\n\x0emax_num_values\x18\x04 \x01(\x03\x12\x16\n\x0e\x61vg_num_values\x18\x05 \x01(\x02\x12\x16\n\x0etot_num_values\x18\x08 \x01(\x03\x12?\n\x14num_values_histogram\x18\x06 \x01(\x0b\x32!.facetFeatureStatistics.Histogram\x12O\n\x15weighted_common_stats\x18\x07 \x01(\x0b\x32\x30.facetFeatureStatistics.WeightedCommonStatistics\x12H\n\x1d\x66\x65\x61ture_list_length_histogram\x18\t \x01(\x0b\x32!.facetFeatureStatistics.HistogramJ\x04\x08\n\x10\x0bJ\x04\x08\x0b\x10\x0c\"\xce\x02\n\tHistogram\x12\x0f\n\x07num_nan\x18\x01 \x01(\x03\x12\x15\n\rnum_undefined\x18\x02 \x01(\x03\x12\x39\n\x07\x62uckets\x18\x03 \x03(\x0b\x32(.facetFeatureStatistics.Histogram.Bucket\x12=\n\x04type\x18\x04 \x01(\x0e\x32/.facetFeatureStatistics.Histogram.HistogramType\x12\x0c\n\x04name\x18\x05 \x01(\t\x1a\x63\n\x06\x42ucket\x12\x11\n\tlow_value\x18\x01 \x01(\x01\x12\x12\n\nhigh_value\x18\x02 \x01(\x01\x12\x1c\n\x10\x64\x65precated_count\x18\x03 \x01(\x03\x42\x02\x18\x01\x12\x14\n\x0csample_count\x18\x04 \x01(\x01\",\n\rHistogramType\x12\x0c\n\x08STANDARD\x10\x00\x12\r\n\tQUANTILES\x10\x01\"\xce\x01\n\rRankHistogram\x12=\n\x07\x62uckets\x18\x01 \x03(\x0b\x32,.facetFeatureStatistics.RankHistogram.Bucket\x12\x0c\n\x04name\x18\x02 \x01(\t\x1ap\n\x06\x42ucket\x12\x10\n\x08low_rank\x18\x01 \x01(\x03\x12\x11\n\thigh_rank\x18\x02 \x01(\x03\x12\x1c\n\x10\x64\x65precated_count\x18\x03 \x01(\x03\x42\x02\x18\x01\x12\r\n\x05label\x18\x04 \x01(\t\x12\x14\n\x0csample_count\x18\x05 \x01(\x01')
 22  
 23    _globals = globals()
 24    _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
 25    _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'facet_feature_statistics_pb2', _globals)
 26    if not _descriptor._USE_C_DESCRIPTORS:
 27      DESCRIPTOR._loaded_options = None
 28      _globals['_STRINGSTATISTICS_FREQANDVALUE'].fields_by_name['deprecated_freq']._loaded_options = None
 29      _globals['_STRINGSTATISTICS_FREQANDVALUE'].fields_by_name['deprecated_freq']._serialized_options = b'\030\001'
 30      _globals['_HISTOGRAM_BUCKET'].fields_by_name['deprecated_count']._loaded_options = None
 31      _globals['_HISTOGRAM_BUCKET'].fields_by_name['deprecated_count']._serialized_options = b'\030\001'
 32      _globals['_RANKHISTOGRAM_BUCKET'].fields_by_name['deprecated_count']._loaded_options = None
 33      _globals['_RANKHISTOGRAM_BUCKET'].fields_by_name['deprecated_count']._serialized_options = b'\030\001'
 34      _globals['_DATASETFEATURESTATISTICSLIST']._serialized_start=58
 35      _globals['_DATASETFEATURESTATISTICSLIST']._serialized_end=156
 36      _globals['_PATH']._serialized_start=158
 37      _globals['_PATH']._serialized_end=178
 38      _globals['_DATASETFEATURESTATISTICS']._serialized_start=181
 39      _globals['_DATASETFEATURESTATISTICS']._serialized_end=339
 40      _globals['_FEATURENAMESTATISTICS']._serialized_start=342
 41      _globals['_FEATURENAMESTATISTICS']._serialized_end=900
 42      _globals['_FEATURENAMESTATISTICS_TYPE']._serialized_start=818
 43      _globals['_FEATURENAMESTATISTICS_TYPE']._serialized_end=879
 44      _globals['_WEIGHTEDCOMMONSTATISTICS']._serialized_start=902
 45      _globals['_WEIGHTEDCOMMONSTATISTICS']._serialized_end=1022
 46      _globals['_CUSTOMSTATISTIC']._serialized_start=1025
 47      _globals['_CUSTOMSTATISTIC']._serialized_end=1220
 48      _globals['_NUMERICSTATISTICS']._serialized_start=1223
 49      _globals['_NUMERICSTATISTICS']._serialized_end=1536
 50      _globals['_STRINGSTATISTICS']._serialized_start=1539
 51      _globals['_STRINGSTATISTICS']._serialized_end=1955
 52      _globals['_STRINGSTATISTICS_FREQANDVALUE']._serialized_start=1878
 53      _globals['_STRINGSTATISTICS_FREQANDVALUE']._serialized_end=1955
 54      _globals['_WEIGHTEDNUMERICSTATISTICS']._serialized_start=1958
 55      _globals['_WEIGHTEDNUMERICSTATISTICS']._serialized_end=2087
 56      _globals['_WEIGHTEDSTRINGSTATISTICS']._serialized_start=2090
 57      _globals['_WEIGHTEDSTRINGSTATISTICS']._serialized_end=2254
 58      _globals['_BYTESSTATISTICS']._serialized_start=2257
 59      _globals['_BYTESSTATISTICS']._serialized_end=2429
 60      _globals['_STRUCTSTATISTICS']._serialized_start=2431
 61      _globals['_STRUCTSTATISTICS']._serialized_end=2513
 62      _globals['_COMMONSTATISTICS']._serialized_start=2516
 63      _globals['_COMMONSTATISTICS']._serialized_end=2908
 64      _globals['_HISTOGRAM']._serialized_start=2911
 65      _globals['_HISTOGRAM']._serialized_end=3245
 66      _globals['_HISTOGRAM_BUCKET']._serialized_start=3100
 67      _globals['_HISTOGRAM_BUCKET']._serialized_end=3199
 68      _globals['_HISTOGRAM_HISTOGRAMTYPE']._serialized_start=3201
 69      _globals['_HISTOGRAM_HISTOGRAMTYPE']._serialized_end=3245
 70      _globals['_RANKHISTOGRAM']._serialized_start=3248
 71      _globals['_RANKHISTOGRAM']._serialized_end=3454
 72      _globals['_RANKHISTOGRAM_BUCKET']._serialized_start=3342
 73      _globals['_RANKHISTOGRAM_BUCKET']._serialized_end=3454
 74    # @@protoc_insertion_point(module_scope)
 75  
 76  else:
 77    # -*- coding: utf-8 -*-
 78    # Generated by the protocol buffer compiler.  DO NOT EDIT!
 79    # source: facet_feature_statistics.proto
 80    """Generated protocol buffer code."""
 81    from google.protobuf import descriptor as _descriptor
 82    from google.protobuf import descriptor_pool as _descriptor_pool
 83    from google.protobuf import message as _message
 84    from google.protobuf import reflection as _reflection
 85    from google.protobuf import symbol_database as _symbol_database
 86    # @@protoc_insertion_point(imports)
 87  
 88    _sym_db = _symbol_database.Default()
 89  
 90  
 91  
 92  
 93    DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1e\x66\x61\x63\x65t_feature_statistics.proto\x12\x16\x66\x61\x63\x65tFeatureStatistics\"b\n\x1c\x44\x61tasetFeatureStatisticsList\x12\x42\n\x08\x64\x61tasets\x18\x01 \x03(\x0b\x32\x30.facetFeatureStatistics.DatasetFeatureStatistics\"\x14\n\x04Path\x12\x0c\n\x04step\x18\x01 \x03(\t\"\x9e\x01\n\x18\x44\x61tasetFeatureStatistics\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x0cnum_examples\x18\x02 \x01(\x03\x12\x1d\n\x15weighted_num_examples\x18\x04 \x01(\x01\x12?\n\x08\x66\x65\x61tures\x18\x03 \x03(\x0b\x32-.facetFeatureStatistics.FeatureNameStatistics\"\xae\x04\n\x15\x46\x65\x61tureNameStatistics\x12\x0e\n\x04name\x18\x01 \x01(\tH\x00\x12,\n\x04path\x18\x08 \x01(\x0b\x32\x1c.facetFeatureStatistics.PathH\x00\x12@\n\x04type\x18\x02 \x01(\x0e\x32\x32.facetFeatureStatistics.FeatureNameStatistics.Type\x12>\n\tnum_stats\x18\x03 \x01(\x0b\x32).facetFeatureStatistics.NumericStatisticsH\x01\x12@\n\x0cstring_stats\x18\x04 \x01(\x0b\x32(.facetFeatureStatistics.StringStatisticsH\x01\x12>\n\x0b\x62ytes_stats\x18\x05 \x01(\x0b\x32\'.facetFeatureStatistics.BytesStatisticsH\x01\x12@\n\x0cstruct_stats\x18\x07 \x01(\x0b\x32(.facetFeatureStatistics.StructStatisticsH\x01\x12=\n\x0c\x63ustom_stats\x18\x06 \x03(\x0b\x32\'.facetFeatureStatistics.CustomStatistic\"=\n\x04Type\x12\x07\n\x03INT\x10\x00\x12\t\n\x05\x46LOAT\x10\x01\x12\n\n\x06STRING\x10\x02\x12\t\n\x05\x42YTES\x10\x03\x12\n\n\x06STRUCT\x10\x04\x42\n\n\x08\x66ield_idB\x07\n\x05stats\"x\n\x18WeightedCommonStatistics\x12\x17\n\x0fnum_non_missing\x18\x01 \x01(\x01\x12\x13\n\x0bnum_missing\x18\x02 \x01(\x01\x12\x16\n\x0e\x61vg_num_values\x18\x03 \x01(\x01\x12\x16\n\x0etot_num_values\x18\x04 \x01(\x01\"\xc3\x01\n\x0f\x43ustomStatistic\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x03num\x18\x02 \x01(\x01H\x00\x12\r\n\x03str\x18\x03 \x01(\tH\x00\x12\x36\n\thistogram\x18\x04 \x01(\x0b\x32!.facetFeatureStatistics.HistogramH\x00\x12?\n\x0erank_histogram\x18\x05 \x01(\x0b\x32%.facetFeatureStatistics.RankHistogramH\x00\x42\x05\n\x03valJ\x04\x08\x06\x10\x07\"\xb9\x02\n\x11NumericStatistics\x12>\n\x0c\x63ommon_stats\x18\x01 \x01(\x0b\x32(.facetFeatureStatistics.CommonStatistics\x12\x0c\n\x04mean\x18\x02 \x01(\x01\x12\x0f\n\x07std_dev\x18\x03 \x01(\x01\x12\x11\n\tnum_zeros\x18\x04 \x01(\x03\x12\x0b\n\x03min\x18\x05 \x01(\x01\x12\x0e\n\x06median\x18\x06 \x01(\x01\x12\x0b\n\x03max\x18\x07 \x01(\x01\x12\x35\n\nhistograms\x18\x08 \x03(\x0b\x32!.facetFeatureStatistics.Histogram\x12Q\n\x16weighted_numeric_stats\x18\t \x01(\x0b\x32\x31.facetFeatureStatistics.WeightedNumericStatistics\"\xa0\x03\n\x10StringStatistics\x12>\n\x0c\x63ommon_stats\x18\x01 \x01(\x0b\x32(.facetFeatureStatistics.CommonStatistics\x12\x0e\n\x06unique\x18\x02 \x01(\x03\x12I\n\ntop_values\x18\x03 \x03(\x0b\x32\x35.facetFeatureStatistics.StringStatistics.FreqAndValue\x12\x12\n\navg_length\x18\x04 \x01(\x02\x12=\n\x0erank_histogram\x18\x05 \x01(\x0b\x32%.facetFeatureStatistics.RankHistogram\x12O\n\x15weighted_string_stats\x18\x06 \x01(\x0b\x32\x30.facetFeatureStatistics.WeightedStringStatistics\x1aM\n\x0c\x46reqAndValue\x12\x1b\n\x0f\x64\x65precated_freq\x18\x01 \x01(\x03\x42\x02\x18\x01\x12\r\n\x05value\x18\x02 \x01(\t\x12\x11\n\tfrequency\x18\x03 \x01(\x01\"\x81\x01\n\x19WeightedNumericStatistics\x12\x0c\n\x04mean\x18\x01 \x01(\x01\x12\x0f\n\x07std_dev\x18\x02 \x01(\x01\x12\x0e\n\x06median\x18\x03 \x01(\x01\x12\x35\n\nhistograms\x18\x04 \x03(\x0b\x32!.facetFeatureStatistics.Histogram\"\xa4\x01\n\x18WeightedStringStatistics\x12I\n\ntop_values\x18\x01 \x03(\x0b\x32\x35.facetFeatureStatistics.StringStatistics.FreqAndValue\x12=\n\x0erank_histogram\x18\x02 \x01(\x0b\x32%.facetFeatureStatistics.RankHistogram\"\xac\x01\n\x0f\x42ytesStatistics\x12>\n\x0c\x63ommon_stats\x18\x01 \x01(\x0b\x32(.facetFeatureStatistics.CommonStatistics\x12\x0e\n\x06unique\x18\x02 \x01(\x03\x12\x15\n\ravg_num_bytes\x18\x03 \x01(\x02\x12\x15\n\rmin_num_bytes\x18\x04 \x01(\x02\x12\x15\n\rmax_num_bytes\x18\x05 \x01(\x02J\x04\x08\x06\x10\x07\"R\n\x10StructStatistics\x12>\n\x0c\x63ommon_stats\x18\x01 \x01(\x0b\x32(.facetFeatureStatistics.CommonStatistics\"\x88\x03\n\x10\x43ommonStatistics\x12\x17\n\x0fnum_non_missing\x18\x01 \x01(\x03\x12\x13\n\x0bnum_missing\x18\x02 \x01(\x03\x12\x16\n\x0emin_num_values\x18\x03 \x01(\x03\x12\x16\n\x0emax_num_values\x18\x04 \x01(\x03\x12\x16\n\x0e\x61vg_num_values\x18\x05 \x01(\x02\x12\x16\n\x0etot_num_values\x18\x08 \x01(\x03\x12?\n\x14num_values_histogram\x18\x06 \x01(\x0b\x32!.facetFeatureStatistics.Histogram\x12O\n\x15weighted_common_stats\x18\x07 \x01(\x0b\x32\x30.facetFeatureStatistics.WeightedCommonStatistics\x12H\n\x1d\x66\x65\x61ture_list_length_histogram\x18\t \x01(\x0b\x32!.facetFeatureStatistics.HistogramJ\x04\x08\n\x10\x0bJ\x04\x08\x0b\x10\x0c\"\xce\x02\n\tHistogram\x12\x0f\n\x07num_nan\x18\x01 \x01(\x03\x12\x15\n\rnum_undefined\x18\x02 \x01(\x03\x12\x39\n\x07\x62uckets\x18\x03 \x03(\x0b\x32(.facetFeatureStatistics.Histogram.Bucket\x12=\n\x04type\x18\x04 \x01(\x0e\x32/.facetFeatureStatistics.Histogram.HistogramType\x12\x0c\n\x04name\x18\x05 \x01(\t\x1a\x63\n\x06\x42ucket\x12\x11\n\tlow_value\x18\x01 \x01(\x01\x12\x12\n\nhigh_value\x18\x02 \x01(\x01\x12\x1c\n\x10\x64\x65precated_count\x18\x03 \x01(\x03\x42\x02\x18\x01\x12\x14\n\x0csample_count\x18\x04 \x01(\x01\",\n\rHistogramType\x12\x0c\n\x08STANDARD\x10\x00\x12\r\n\tQUANTILES\x10\x01\"\xce\x01\n\rRankHistogram\x12=\n\x07\x62uckets\x18\x01 \x03(\x0b\x32,.facetFeatureStatistics.RankHistogram.Bucket\x12\x0c\n\x04name\x18\x02 \x01(\t\x1ap\n\x06\x42ucket\x12\x10\n\x08low_rank\x18\x01 \x01(\x03\x12\x11\n\thigh_rank\x18\x02 \x01(\x03\x12\x1c\n\x10\x64\x65precated_count\x18\x03 \x01(\x03\x42\x02\x18\x01\x12\r\n\x05label\x18\x04 \x01(\t\x12\x14\n\x0csample_count\x18\x05 \x01(\x01')
 94  
 95  
 96  
 97    _DATASETFEATURESTATISTICSLIST = DESCRIPTOR.message_types_by_name['DatasetFeatureStatisticsList']
 98    _PATH = DESCRIPTOR.message_types_by_name['Path']
 99    _DATASETFEATURESTATISTICS = DESCRIPTOR.message_types_by_name['DatasetFeatureStatistics']
100    _FEATURENAMESTATISTICS = DESCRIPTOR.message_types_by_name['FeatureNameStatistics']
101    _WEIGHTEDCOMMONSTATISTICS = DESCRIPTOR.message_types_by_name['WeightedCommonStatistics']
102    _CUSTOMSTATISTIC = DESCRIPTOR.message_types_by_name['CustomStatistic']
103    _NUMERICSTATISTICS = DESCRIPTOR.message_types_by_name['NumericStatistics']
104    _STRINGSTATISTICS = DESCRIPTOR.message_types_by_name['StringStatistics']
105    _STRINGSTATISTICS_FREQANDVALUE = _STRINGSTATISTICS.nested_types_by_name['FreqAndValue']
106    _WEIGHTEDNUMERICSTATISTICS = DESCRIPTOR.message_types_by_name['WeightedNumericStatistics']
107    _WEIGHTEDSTRINGSTATISTICS = DESCRIPTOR.message_types_by_name['WeightedStringStatistics']
108    _BYTESSTATISTICS = DESCRIPTOR.message_types_by_name['BytesStatistics']
109    _STRUCTSTATISTICS = DESCRIPTOR.message_types_by_name['StructStatistics']
110    _COMMONSTATISTICS = DESCRIPTOR.message_types_by_name['CommonStatistics']
111    _HISTOGRAM = DESCRIPTOR.message_types_by_name['Histogram']
112    _HISTOGRAM_BUCKET = _HISTOGRAM.nested_types_by_name['Bucket']
113    _RANKHISTOGRAM = DESCRIPTOR.message_types_by_name['RankHistogram']
114    _RANKHISTOGRAM_BUCKET = _RANKHISTOGRAM.nested_types_by_name['Bucket']
115    _FEATURENAMESTATISTICS_TYPE = _FEATURENAMESTATISTICS.enum_types_by_name['Type']
116    _HISTOGRAM_HISTOGRAMTYPE = _HISTOGRAM.enum_types_by_name['HistogramType']
117    DatasetFeatureStatisticsList = _reflection.GeneratedProtocolMessageType('DatasetFeatureStatisticsList', (_message.Message,), {
118      'DESCRIPTOR' : _DATASETFEATURESTATISTICSLIST,
119      '__module__' : 'facet_feature_statistics_pb2'
120      # @@protoc_insertion_point(class_scope:facetFeatureStatistics.DatasetFeatureStatisticsList)
121      })
122    _sym_db.RegisterMessage(DatasetFeatureStatisticsList)
123  
124    Path = _reflection.GeneratedProtocolMessageType('Path', (_message.Message,), {
125      'DESCRIPTOR' : _PATH,
126      '__module__' : 'facet_feature_statistics_pb2'
127      # @@protoc_insertion_point(class_scope:facetFeatureStatistics.Path)
128      })
129    _sym_db.RegisterMessage(Path)
130  
131    DatasetFeatureStatistics = _reflection.GeneratedProtocolMessageType('DatasetFeatureStatistics', (_message.Message,), {
132      'DESCRIPTOR' : _DATASETFEATURESTATISTICS,
133      '__module__' : 'facet_feature_statistics_pb2'
134      # @@protoc_insertion_point(class_scope:facetFeatureStatistics.DatasetFeatureStatistics)
135      })
136    _sym_db.RegisterMessage(DatasetFeatureStatistics)
137  
138    FeatureNameStatistics = _reflection.GeneratedProtocolMessageType('FeatureNameStatistics', (_message.Message,), {
139      'DESCRIPTOR' : _FEATURENAMESTATISTICS,
140      '__module__' : 'facet_feature_statistics_pb2'
141      # @@protoc_insertion_point(class_scope:facetFeatureStatistics.FeatureNameStatistics)
142      })
143    _sym_db.RegisterMessage(FeatureNameStatistics)
144  
145    WeightedCommonStatistics = _reflection.GeneratedProtocolMessageType('WeightedCommonStatistics', (_message.Message,), {
146      'DESCRIPTOR' : _WEIGHTEDCOMMONSTATISTICS,
147      '__module__' : 'facet_feature_statistics_pb2'
148      # @@protoc_insertion_point(class_scope:facetFeatureStatistics.WeightedCommonStatistics)
149      })
150    _sym_db.RegisterMessage(WeightedCommonStatistics)
151  
152    CustomStatistic = _reflection.GeneratedProtocolMessageType('CustomStatistic', (_message.Message,), {
153      'DESCRIPTOR' : _CUSTOMSTATISTIC,
154      '__module__' : 'facet_feature_statistics_pb2'
155      # @@protoc_insertion_point(class_scope:facetFeatureStatistics.CustomStatistic)
156      })
157    _sym_db.RegisterMessage(CustomStatistic)
158  
159    NumericStatistics = _reflection.GeneratedProtocolMessageType('NumericStatistics', (_message.Message,), {
160      'DESCRIPTOR' : _NUMERICSTATISTICS,
161      '__module__' : 'facet_feature_statistics_pb2'
162      # @@protoc_insertion_point(class_scope:facetFeatureStatistics.NumericStatistics)
163      })
164    _sym_db.RegisterMessage(NumericStatistics)
165  
166    StringStatistics = _reflection.GeneratedProtocolMessageType('StringStatistics', (_message.Message,), {
167  
168      'FreqAndValue' : _reflection.GeneratedProtocolMessageType('FreqAndValue', (_message.Message,), {
169        'DESCRIPTOR' : _STRINGSTATISTICS_FREQANDVALUE,
170        '__module__' : 'facet_feature_statistics_pb2'
171        # @@protoc_insertion_point(class_scope:facetFeatureStatistics.StringStatistics.FreqAndValue)
172        })
173      ,
174      'DESCRIPTOR' : _STRINGSTATISTICS,
175      '__module__' : 'facet_feature_statistics_pb2'
176      # @@protoc_insertion_point(class_scope:facetFeatureStatistics.StringStatistics)
177      })
178    _sym_db.RegisterMessage(StringStatistics)
179    _sym_db.RegisterMessage(StringStatistics.FreqAndValue)
180  
181    WeightedNumericStatistics = _reflection.GeneratedProtocolMessageType('WeightedNumericStatistics', (_message.Message,), {
182      'DESCRIPTOR' : _WEIGHTEDNUMERICSTATISTICS,
183      '__module__' : 'facet_feature_statistics_pb2'
184      # @@protoc_insertion_point(class_scope:facetFeatureStatistics.WeightedNumericStatistics)
185      })
186    _sym_db.RegisterMessage(WeightedNumericStatistics)
187  
188    WeightedStringStatistics = _reflection.GeneratedProtocolMessageType('WeightedStringStatistics', (_message.Message,), {
189      'DESCRIPTOR' : _WEIGHTEDSTRINGSTATISTICS,
190      '__module__' : 'facet_feature_statistics_pb2'
191      # @@protoc_insertion_point(class_scope:facetFeatureStatistics.WeightedStringStatistics)
192      })
193    _sym_db.RegisterMessage(WeightedStringStatistics)
194  
195    BytesStatistics = _reflection.GeneratedProtocolMessageType('BytesStatistics', (_message.Message,), {
196      'DESCRIPTOR' : _BYTESSTATISTICS,
197      '__module__' : 'facet_feature_statistics_pb2'
198      # @@protoc_insertion_point(class_scope:facetFeatureStatistics.BytesStatistics)
199      })
200    _sym_db.RegisterMessage(BytesStatistics)
201  
202    StructStatistics = _reflection.GeneratedProtocolMessageType('StructStatistics', (_message.Message,), {
203      'DESCRIPTOR' : _STRUCTSTATISTICS,
204      '__module__' : 'facet_feature_statistics_pb2'
205      # @@protoc_insertion_point(class_scope:facetFeatureStatistics.StructStatistics)
206      })
207    _sym_db.RegisterMessage(StructStatistics)
208  
209    CommonStatistics = _reflection.GeneratedProtocolMessageType('CommonStatistics', (_message.Message,), {
210      'DESCRIPTOR' : _COMMONSTATISTICS,
211      '__module__' : 'facet_feature_statistics_pb2'
212      # @@protoc_insertion_point(class_scope:facetFeatureStatistics.CommonStatistics)
213      })
214    _sym_db.RegisterMessage(CommonStatistics)
215  
216    Histogram = _reflection.GeneratedProtocolMessageType('Histogram', (_message.Message,), {
217  
218      'Bucket' : _reflection.GeneratedProtocolMessageType('Bucket', (_message.Message,), {
219        'DESCRIPTOR' : _HISTOGRAM_BUCKET,
220        '__module__' : 'facet_feature_statistics_pb2'
221        # @@protoc_insertion_point(class_scope:facetFeatureStatistics.Histogram.Bucket)
222        })
223      ,
224      'DESCRIPTOR' : _HISTOGRAM,
225      '__module__' : 'facet_feature_statistics_pb2'
226      # @@protoc_insertion_point(class_scope:facetFeatureStatistics.Histogram)
227      })
228    _sym_db.RegisterMessage(Histogram)
229    _sym_db.RegisterMessage(Histogram.Bucket)
230  
231    RankHistogram = _reflection.GeneratedProtocolMessageType('RankHistogram', (_message.Message,), {
232  
233      'Bucket' : _reflection.GeneratedProtocolMessageType('Bucket', (_message.Message,), {
234        'DESCRIPTOR' : _RANKHISTOGRAM_BUCKET,
235        '__module__' : 'facet_feature_statistics_pb2'
236        # @@protoc_insertion_point(class_scope:facetFeatureStatistics.RankHistogram.Bucket)
237        })
238      ,
239      'DESCRIPTOR' : _RANKHISTOGRAM,
240      '__module__' : 'facet_feature_statistics_pb2'
241      # @@protoc_insertion_point(class_scope:facetFeatureStatistics.RankHistogram)
242      })
243    _sym_db.RegisterMessage(RankHistogram)
244    _sym_db.RegisterMessage(RankHistogram.Bucket)
245  
246    if _descriptor._USE_C_DESCRIPTORS == False:
247  
248      DESCRIPTOR._options = None
249      _STRINGSTATISTICS_FREQANDVALUE.fields_by_name['deprecated_freq']._options = None
250      _STRINGSTATISTICS_FREQANDVALUE.fields_by_name['deprecated_freq']._serialized_options = b'\030\001'
251      _HISTOGRAM_BUCKET.fields_by_name['deprecated_count']._options = None
252      _HISTOGRAM_BUCKET.fields_by_name['deprecated_count']._serialized_options = b'\030\001'
253      _RANKHISTOGRAM_BUCKET.fields_by_name['deprecated_count']._options = None
254      _RANKHISTOGRAM_BUCKET.fields_by_name['deprecated_count']._serialized_options = b'\030\001'
255      _DATASETFEATURESTATISTICSLIST._serialized_start=58
256      _DATASETFEATURESTATISTICSLIST._serialized_end=156
257      _PATH._serialized_start=158
258      _PATH._serialized_end=178
259      _DATASETFEATURESTATISTICS._serialized_start=181
260      _DATASETFEATURESTATISTICS._serialized_end=339
261      _FEATURENAMESTATISTICS._serialized_start=342
262      _FEATURENAMESTATISTICS._serialized_end=900
263      _FEATURENAMESTATISTICS_TYPE._serialized_start=818
264      _FEATURENAMESTATISTICS_TYPE._serialized_end=879
265      _WEIGHTEDCOMMONSTATISTICS._serialized_start=902
266      _WEIGHTEDCOMMONSTATISTICS._serialized_end=1022
267      _CUSTOMSTATISTIC._serialized_start=1025
268      _CUSTOMSTATISTIC._serialized_end=1220
269      _NUMERICSTATISTICS._serialized_start=1223
270      _NUMERICSTATISTICS._serialized_end=1536
271      _STRINGSTATISTICS._serialized_start=1539
272      _STRINGSTATISTICS._serialized_end=1955
273      _STRINGSTATISTICS_FREQANDVALUE._serialized_start=1878
274      _STRINGSTATISTICS_FREQANDVALUE._serialized_end=1955
275      _WEIGHTEDNUMERICSTATISTICS._serialized_start=1958
276      _WEIGHTEDNUMERICSTATISTICS._serialized_end=2087
277      _WEIGHTEDSTRINGSTATISTICS._serialized_start=2090
278      _WEIGHTEDSTRINGSTATISTICS._serialized_end=2254
279      _BYTESSTATISTICS._serialized_start=2257
280      _BYTESSTATISTICS._serialized_end=2429
281      _STRUCTSTATISTICS._serialized_start=2431
282      _STRUCTSTATISTICS._serialized_end=2513
283      _COMMONSTATISTICS._serialized_start=2516
284      _COMMONSTATISTICS._serialized_end=2908
285      _HISTOGRAM._serialized_start=2911
286      _HISTOGRAM._serialized_end=3245
287      _HISTOGRAM_BUCKET._serialized_start=3100
288      _HISTOGRAM_BUCKET._serialized_end=3199
289      _HISTOGRAM_HISTOGRAMTYPE._serialized_start=3201
290      _HISTOGRAM_HISTOGRAMTYPE._serialized_end=3245
291      _RANKHISTOGRAM._serialized_start=3248
292      _RANKHISTOGRAM._serialized_end=3454
293      _RANKHISTOGRAM_BUCKET._serialized_start=3342
294      _RANKHISTOGRAM_BUCKET._serialized_end=3454
295    # @@protoc_insertion_point(module_scope)
296