forked from feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFeatureGroupSpec_pb2.py
More file actions
87 lines (73 loc) · 3.38 KB
/
FeatureGroupSpec_pb2.py
File metadata and controls
87 lines (73 loc) · 3.38 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: feast/specs/FeatureGroupSpec.proto
import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
from google.protobuf import descriptor as _descriptor
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()
from feast.specs import FeatureSpec_pb2 as feast_dot_specs_dot_FeatureSpec__pb2
DESCRIPTOR = _descriptor.FileDescriptor(
name='feast/specs/FeatureGroupSpec.proto',
package='feast.specs',
syntax='proto3',
serialized_options=_b('\n\013feast.specsB\025FeatureGroupSpecProtoZ6github.com/gojek/feast/protos/generated/go/feast/specs'),
serialized_pb=_b('\n\"feast/specs/FeatureGroupSpec.proto\x12\x0b\x66\x65\x61st.specs\x1a\x1d\x66\x65\x61st/specs/FeatureSpec.proto\"Y\n\x10\x46\x65\x61tureGroupSpec\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04tags\x18\x02 \x03(\t\x12+\n\ndataStores\x18\x03 \x01(\x0b\x32\x17.feast.specs.DataStoresB\\\n\x0b\x66\x65\x61st.specsB\x15\x46\x65\x61tureGroupSpecProtoZ6github.com/gojek/feast/protos/generated/go/feast/specsb\x06proto3')
,
dependencies=[feast_dot_specs_dot_FeatureSpec__pb2.DESCRIPTOR,])
_FEATUREGROUPSPEC = _descriptor.Descriptor(
name='FeatureGroupSpec',
full_name='feast.specs.FeatureGroupSpec',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='id', full_name='feast.specs.FeatureGroupSpec.id', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='tags', full_name='feast.specs.FeatureGroupSpec.tags', index=1,
number=2, type=9, cpp_type=9, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='dataStores', full_name='feast.specs.FeatureGroupSpec.dataStores', index=2,
number=3, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=82,
serialized_end=171,
)
_FEATUREGROUPSPEC.fields_by_name['dataStores'].message_type = feast_dot_specs_dot_FeatureSpec__pb2._DATASTORES
DESCRIPTOR.message_types_by_name['FeatureGroupSpec'] = _FEATUREGROUPSPEC
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
FeatureGroupSpec = _reflection.GeneratedProtocolMessageType('FeatureGroupSpec', (_message.Message,), dict(
DESCRIPTOR = _FEATUREGROUPSPEC,
__module__ = 'feast.specs.FeatureGroupSpec_pb2'
# @@protoc_insertion_point(class_scope:feast.specs.FeatureGroupSpec)
))
_sym_db.RegisterMessage(FeatureGroupSpec)
DESCRIPTOR._options = None
# @@protoc_insertion_point(module_scope)