Uses of Interface
feast.proto.types.ValueProto.ValueOrBuilder
-
Packages that use ValueProto.ValueOrBuilder Package Description feast.proto.serving feast.proto.storage feast.proto.types grpc.connector -
-
Uses of ValueProto.ValueOrBuilder in feast.proto.serving
Methods in feast.proto.serving that return ValueProto.ValueOrBuilder Modifier and Type Method Description ValueProto.ValueOrBuilderServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder. getValuesOrBuilder(int index)repeated .feast.types.Value values = 1;ValueProto.ValueOrBuilderServingAPIProto.GetOnlineFeaturesResponse.FeatureVector. getValuesOrBuilder(int index)repeated .feast.types.Value values = 1;ValueProto.ValueOrBuilderServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder. getValuesOrBuilder(int index)repeated .feast.types.Value values = 1;Methods in feast.proto.serving that return types with arguments of type ValueProto.ValueOrBuilder Modifier and Type Method Description List<? extends ValueProto.ValueOrBuilder>ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder. getValuesOrBuilderList()repeated .feast.types.Value values = 1;List<? extends ValueProto.ValueOrBuilder>ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector. getValuesOrBuilderList()repeated .feast.types.Value values = 1;List<? extends ValueProto.ValueOrBuilder>ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder. getValuesOrBuilderList()repeated .feast.types.Value values = 1; -
Uses of ValueProto.ValueOrBuilder in feast.proto.storage
Methods in feast.proto.storage that return ValueProto.ValueOrBuilder Modifier and Type Method Description ValueProto.ValueOrBuilderRedisProto.RedisKeyV2.Builder. getEntityValuesOrBuilder(int index)repeated .feast.types.Value entity_values = 3;ValueProto.ValueOrBuilderRedisProto.RedisKeyV2. getEntityValuesOrBuilder(int index)repeated .feast.types.Value entity_values = 3;ValueProto.ValueOrBuilderRedisProto.RedisKeyV2OrBuilder. getEntityValuesOrBuilder(int index)repeated .feast.types.Value entity_values = 3;Methods in feast.proto.storage that return types with arguments of type ValueProto.ValueOrBuilder Modifier and Type Method Description List<? extends ValueProto.ValueOrBuilder>RedisProto.RedisKeyV2.Builder. getEntityValuesOrBuilderList()repeated .feast.types.Value entity_values = 3;List<? extends ValueProto.ValueOrBuilder>RedisProto.RedisKeyV2. getEntityValuesOrBuilderList()repeated .feast.types.Value entity_values = 3;List<? extends ValueProto.ValueOrBuilder>RedisProto.RedisKeyV2OrBuilder. getEntityValuesOrBuilderList()repeated .feast.types.Value entity_values = 3; -
Uses of ValueProto.ValueOrBuilder in feast.proto.types
Classes in feast.proto.types that implement ValueProto.ValueOrBuilder Modifier and Type Class Description static classValueProto.ValueProtobuf typefeast.types.Valuestatic classValueProto.Value.BuilderProtobuf typefeast.types.ValueMethods in feast.proto.types that return ValueProto.ValueOrBuilder Modifier and Type Method Description ValueProto.ValueOrBuilderEntityKeyProto.EntityKey.Builder. getEntityValuesOrBuilder(int index)repeated .feast.types.Value entity_values = 2;ValueProto.ValueOrBuilderEntityKeyProto.EntityKey. getEntityValuesOrBuilder(int index)repeated .feast.types.Value entity_values = 2;ValueProto.ValueOrBuilderEntityKeyProto.EntityKeyOrBuilder. getEntityValuesOrBuilder(int index)repeated .feast.types.Value entity_values = 2;ValueProto.ValueOrBuilderValueProto.RepeatedValue.Builder. getValOrBuilder(int index)repeated .feast.types.Value val = 1;ValueProto.ValueOrBuilderValueProto.RepeatedValue. getValOrBuilder(int index)repeated .feast.types.Value val = 1;ValueProto.ValueOrBuilderValueProto.RepeatedValueOrBuilder. getValOrBuilder(int index)repeated .feast.types.Value val = 1;Methods in feast.proto.types that return types with arguments of type ValueProto.ValueOrBuilder Modifier and Type Method Description List<? extends ValueProto.ValueOrBuilder>EntityKeyProto.EntityKey.Builder. getEntityValuesOrBuilderList()repeated .feast.types.Value entity_values = 2;List<? extends ValueProto.ValueOrBuilder>EntityKeyProto.EntityKey. getEntityValuesOrBuilderList()repeated .feast.types.Value entity_values = 2;List<? extends ValueProto.ValueOrBuilder>EntityKeyProto.EntityKeyOrBuilder. getEntityValuesOrBuilderList()repeated .feast.types.Value entity_values = 2;List<? extends ValueProto.ValueOrBuilder>ValueProto.RepeatedValue.Builder. getValOrBuilderList()repeated .feast.types.Value val = 1;List<? extends ValueProto.ValueOrBuilder>ValueProto.RepeatedValue. getValOrBuilderList()repeated .feast.types.Value val = 1;List<? extends ValueProto.ValueOrBuilder>ValueProto.RepeatedValueOrBuilder. getValOrBuilderList()repeated .feast.types.Value val = 1; -
Uses of ValueProto.ValueOrBuilder in grpc.connector
Methods in grpc.connector that return ValueProto.ValueOrBuilder Modifier and Type Method Description ValueProto.ValueOrBuilderConnector.ConnectorFeature.Builder. getValueOrBuilder().feast.types.Value value = 3;ValueProto.ValueOrBuilderConnector.ConnectorFeature. getValueOrBuilder().feast.types.Value value = 3;ValueProto.ValueOrBuilderConnector.ConnectorFeatureOrBuilder. getValueOrBuilder().feast.types.Value value = 3;
-