storage

package
v0.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_feast_storage_Redis_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type RedisKey

type RedisKey struct {

	// FeatureSet this row belongs to, this is defined as featureSetName.
	FeatureSet string `protobuf:"bytes,2,opt,name=feature_set,json=featureSet,proto3" json:"feature_set,omitempty"`
	// List of fields containing entity names and their respective values
	// contained within this feature row. The entities should be sorted
	// by the entity name alphabetically in ascending order.
	Entities []*types.Field `protobuf:"bytes,3,rep,name=entities,proto3" json:"entities,omitempty"`
	// contains filtered or unexported fields
}

func (*RedisKey) Descriptor deprecated

func (*RedisKey) Descriptor() ([]byte, []int)

Deprecated: Use RedisKey.ProtoReflect.Descriptor instead.

func (*RedisKey) GetEntities

func (x *RedisKey) GetEntities() []*types.Field

func (*RedisKey) GetFeatureSet

func (x *RedisKey) GetFeatureSet() string

func (*RedisKey) ProtoMessage

func (*RedisKey) ProtoMessage()

func (*RedisKey) ProtoReflect

func (x *RedisKey) ProtoReflect() protoreflect.Message

func (*RedisKey) Reset

func (x *RedisKey) Reset()

func (*RedisKey) String

func (x *RedisKey) String() string

type RedisKeyV2 added in v0.8.0

type RedisKeyV2 struct {
	Project      string         `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	EntityNames  []string       `protobuf:"bytes,2,rep,name=entity_names,json=entityNames,proto3" json:"entity_names,omitempty"`
	EntityValues []*types.Value `protobuf:"bytes,3,rep,name=entity_values,json=entityValues,proto3" json:"entity_values,omitempty"`
	// contains filtered or unexported fields
}

func (*RedisKeyV2) Descriptor deprecated added in v0.8.0

func (*RedisKeyV2) Descriptor() ([]byte, []int)

Deprecated: Use RedisKeyV2.ProtoReflect.Descriptor instead.

func (*RedisKeyV2) GetEntityNames added in v0.8.0

func (x *RedisKeyV2) GetEntityNames() []string

func (*RedisKeyV2) GetEntityValues added in v0.8.0

func (x *RedisKeyV2) GetEntityValues() []*types.Value

func (*RedisKeyV2) GetProject added in v0.8.0

func (x *RedisKeyV2) GetProject() string

func (*RedisKeyV2) ProtoMessage added in v0.8.0

func (*RedisKeyV2) ProtoMessage()

func (*RedisKeyV2) ProtoReflect added in v0.8.0

func (x *RedisKeyV2) ProtoReflect() protoreflect.Message

func (*RedisKeyV2) Reset added in v0.8.0

func (x *RedisKeyV2) Reset()

func (*RedisKeyV2) String added in v0.8.0

func (x *RedisKeyV2) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL