Class StoreProto.Store.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, StoreProto.StoreOrBuilder, Cloneable
    Enclosing class:
    StoreProto.Store

    public static final class StoreProto.Store.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<StoreProto.Store.Builder>
    implements StoreProto.StoreOrBuilder
     Store provides a location where Feast reads and writes feature values.
     Feature values will be written to the Store in the form of FeatureRow elements.
     The way FeatureRow is encoded and decoded when it is written to and read from
     the Store depends on the type of the Store.
     For example, a FeatureRow will materialize as a row in a table in 
     BigQuery but it will materialize as a key, value pair element in Redis.
     
    Protobuf type feast.core.Store