-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathLabelView_pb2.py
More file actions
43 lines (37 loc) · 3.88 KB
/
LabelView_pb2.py
File metadata and controls
43 lines (37 loc) · 3.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: feast/core/LabelView.proto
# Protobuf Python Version: 4.25.1
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import symbol_database as _symbol_database
from google.protobuf.internal import builder as _builder
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
from feast.protos.feast.core import DataSource_pb2 as feast_dot_core_dot_DataSource__pb2
from feast.protos.feast.core import Feature_pb2 as feast_dot_core_dot_Feature__pb2
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1a\x66\x65\x61st/core/LabelView.proto\x12\nfeast.core\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1b\x66\x65\x61st/core/DataSource.proto\x1a\x18\x66\x65\x61st/core/Feature.proto\"]\n\tLabelView\x12\'\n\x04spec\x18\x01 \x01(\x0b\x32\x19.feast.core.LabelViewSpec\x12\'\n\x04meta\x18\x02 \x01(\x0b\x32\x19.feast.core.LabelViewMeta\"\x96\x04\n\rLabelViewSpec\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07project\x18\x02 \x01(\t\x12\x10\n\x08\x65ntities\x18\x03 \x03(\t\x12+\n\x08\x66\x65\x61tures\x18\x04 \x03(\x0b\x32\x19.feast.core.FeatureSpecV2\x12\x31\n\x04tags\x18\x05 \x03(\x0b\x32#.feast.core.LabelViewSpec.TagsEntry\x12&\n\x03ttl\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12&\n\x06source\x18\x07 \x01(\x0b\x32\x16.feast.core.DataSource\x12\x0e\n\x06online\x18\x08 \x01(\x08\x12\x13\n\x0b\x64\x65scription\x18\t \x01(\t\x12\r\n\x05owner\x18\n \x01(\t\x12\x31\n\x0e\x65ntity_columns\x18\x0b \x03(\x0b\x32\x19.feast.core.FeatureSpecV2\x12\x15\n\rlabeler_field\x18\x0c \x01(\t\x12=\n\x0f\x63onflict_policy\x18\r \x01(\x0e\x32$.feast.core.ConflictResolutionPolicy\x12\x1a\n\x0eretain_history\x18\x0e \x01(\x08\x42\x02\x18\x01\x12\x1e\n\x16reference_feature_view\x18\x0f \x01(\t\x1a+\n\tTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x82\x01\n\rLabelViewMeta\x12\x35\n\x11\x63reated_timestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x16last_updated_timestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp*X\n\x18\x43onflictResolutionPolicy\x12\x13\n\x0fLAST_WRITE_WINS\x10\x00\x12\x14\n\x10LABELER_PRIORITY\x10\x01\x12\x11\n\rMAJORITY_VOTE\x10\x02\x42S\n\x10\x66\x65\x61st.proto.coreB\x0eLabelViewProtoZ/github.com/feast-dev/feast/go/protos/feast/coreb\x06proto3')
_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'feast.core.LabelView_pb2', _globals)
if _descriptor._USE_C_DESCRIPTORS == False:
_globals['DESCRIPTOR']._options = None
_globals['DESCRIPTOR']._serialized_options = b'\n\020feast.proto.coreB\016LabelViewProtoZ/github.com/feast-dev/feast/go/protos/feast/core'
_globals['_LABELVIEWSPEC_TAGSENTRY']._options = None
_globals['_LABELVIEWSPEC_TAGSENTRY']._serialized_options = b'8\001'
_globals['_LABELVIEWSPEC'].fields_by_name['retain_history']._options = None
_globals['_LABELVIEWSPEC'].fields_by_name['retain_history']._serialized_options = b'\030\001'
_globals['_CONFLICTRESOLUTIONPOLICY']._serialized_start=927
_globals['_CONFLICTRESOLUTIONPOLICY']._serialized_end=1015
_globals['_LABELVIEW']._serialized_start=162
_globals['_LABELVIEW']._serialized_end=255
_globals['_LABELVIEWSPEC']._serialized_start=258
_globals['_LABELVIEWSPEC']._serialized_end=792
_globals['_LABELVIEWSPEC_TAGSENTRY']._serialized_start=749
_globals['_LABELVIEWSPEC_TAGSENTRY']._serialized_end=792
_globals['_LABELVIEWMETA']._serialized_start=795
_globals['_LABELVIEWMETA']._serialized_end=925
# @@protoc_insertion_point(module_scope)