How to use the feast.types.Value_pb2 function in feast

To help you get started, we’ve selected a few feast examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github gojek / feast / sdk / python / feast / specs / FeatureSpec_pb2.py View on Github external
],
  nested_types=[_FEATURESPEC_OPTIONSENTRY, ],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
  serialized_start=72,
  serialized_end=357,
)

_FEATURESPEC_OPTIONSENTRY.containing_type = _FEATURESPEC
_FEATURESPEC.fields_by_name['valueType'].enum_type = feast_dot_types_dot_Value__pb2._VALUETYPE_ENUM
_FEATURESPEC.fields_by_name['options'].message_type = _FEATURESPEC_OPTIONSENTRY
DESCRIPTOR.message_types_by_name['FeatureSpec'] = _FEATURESPEC
_sym_db.RegisterFileDescriptor(DESCRIPTOR)

FeatureSpec = _reflection.GeneratedProtocolMessageType('FeatureSpec', (_message.Message,), dict(

  OptionsEntry = _reflection.GeneratedProtocolMessageType('OptionsEntry', (_message.Message,), dict(
    DESCRIPTOR = _FEATURESPEC_OPTIONSENTRY,
    __module__ = 'feast.specs.FeatureSpec_pb2'
    # @@protoc_insertion_point(class_scope:feast.specs.FeatureSpec.OptionsEntry)
    ))
  ,
  DESCRIPTOR = _FEATURESPEC,
  __module__ = 'feast.specs.FeatureSpec_pb2'
  # @@protoc_insertion_point(class_scope:feast.specs.FeatureSpec)
  ))
github gojek / feast / sdk / python / feast / core / FeatureSet_pb2.py View on Github external
syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
  serialized_start=643,
  serialized_end=760,
)

_FEATURESET.fields_by_name['spec'].message_type = _FEATURESETSPEC
_FEATURESET.fields_by_name['meta'].message_type = _FEATURESETMETA
_FEATURESETSPEC.fields_by_name['entities'].message_type = _ENTITYSPEC
_FEATURESETSPEC.fields_by_name['features'].message_type = _FEATURESPEC
_FEATURESETSPEC.fields_by_name['max_age'].message_type = google_dot_protobuf_dot_duration__pb2._DURATION
_FEATURESETSPEC.fields_by_name['source'].message_type = feast_dot_core_dot_Source__pb2._SOURCE
_ENTITYSPEC.fields_by_name['value_type'].enum_type = feast_dot_types_dot_Value__pb2._VALUETYPE_ENUM
_FEATURESPEC.fields_by_name['value_type'].enum_type = feast_dot_types_dot_Value__pb2._VALUETYPE_ENUM
_FEATURESETMETA.fields_by_name['created_timestamp'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
_FEATURESETMETA.fields_by_name['status'].enum_type = _FEATURESETSTATUS
DESCRIPTOR.message_types_by_name['FeatureSet'] = _FEATURESET
DESCRIPTOR.message_types_by_name['FeatureSetSpec'] = _FEATURESETSPEC
DESCRIPTOR.message_types_by_name['EntitySpec'] = _ENTITYSPEC
DESCRIPTOR.message_types_by_name['FeatureSpec'] = _FEATURESPEC
DESCRIPTOR.message_types_by_name['FeatureSetMeta'] = _FEATURESETMETA
DESCRIPTOR.enum_types_by_name['FeatureSetStatus'] = _FEATURESETSTATUS
_sym_db.RegisterFileDescriptor(DESCRIPTOR)

FeatureSet = _reflection.GeneratedProtocolMessageType('FeatureSet', (_message.Message,), {
  'DESCRIPTOR' : _FEATURESET,
  '__module__' : 'feast.core.FeatureSet_pb2'
  # @@protoc_insertion_point(class_scope:feast.core.FeatureSet)
  })
_sym_db.RegisterMessage(FeatureSet)