A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages

A

addAllDataSources(Iterable<? extends DataSourceProto.DataSource>) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
addAllEntities(Iterable<? extends EntityProto.Entity>) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
addAllEntities(Iterable<String>) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List names of entities to associate with the Features defined in this Feature Table.
addAllEntities(Iterable<String>) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List names of entities to associate with the Features defined in this Feature View.
addAllEntityKeys(Iterable<? extends EntityKeyProto.EntityKey>) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
addAllEntityNames(Iterable<String>) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated string entity_names = 2;
addAllEntityRows(Iterable<? extends ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow>) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
addAllEntityValues(Iterable<? extends ValueProto.Value>) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
addAllEntityValues(Iterable<? extends ValueProto.Value>) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
addAllEventTimestamps(Iterable<? extends Timestamp>) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
addAllFeatureColumns(Iterable<? extends FeatureProto.FeatureSpecV2>) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
addAllFeatureList(Iterable<? extends Connector.ConnectorFeature>) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
addAllFeatures(Iterable<? extends FeatureProto.FeatureSpecV2>) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
addAllFeatures(Iterable<? extends FeatureProto.FeatureSpecV2>) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
addAllFeatures(Iterable<? extends FeatureProto.FeatureSpecV2>) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
addAllFeatures(Iterable<? extends FeatureReferenceProto.FeatureViewProjection>) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
addAllFeatures(Iterable<? extends ServingAPIProto.FeatureReferenceV2>) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
addAllFeatures(Iterable<String>) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
list of feature references with format "<view name>:<feature name>"
addAllFeatures(Iterable<String>) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated string features = 3;
addAllFeatureServices(Iterable<? extends FeatureServiceProto.FeatureService>) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
addAllFeatureTables(Iterable<? extends FeatureTableProto.FeatureTable>) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
addAllFeatureViews(Iterable<? extends FeatureViewProto.FeatureView>) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
addAllInfraObjects(Iterable<? extends InfraObjectProto.InfraObject>) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
addAllJoinKeys(Iterable<String>) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
entity columns + request columns from all feature views used during retrieval
addAllJoinKeys(Iterable<String>) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated string join_keys = 1;
addAllMaterializationIntervals(Iterable<? extends FeatureViewProto.MaterializationInterval>) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
addAllOnDemandFeatureViews(Iterable<? extends OnDemandFeatureViewProto.OnDemandFeatureView>) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
addAllPartitionBy(Iterable<String>) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
column names to use for partitioning
addAllRequestFeatureViews(Iterable<? extends RequestFeatureViewProto.RequestFeatureView>) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
addAllResults(Iterable<? extends ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector>) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
addAllResults(Iterable<? extends Connector.ConnectorFeatureList>) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
addAllSavedDatasets(Iterable<? extends SavedDatasetProto.SavedDataset>) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
addAllSchema(Iterable<? extends FeatureProto.FeatureSpecV2>) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
addAllStatuses(Iterable<? extends ServingAPIProto.FieldStatus>) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.serving.FieldStatus statuses = 2;
addAllStatusesValue(Iterable<Integer>) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.serving.FieldStatus statuses = 2;
addAllSubscriptions(Iterable<? extends StoreProto.Store.Subscription>) - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
addAllVal(Iterable<? extends ByteString>) - Method in class feast.proto.types.ValueProto.BytesList.Builder
repeated bytes val = 1;
addAllVal(Iterable<? extends ValueProto.Value>) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
addAllVal(Iterable<? extends Boolean>) - Method in class feast.proto.types.ValueProto.BoolList.Builder
repeated bool val = 1;
addAllVal(Iterable<? extends Double>) - Method in class feast.proto.types.ValueProto.DoubleList.Builder
repeated double val = 1;
addAllVal(Iterable<? extends Float>) - Method in class feast.proto.types.ValueProto.FloatList.Builder
repeated float val = 1;
addAllVal(Iterable<? extends Integer>) - Method in class feast.proto.types.ValueProto.Int32List.Builder
repeated int32 val = 1;
addAllVal(Iterable<? extends Long>) - Method in class feast.proto.types.ValueProto.Int64List.Builder
repeated int64 val = 1;
addAllVal(Iterable<String>) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
repeated string val = 1;
addAllVal(Iterable<String>) - Method in class feast.proto.types.ValueProto.StringList.Builder
repeated string val = 1;
addAllValues(Iterable<? extends ValueProto.Value>) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
addDataSources(int, DataSourceProto.DataSource) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
addDataSources(int, DataSourceProto.DataSource.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
addDataSources(DataSourceProto.DataSource) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
addDataSources(DataSourceProto.DataSource.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
addDataSourcesBuilder() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
addDataSourcesBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
addEntities(int, EntityProto.Entity) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
addEntities(int, EntityProto.Entity.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
addEntities(EntityProto.Entity) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
addEntities(EntityProto.Entity.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
addEntities(String) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List names of entities to associate with the Features defined in this Feature Table.
addEntities(String) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List names of entities to associate with the Features defined in this Feature View.
addEntitiesBuilder() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
addEntitiesBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
addEntitiesBytes(ByteString) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List names of entities to associate with the Features defined in this Feature Table.
addEntitiesBytes(ByteString) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List names of entities to associate with the Features defined in this Feature View.
addEntityKeys(int, EntityKeyProto.EntityKey) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
addEntityKeys(int, EntityKeyProto.EntityKey.Builder) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
addEntityKeys(EntityKeyProto.EntityKey) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
addEntityKeys(EntityKeyProto.EntityKey.Builder) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
addEntityKeysBuilder() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
addEntityKeysBuilder(int) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
addEntityNames(String) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated string entity_names = 2;
addEntityNamesBytes(ByteString) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated string entity_names = 2;
addEntityRows(int, ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
addEntityRows(int, ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
addEntityRows(ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
addEntityRows(ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
addEntityRowsBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
addEntityRowsBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
addEntityValues(int, ValueProto.Value) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
addEntityValues(int, ValueProto.Value) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
addEntityValues(int, ValueProto.Value.Builder) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
addEntityValues(int, ValueProto.Value.Builder) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
addEntityValues(ValueProto.Value) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
addEntityValues(ValueProto.Value) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
addEntityValues(ValueProto.Value.Builder) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
addEntityValues(ValueProto.Value.Builder) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
addEntityValuesBuilder() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
addEntityValuesBuilder() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
addEntityValuesBuilder(int) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
addEntityValuesBuilder(int) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
addEventTimestamps(int, Timestamp) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
addEventTimestamps(int, Timestamp.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
addEventTimestamps(Timestamp) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
addEventTimestamps(Timestamp.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
addEventTimestampsBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
addEventTimestampsBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
addFeatureColumns(int, FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
addFeatureColumns(int, FeatureProto.FeatureSpecV2.Builder) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
addFeatureColumns(FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
addFeatureColumns(FeatureProto.FeatureSpecV2.Builder) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
addFeatureColumnsBuilder() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
addFeatureColumnsBuilder(int) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
addFeatureList(int, Connector.ConnectorFeature) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
addFeatureList(int, Connector.ConnectorFeature.Builder) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
addFeatureList(Connector.ConnectorFeature) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
addFeatureList(Connector.ConnectorFeature.Builder) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
addFeatureListBuilder() - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
addFeatureListBuilder(int) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
addFeatures(int, FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
addFeatures(int, FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
addFeatures(int, FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
addFeatures(int, FeatureProto.FeatureSpecV2.Builder) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
addFeatures(int, FeatureProto.FeatureSpecV2.Builder) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
addFeatures(int, FeatureProto.FeatureSpecV2.Builder) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
addFeatures(int, FeatureReferenceProto.FeatureViewProjection) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
addFeatures(int, FeatureReferenceProto.FeatureViewProjection.Builder) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
addFeatures(int, ServingAPIProto.FeatureReferenceV2) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
addFeatures(int, ServingAPIProto.FeatureReferenceV2.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
addFeatures(FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
addFeatures(FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
addFeatures(FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
addFeatures(FeatureProto.FeatureSpecV2.Builder) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
addFeatures(FeatureProto.FeatureSpecV2.Builder) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
addFeatures(FeatureProto.FeatureSpecV2.Builder) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
addFeatures(FeatureReferenceProto.FeatureViewProjection) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
addFeatures(FeatureReferenceProto.FeatureViewProjection.Builder) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
addFeatures(ServingAPIProto.FeatureReferenceV2) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
addFeatures(ServingAPIProto.FeatureReferenceV2.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
addFeatures(String) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
list of feature references with format "<view name>:<feature name>"
addFeatures(String) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated string features = 3;
addFeaturesBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
addFeaturesBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
addFeaturesBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
addFeaturesBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
addFeaturesBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
addFeaturesBuilder(int) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
addFeaturesBuilder(int) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
addFeaturesBuilder(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
addFeaturesBuilder(int) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
addFeaturesBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
addFeaturesBytes(ByteString) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
list of feature references with format "<view name>:<feature name>"
addFeaturesBytes(ByteString) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated string features = 3;
addFeatureServices(int, FeatureServiceProto.FeatureService) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
addFeatureServices(int, FeatureServiceProto.FeatureService.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
addFeatureServices(FeatureServiceProto.FeatureService) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
addFeatureServices(FeatureServiceProto.FeatureService.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
addFeatureServicesBuilder() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
addFeatureServicesBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
addFeatureTables(int, FeatureTableProto.FeatureTable) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
addFeatureTables(int, FeatureTableProto.FeatureTable.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
addFeatureTables(FeatureTableProto.FeatureTable) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
addFeatureTables(FeatureTableProto.FeatureTable.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
addFeatureTablesBuilder() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
addFeatureTablesBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
addFeatureViews(int, FeatureViewProto.FeatureView) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
addFeatureViews(int, FeatureViewProto.FeatureView.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
addFeatureViews(FeatureViewProto.FeatureView) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
addFeatureViews(FeatureViewProto.FeatureView.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
addFeatureViewsBuilder() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
addFeatureViewsBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
addInfraObjects(int, InfraObjectProto.InfraObject) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
addInfraObjects(int, InfraObjectProto.InfraObject.Builder) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
addInfraObjects(InfraObjectProto.InfraObject) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
addInfraObjects(InfraObjectProto.InfraObject.Builder) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
addInfraObjectsBuilder() - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
addInfraObjectsBuilder(int) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
addJoinKeys(String) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
entity columns + request columns from all feature views used during retrieval
addJoinKeys(String) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated string join_keys = 1;
addJoinKeysBytes(ByteString) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
entity columns + request columns from all feature views used during retrieval
addJoinKeysBytes(ByteString) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated string join_keys = 1;
addMaterializationIntervals(int, FeatureViewProto.MaterializationInterval) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
addMaterializationIntervals(int, FeatureViewProto.MaterializationInterval.Builder) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
addMaterializationIntervals(FeatureViewProto.MaterializationInterval) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
addMaterializationIntervals(FeatureViewProto.MaterializationInterval.Builder) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
addMaterializationIntervalsBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
addMaterializationIntervalsBuilder(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
addOnDemandFeatureViews(int, OnDemandFeatureViewProto.OnDemandFeatureView) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
addOnDemandFeatureViews(int, OnDemandFeatureViewProto.OnDemandFeatureView.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
addOnDemandFeatureViews(OnDemandFeatureViewProto.OnDemandFeatureView) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
addOnDemandFeatureViews(OnDemandFeatureViewProto.OnDemandFeatureView.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
addOnDemandFeatureViewsBuilder() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
addOnDemandFeatureViewsBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
addPartitionBy(String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
column names to use for partitioning
addPartitionByBytes(ByteString) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
column names to use for partitioning
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.EntityProto.Entity.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.StoreProto.Store.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.FieldProto.Field.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.StringList.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.Value.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
addRequestFeatureViews(int, RequestFeatureViewProto.RequestFeatureView) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
addRequestFeatureViews(int, RequestFeatureViewProto.RequestFeatureView.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
addRequestFeatureViews(RequestFeatureViewProto.RequestFeatureView) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
addRequestFeatureViews(RequestFeatureViewProto.RequestFeatureView.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
addRequestFeatureViewsBuilder() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
addRequestFeatureViewsBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
addResults(int, ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
addResults(int, ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
addResults(int, Connector.ConnectorFeatureList) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
addResults(int, Connector.ConnectorFeatureList.Builder) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
addResults(ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
addResults(ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
addResults(Connector.ConnectorFeatureList) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
addResults(Connector.ConnectorFeatureList.Builder) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
addResultsBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
addResultsBuilder() - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
addResultsBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
addResultsBuilder(int) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
addSavedDatasets(int, SavedDatasetProto.SavedDataset) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
addSavedDatasets(int, SavedDatasetProto.SavedDataset.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
addSavedDatasets(SavedDatasetProto.SavedDataset) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
addSavedDatasets(SavedDatasetProto.SavedDataset.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
addSavedDatasetsBuilder() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
addSavedDatasetsBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
addSchema(int, FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
addSchema(int, FeatureProto.FeatureSpecV2.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
addSchema(FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
addSchema(FeatureProto.FeatureSpecV2.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
addSchemaBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
addSchemaBuilder(int) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
addStatuses(ServingAPIProto.FieldStatus) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.serving.FieldStatus statuses = 2;
addStatusesValue(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.serving.FieldStatus statuses = 2;
addSubscriptions(int, StoreProto.Store.Subscription) - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
addSubscriptions(int, StoreProto.Store.Subscription.Builder) - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
addSubscriptions(StoreProto.Store.Subscription) - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
addSubscriptions(StoreProto.Store.Subscription.Builder) - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
addSubscriptionsBuilder() - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
addSubscriptionsBuilder(int) - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
addVal(boolean) - Method in class feast.proto.types.ValueProto.BoolList.Builder
repeated bool val = 1;
addVal(double) - Method in class feast.proto.types.ValueProto.DoubleList.Builder
repeated double val = 1;
addVal(float) - Method in class feast.proto.types.ValueProto.FloatList.Builder
repeated float val = 1;
addVal(int) - Method in class feast.proto.types.ValueProto.Int32List.Builder
repeated int32 val = 1;
addVal(int, ValueProto.Value) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
addVal(int, ValueProto.Value.Builder) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
addVal(long) - Method in class feast.proto.types.ValueProto.Int64List.Builder
repeated int64 val = 1;
addVal(ByteString) - Method in class feast.proto.types.ValueProto.BytesList.Builder
repeated bytes val = 1;
addVal(ValueProto.Value) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
addVal(ValueProto.Value.Builder) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
addVal(String) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
repeated string val = 1;
addVal(String) - Method in class feast.proto.types.ValueProto.StringList.Builder
repeated string val = 1;
addValBuilder() - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
addValBuilder(int) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
addValBytes(ByteString) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
repeated string val = 1;
addValBytes(ByteString) - Method in class feast.proto.types.ValueProto.StringList.Builder
repeated string val = 1;
addValues(int, ValueProto.Value) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
addValues(int, ValueProto.Value.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
addValues(ValueProto.Value) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
addValues(ValueProto.Value.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
addValuesBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
addValuesBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
ARROW_VALUE - feast.proto.serving.TransformationServiceAPIProto.ValueType.ValueCase
 
ARROW_VALUE_FIELD_NUMBER - Static variable in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
AVRO_FORMAT - feast.proto.core.DataFormatProto.StreamFormat.FormatCase
 
AVRO_FORMAT_FIELD_NUMBER - Static variable in class feast.proto.core.DataFormatProto.StreamFormat
 

B

BATCH_BIGQUERY - feast.proto.core.DataSourceProto.DataSource.SourceType
BATCH_BIGQUERY = 2;
BATCH_BIGQUERY_VALUE - Static variable in enum feast.proto.core.DataSourceProto.DataSource.SourceType
BATCH_BIGQUERY = 2;
BATCH_FILE - feast.proto.core.DataSourceProto.DataSource.SourceType
BATCH_FILE = 1;
BATCH_FILE_VALUE - Static variable in enum feast.proto.core.DataSourceProto.DataSource.SourceType
BATCH_FILE = 1;
BATCH_REDSHIFT - feast.proto.core.DataSourceProto.DataSource.SourceType
BATCH_REDSHIFT = 5;
BATCH_REDSHIFT_VALUE - Static variable in enum feast.proto.core.DataSourceProto.DataSource.SourceType
BATCH_REDSHIFT = 5;
BATCH_SNOWFLAKE - feast.proto.core.DataSourceProto.DataSource.SourceType
BATCH_SNOWFLAKE = 8;
BATCH_SNOWFLAKE_VALUE - Static variable in enum feast.proto.core.DataSourceProto.DataSource.SourceType
BATCH_SNOWFLAKE = 8;
BATCH_SOURCE_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
BATCH_SOURCE_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
BATCH_SOURCE_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
BATCH_SPARK - feast.proto.core.DataSourceProto.DataSource.SourceType
BATCH_SPARK = 11;
BATCH_SPARK_VALUE - Static variable in enum feast.proto.core.DataSourceProto.DataSource.SourceType
BATCH_SPARK = 11;
BATCH_TRINO - feast.proto.core.DataSourceProto.DataSource.SourceType
BATCH_TRINO = 10;
BATCH_TRINO_VALUE - Static variable in enum feast.proto.core.DataSourceProto.DataSource.SourceType
BATCH_TRINO = 10;
BIGQUERY_DESTINATION - feast.proto.core.FeatureServiceProto.LoggingConfig.DestinationCase
 
BIGQUERY_DESTINATION_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
BIGQUERY_OPTIONS - feast.proto.core.DataSourceProto.DataSource.OptionsCase
 
BIGQUERY_OPTIONS_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
BIGQUERY_STORAGE - feast.proto.core.SavedDatasetProto.SavedDatasetStorage.KindCase
 
BIGQUERY_STORAGE_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
bindService() - Method in class feast.proto.serving.ServingServiceGrpc.ServingServiceImplBase
 
bindService() - Method in class feast.proto.serving.TransformationServiceGrpc.TransformationServiceImplBase
 
bindService() - Method in class grpc.connector.OnlineStoreGrpc.OnlineStoreImplBase
 
BODY_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
BODY_FIELD_NUMBER - Static variable in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
BOOL - feast.proto.types.ValueProto.ValueType.Enum
BOOL = 7;
BOOL_LIST - feast.proto.types.ValueProto.ValueType.Enum
BOOL_LIST = 17;
BOOL_LIST_VAL - feast.proto.types.ValueProto.Value.ValCase
 
BOOL_LIST_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
BOOL_LIST_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
BOOL_LIST = 17;
BOOL_VAL - feast.proto.types.ValueProto.Value.ValCase
 
BOOL_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
BOOL_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
BOOL = 7;
BOOTSTRAP_SERVERS_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
build() - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
build() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
build() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
build() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
build() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
build() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
build() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
build() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
build() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
build() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
build() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
build() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
build() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
build() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
build() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
build() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
build() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
build() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
build() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
build() - Method in class feast.proto.core.EntityProto.Entity.Builder
 
build() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
build() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
build() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
build() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
build() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
build() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
build() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
build() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
build() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
build() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
build() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
build() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
build() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
build() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
build() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
build() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
build() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
build() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
build() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
build() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
build() - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
build() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
build() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
build() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
build() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
build() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
build() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
build() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
build() - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
build() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
build() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
build() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
build() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
build() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
build() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
build() - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
build() - Method in class feast.proto.core.StoreProto.Store.Builder
 
build() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
build() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
build() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
build() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
build() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
build() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
build() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
build() - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
build() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
build() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
build() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
build() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
build() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
build() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
build() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
build() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
build() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
build() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
build() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
build() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
build() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
build() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
build() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
build() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
build() - Method in class feast.proto.types.FieldProto.Field.Builder
 
build() - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
build() - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
build() - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
build() - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
build() - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
build() - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
build() - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
build() - Method in class feast.proto.types.ValueProto.StringList.Builder
 
build() - Method in class feast.proto.types.ValueProto.Value.Builder
 
build() - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
build() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
build() - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
build() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
build() - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
build(Channel, CallOptions) - Method in class feast.proto.serving.ServingServiceGrpc.ServingServiceBlockingStub
 
build(Channel, CallOptions) - Method in class feast.proto.serving.ServingServiceGrpc.ServingServiceFutureStub
 
build(Channel, CallOptions) - Method in class feast.proto.serving.ServingServiceGrpc.ServingServiceStub
 
build(Channel, CallOptions) - Method in class feast.proto.serving.TransformationServiceGrpc.TransformationServiceBlockingStub
 
build(Channel, CallOptions) - Method in class feast.proto.serving.TransformationServiceGrpc.TransformationServiceFutureStub
 
build(Channel, CallOptions) - Method in class feast.proto.serving.TransformationServiceGrpc.TransformationServiceStub
 
build(Channel, CallOptions) - Method in class grpc.connector.OnlineStoreGrpc.OnlineStoreBlockingStub
 
build(Channel, CallOptions) - Method in class grpc.connector.OnlineStoreGrpc.OnlineStoreFutureStub
 
build(Channel, CallOptions) - Method in class grpc.connector.OnlineStoreGrpc.OnlineStoreStub
 
buildPartial() - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
buildPartial() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
buildPartial() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
buildPartial() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
buildPartial() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
buildPartial() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
buildPartial() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
buildPartial() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
buildPartial() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
buildPartial() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
buildPartial() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
buildPartial() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
buildPartial() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
buildPartial() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
buildPartial() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
buildPartial() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
buildPartial() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
buildPartial() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
buildPartial() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
buildPartial() - Method in class feast.proto.core.EntityProto.Entity.Builder
 
buildPartial() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
buildPartial() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
buildPartial() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
buildPartial() - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
buildPartial() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
buildPartial() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
buildPartial() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
buildPartial() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
buildPartial() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
buildPartial() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
buildPartial() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
buildPartial() - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
buildPartial() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
buildPartial() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
buildPartial() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
buildPartial() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
buildPartial() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
buildPartial() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
buildPartial() - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
buildPartial() - Method in class feast.proto.core.StoreProto.Store.Builder
 
buildPartial() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
buildPartial() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
buildPartial() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
buildPartial() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
buildPartial() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
buildPartial() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
buildPartial() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
buildPartial() - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
buildPartial() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
buildPartial() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
buildPartial() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
buildPartial() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
buildPartial() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
buildPartial() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
buildPartial() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
buildPartial() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
buildPartial() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
buildPartial() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
buildPartial() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
buildPartial() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
buildPartial() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
buildPartial() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
buildPartial() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
buildPartial() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
buildPartial() - Method in class feast.proto.types.FieldProto.Field.Builder
 
buildPartial() - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
buildPartial() - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
buildPartial() - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
buildPartial() - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
buildPartial() - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
buildPartial() - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
buildPartial() - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
buildPartial() - Method in class feast.proto.types.ValueProto.StringList.Builder
 
buildPartial() - Method in class feast.proto.types.ValueProto.Value.Builder
 
buildPartial() - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
buildPartial() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
buildPartial() - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
buildPartial() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
buildPartial() - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
BYTES - feast.proto.types.ValueProto.ValueType.Enum
BYTES = 1;
BYTES_LIST - feast.proto.types.ValueProto.ValueType.Enum
BYTES_LIST = 11;
BYTES_LIST_VAL - feast.proto.types.ValueProto.Value.ValCase
 
BYTES_LIST_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
BYTES_LIST_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
BYTES_LIST = 11;
BYTES_VAL - feast.proto.types.ValueProto.Value.ValCase
 
BYTES_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
BYTES_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
BYTES = 1;

C

CLASS_PATH_FIELD_NUMBER - Static variable in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
clear() - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
clear() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
clear() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
clear() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
clear() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
clear() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
clear() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
clear() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
clear() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
clear() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
clear() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
clear() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
clear() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
clear() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
clear() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
clear() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
clear() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
clear() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
clear() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
clear() - Method in class feast.proto.core.EntityProto.Entity.Builder
 
clear() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
clear() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
clear() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
clear() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
clear() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
clear() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
clear() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
clear() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
clear() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
clear() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
clear() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
clear() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
clear() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
clear() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
clear() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
clear() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
clear() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
clear() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
clear() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
clear() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
clear() - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
clear() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
clear() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
clear() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
clear() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
clear() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
clear() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
clear() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
clear() - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
clear() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
clear() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
clear() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
clear() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
clear() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
clear() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
clear() - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
clear() - Method in class feast.proto.core.StoreProto.Store.Builder
 
clear() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
clear() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
clear() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
clear() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
clear() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
clear() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
clear() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
clear() - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
clear() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
clear() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
clear() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
clear() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
clear() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
clear() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
clear() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
clear() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
clear() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
clear() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
clear() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
clear() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
clear() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
clear() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
clear() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
clear() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
clear() - Method in class feast.proto.types.FieldProto.Field.Builder
 
clear() - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
clear() - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
clear() - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
clear() - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
clear() - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
clear() - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
clear() - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
clear() - Method in class feast.proto.types.ValueProto.StringList.Builder
 
clear() - Method in class feast.proto.types.ValueProto.Value.Builder
 
clear() - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
clear() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
clear() - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
clear() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
clear() - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
clearArrowValue() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
Having a oneOf provides forward compatibility if we need to support compound types that are not supported by arrow natively.
clearAvroFormat() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.AvroFormat avro_format = 1;
clearBatchSource() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Optional batch source for streaming sources for historical features and materialization.
clearBatchSource() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Batch/Offline DataSource to source batch/offline feature data.
clearBatchSource() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Batch/Offline DataSource where this view can retrieve offline feature data.
clearBigqueryDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
clearBigqueryOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.BigQueryOptions bigquery_options = 12;
clearBigqueryStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;
clearBody() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
The python-syntax function body (serialized by dill)
clearBody() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
The python-syntax function body (serialized by dill)
clearBoolListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BoolList bool_list_val = 17;
clearBoolVal() - Method in class feast.proto.types.ValueProto.Value.Builder
bool bool_val = 7;
clearBootstrapServers() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Comma separated list of Kafka bootstrap servers.
clearBytesListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BytesList bytes_list_val = 11;
clearBytesVal() - Method in class feast.proto.types.ValueProto.Value.Builder
bytes bytes_val = 1;
clearClassPath() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream message
clearConfig() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
clearConfig() - Method in class feast.proto.core.StoreProto.Store.Builder
 
clearConfiguration() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
Serialized configuration information for the data source.
clearConnectionString() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
List of Redis Uri for all the nodes in Redis Cluster, comma separated.
clearCreatedTimestamp() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp created_timestamp = 1;
clearCreatedTimestamp() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is created
clearCreatedTimestamp() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is created
clearCreatedTimestamp() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is created
clearCreatedTimestamp() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is created
clearCreatedTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is created
clearCreatedTimestampColumn() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Must specify creation timestamp column name
clearCustomDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;
clearCustomInfra() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.InfraObject.CustomInfra custom_infra = 100;
clearCustomOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.CustomSourceOptions custom_options = 16;
clearDatabase() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
Redshift database name
clearDatabase() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake schema name
clearDataset() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.SavedDataset dataset = 1;
clearDataSourceClassType() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
This is an internal field that is represents the python class for the data source object a proto object represents.
clearDataSources() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
clearDatastoreTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DatastoreTable datastore_table = 3;
clearDatePartitionColumn() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
(Optional) Specify partition column useful for file sources
clearDeprecatedSchema() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
clearDescription() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
string description = 23;
clearDescription() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Description of the entity.
clearDescription() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Description of the feature service.
clearDescription() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Description of the feature view.
clearDescription() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Description of the on demand feature view.
clearDescription() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Description of the request feature view.
clearDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
clearDoubleListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.DoubleList double_list_val = 15;
clearDoubleVal() - Method in class feast.proto.types.ValueProto.Value.Builder
double double_val = 5;
clearDynamodbTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DynamoDBTable dynamodb_table = 2;
clearEnableFallback() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
clearEndTime() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp end_time = 2;
clearEntities() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List names of entities to associate with the Features defined in this Feature Table.
clearEntities() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List names of entities to associate with the Features defined in this Feature View.
clearEntities() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
clearEntities() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
clearEntityKeys() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
clearEntityNames() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated string entity_names = 2;
clearEntityRows() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
clearEntityValues() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
clearEntityValues() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
clearEventTimestamps() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
clearExclude() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
All matches with exclude enabled will be filtered out instead of added
clearExpectationSuite() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
JSON-serialized ExpectationSuite object
clearFallbackPrefix() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
clearFeatureColumns() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
clearFeatureList() - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
clearFeatureName() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
Name of the Feature to retrieve the feature from.
clearFeatureNames() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
.feast.serving.FeatureList feature_names = 1;
clearFeatures() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
clearFeatures() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
clearFeatures() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
clearFeatures() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
clearFeatures() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
list of feature references with format "<view name>:<feature name>"
clearFeatures() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
.feast.serving.FeatureList features = 2;
clearFeatures() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
clearFeatures() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated string features = 3;
clearFeatureService() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
string feature_service = 1;
clearFeatureServiceName() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Optional and only populated if generated from a feature service fetch
clearFeatureServices() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
clearFeatureTables() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
clearFeatureView() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureView feature_view = 1;
clearFeatureViewName() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The feature view name
clearFeatureViewName() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
Name of the Feature View to retrieve the feature from.
clearFeatureViewNameAlias() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
Alias for feature view name
clearFeatureViewProjection() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureViewProjection feature_view_projection = 3;
clearFeatureViews() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
clearField() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
bytes field = 1;
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.EntityProto.Entity.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.StoreProto.Store.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.types.FieldProto.Field.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.types.ValueProto.StringList.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.types.ValueProto.Value.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
clearFieldMapping() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
clearFields() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
clearFileDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.FileDestination file_destination = 3;
clearFileFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
.feast.core.FileFormat file_format = 1;
clearFileFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Format of files at `path` (e.g.
clearFileOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.FileOptions file_options = 11;
clearFileStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.FileOptions file_storage = 4;
clearFloatListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.FloatList float_list_val = 16;
clearFloatVal() - Method in class feast.proto.types.ValueProto.Value.Builder
float float_val = 6;
clearFlushFrequencySeconds() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
clearFlushFrequencySeconds() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
Optional.
clearFormat() - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
clearFormat() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
clearFullFeatureNames() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Whether full feature names are used in stored data
clearFullFeatureNames() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
bool full_feature_names = 4;
clearGeProfiler() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.GEValidationProfiler ge_profiler = 2;
clearHash() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Hash entities, features, batch_source and stream_source to inform JobService if jobs should be restarted should hash change
clearHost() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
string host = 1;
clearInfra() - Method in class feast.proto.core.RegistryProto.Registry.Builder
.feast.core.Infra infra = 10;
clearInfraObject() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
clearInfraObjectClassType() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
Represents the Python class for the infrastructure object
clearInfraObjects() - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
clearInitialBackoffMs() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
int32 initial_backoff_ms = 2;
clearInitialBackoffMs() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
Optional.
clearInt32ListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int32List int32_list_val = 13;
clearInt32Val() - Method in class feast.proto.types.ValueProto.Value.Builder
int32 int32_val = 3;
clearInt64ListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List int64_list_val = 14;
clearInt64Val() - Method in class feast.proto.types.ValueProto.Value.Builder
int64 int64_val = 4;
clearJoinKey() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Join key for the entity (i.e.
clearJoinKeyMap() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
clearJoinKeys() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
entity columns + request columns from all feature views used during retrieval
clearJoinKeys() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated string join_keys = 1;
clearKafkaOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KafkaOptions kafka_options = 13;
clearKeyPrefix() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
clearKind() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
string kind = 1;
clearKind() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
clearKind() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
clearKinesisOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KinesisOptions kinesis_options = 14;
clearLabels() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
clearLastUpdated() - Method in class feast.proto.core.RegistryProto.Registry.Builder
.google.protobuf.Timestamp last_updated = 5;
clearLastUpdatedTimestamp() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp last_updated_timestamp = 2;
clearLastUpdatedTimestamp() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is last updated
clearLastUpdatedTimestamp() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is last updated
clearLastUpdatedTimestamp() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is last updated
clearLastUpdatedTimestamp() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is last updated
clearLastUpdatedTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is last updated
clearLoggingConfig() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
(optional) if provided logging will be enabled for this feature service.
clearMaterializationIntervals() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
clearMaxAge() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Features in this feature table can only be retrieved from online serving younger than max age.
clearMaxEventTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Max timestamp in the dataset (needed for retrieval)
clearMaxRetries() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
int32 max_retries = 3;
clearMaxRetries() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
Optional.
clearMessageFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Defines the stream data format encoding feature/entity data in Kafka messages.
clearMeta() - Method in class feast.proto.core.EntityProto.Entity.Builder
System-populated metadata for this entity.
clearMeta() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
System-populated metadata for this feature service.
clearMeta() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
System-populated metadata for this feature table.
clearMeta() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
System-populated metadata for this feature view.
clearMeta() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
.feast.core.OnDemandFeatureViewMeta meta = 2;
clearMeta() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetMeta meta = 2;
clearMetadata() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
.feast.serving.GetOnlineFeaturesResponseMetadata metadata = 1;
clearMinEventTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Min timestamp in the dataset (needed for retrieval)
clearName() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Unique name of data source within the project
clearName() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Name of the table
clearName() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
Name of the table
clearName() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Name of the entity.
clearName() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Name of the feature.
clearName() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Name of the Feature Service.
clearName() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Name of the feature table.
clearName() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Name of the feature view.
clearName() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Name of the feature view.
clearName() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
The function name
clearName() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Name of the feature view.
clearName() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Name of the dataset.
clearName() - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
Name of the table
clearName() - Method in class feast.proto.core.StoreProto.Store.Builder
Name of the store.
clearName() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
Name of the desired feature set.
clearName() - Method in class feast.proto.types.FieldProto.Field.Builder
string name = 1;
clearNamespace() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Datastore namespace
clearNullVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Null null_val = 19;
clearOnDemandFeatureViewName() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
string on_demand_feature_view_name = 1;
clearOnDemandFeatureViews() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.EntityProto.Entity.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.StoreProto.Store.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.types.FieldProto.Field.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.types.ValueProto.StringList.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.types.ValueProto.Value.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
clearOnline() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Whether these features should be served online or not
clearOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
clearOwner() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
string owner = 25;
clearOwner() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Owner of the entity.
clearOwner() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Owner of the feature service.
clearOwner() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Owner of the feature view.
clearOwner() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Owner of the on demand feature view.
clearOwner() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Owner of the request feature view.
clearParquetFormat() - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
.feast.core.FileFormat.ParquetFormat parquet_format = 1;
clearPartitionBy() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
column names to use for partitioning
clearPartitionInterval() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.google.protobuf.Duration partition_interval = 2;
clearPath() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Path from which spark can read the table, this is an alternative to `table`
clearPath() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
string path = 1;
clearPath() - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
Absolute path of the table
clearPort() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
int32 port = 2;
clearProfiler() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;
clearProfiler() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
clearProject() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Name of Feast project that this data source belongs to.
clearProject() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Feast project of the table
clearProject() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Name of Feast project that this feature table belongs to.
clearProject() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Name of Feast project that this Feature Service belongs to.
clearProject() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Name of Feast project that this feature table belongs to.
clearProject() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Name of Feast project that this feature view belongs to.
clearProject() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Name of Feast project that this feature view belongs to.
clearProject() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Name of Feast project that this feature view belongs to.
clearProject() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Name of Feast project that this Dataset belongs to.
clearProject() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
Name of project that the feature sets belongs to.
clearProject() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
Optional field to specify project name override.
clearProject() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
string project = 2;
clearProject() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
string project = 1;
clearProjectId() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
GCP project id
clearProtoFormat() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
clearPushOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.PushOptions push_options = 22;
clearQuery() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
SQL query that returns a table containing feature data.
clearQuery() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
SQL query that returns a table containing feature data.
clearQuery() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
SQL query that returns a table containing feature data.
clearQuery() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Spark SQl query that returns the table, this is an alternative to `table`
clearQuery() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
SQL query that returns a table containing feature data.
clearReadFrom() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
.feast.core.Store.RedisClusterConfig.ReadFrom read_from = 8;
clearRecordFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
Defines the data format encoding the feature/entity data in Kinesis records.
clearRedisClusterConfig() - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
clearRedisConfig() - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisConfig redis_config = 11;
clearRedshiftDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
clearRedshiftOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RedshiftOptions redshift_options = 15;
clearRedshiftStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;
clearReference() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.serving.FeatureReferenceV2 reference = 1;
clearRegion() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
AWS region of the Kinesis stream
clearRegion() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
Region of the table
clearRegistrySchemaVersion() - Method in class feast.proto.core.RegistryProto.Registry.Builder
to support migrations; incremented when schema is changed
clearRequestContext() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
clearRequestDataOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RequestDataOptions request_data_options = 18;
clearRequestDataSource() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.DataSource request_data_source = 2;
clearRequestDataSource() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Request data which contains the underlying data schema and list of associated features
clearRequestFeatureViews() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
clearResults() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
clearResults() - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
clearRevision() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Auto incrementing revision no.
clearS3EndpointOverride() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
override AWS S3 storage endpoint with custom S3 endpoint
clearS3EndpointOverride() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
string s3_endpoint_override = 2;
clearSampleRate() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
float sample_rate = 1;
clearSavedDatasets() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
clearSchema() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
Redshift schema name
clearSchema() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
clearSchema() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake schema name
clearSchemaJson() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
Optional if used in a File DataSource as schema is embedded in avro file.
clearSnowflakeDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
clearSnowflakeOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_options = 19;
clearSnowflakeStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;
clearSource() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
clearSources() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
clearSparkOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SparkOptions spark_options = 27;
clearSparkStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SparkOptions spark_storage = 9;
clearSpec() - Method in class feast.proto.core.EntityProto.Entity.Builder
User-specified specifications of this entity.
clearSpec() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
User-specified specifications of this feature service.
clearSpec() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
User-specified specifications of this feature table.
clearSpec() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
User-specified specifications of this feature view.
clearSpec() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
User-specified specifications of this feature view.
clearSpec() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
User-specified specifications of this feature view.
clearSpec() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetSpec spec = 1;
clearSqliteTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.SqliteTable sqlite_table = 4;
clearSsl() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
Optional.
clearStartTime() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp start_time = 1;
clearStatuses() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.serving.FieldStatus statuses = 2;
clearStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
.feast.core.SavedDatasetStorage storage = 6;
clearStreamName() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
Name of the Kinesis stream to obtain feature data from.
clearStreamSource() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Stream/Online DataSource to source stream/online feature data.
clearStreamSource() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Streaming DataSource from where this view can consume "online" feature data.
clearStringListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.StringList string_list_val = 12;
clearStringVal() - Method in class feast.proto.types.ValueProto.Value.Builder
string string_val = 2;
clearSubscriptions() - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
clearTable() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
Full table reference in the form of [project:dataset.table]
clearTable() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
Redshift table name
clearTable() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake table name
clearTable() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Table name
clearTable() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
Full table reference in the form of [project:dataset.table]
clearTableName() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
Destination table name.
clearTableName() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
Destination table name.
clearTableRef() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
Full table reference in the form of [project:dataset.table]
clearTags() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
clearTags() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
clearTags() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
clearTags() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
clearTags() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
clearTags() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
clearTags() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
clearTags() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
clearTimestamp() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Request timestamp of this row.
clearTimestamp() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.google.protobuf.Timestamp timestamp = 2;
clearTimestampField() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Must specify event timestamp column name
clearTopic() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Kafka topic to collect feature data from.
clearTransformationInput() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
.feast.serving.ValueType transformation_input = 3;
clearTransformationOutput() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
.feast.serving.ValueType transformation_output = 3;
clearTransformationServiceTypeDetails() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
string transformation_service_type_details = 3;
clearTrinoOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.TrinoOptions trino_options = 30;
clearTrinoStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.TrinoOptions trino_storage = 8;
clearTtl() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Features in this feature view can only be retrieved from online serving younger than ttl.
clearType() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SourceType type = 1;
clearType() - Method in class feast.proto.core.StoreProto.Store.Builder
Type of store.
clearType() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
Type of transformation service deployment.
clearUnixTimestampListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List unix_timestamp_list_val = 18;
clearUnixTimestampVal() - Method in class feast.proto.types.ValueProto.Value.Builder
int64 unix_timestamp_val = 8;
clearUri() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
Target URL of file to retrieve and source features from.
clearUserDefinedFunction() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
.feast.core.UserDefinedFunction user_defined_function = 5;
clearVal() - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
repeated string val = 1;
clearVal() - Method in class feast.proto.types.ValueProto.BoolList.Builder
repeated bool val = 1;
clearVal() - Method in class feast.proto.types.ValueProto.BytesList.Builder
repeated bytes val = 1;
clearVal() - Method in class feast.proto.types.ValueProto.DoubleList.Builder
repeated double val = 1;
clearVal() - Method in class feast.proto.types.ValueProto.FloatList.Builder
repeated float val = 1;
clearVal() - Method in class feast.proto.types.ValueProto.Int32List.Builder
repeated int32 val = 1;
clearVal() - Method in class feast.proto.types.ValueProto.Int64List.Builder
repeated int64 val = 1;
clearVal() - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
clearVal() - Method in class feast.proto.types.ValueProto.StringList.Builder
repeated string val = 1;
clearVal() - Method in class feast.proto.types.ValueProto.Value.Builder
 
clearValue() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
clearValue() - Method in class feast.proto.types.FieldProto.Field.Builder
.feast.types.ValueType.Enum value = 2;
clearValue() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.types.Value value = 3;
clearValues() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
clearValueType() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Type of the entity.
clearValueType() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Value type of the feature.
clearVersion() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
Feast version of this serving deployment.
clearVersion() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
Feast version of this transformation service deployment.
clearVersionId() - Method in class feast.proto.core.RegistryProto.Registry.Builder
version id, random string generated on each update of the data; now used only for debugging purposes
clearView() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
string view = 2;
clearWarehouse() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake warehouse name
clone() - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
clone() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
clone() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
clone() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
clone() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
clone() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
clone() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
clone() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
clone() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
clone() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
clone() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
clone() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
clone() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
clone() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
clone() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
clone() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
clone() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
clone() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
clone() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
clone() - Method in class feast.proto.core.EntityProto.Entity.Builder
 
clone() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
clone() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
clone() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
clone() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
clone() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
clone() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
clone() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
clone() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
clone() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
clone() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
clone() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
clone() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
clone() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
clone() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
clone() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
clone() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
clone() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
clone() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
clone() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
clone() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
clone() - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
clone() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
clone() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
clone() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
clone() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
clone() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
clone() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
clone() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
clone() - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
clone() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
clone() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
clone() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
clone() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
clone() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
clone() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
clone() - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
clone() - Method in class feast.proto.core.StoreProto.Store.Builder
 
clone() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
clone() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
clone() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
clone() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
clone() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
clone() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
clone() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
clone() - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
clone() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
clone() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
clone() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
clone() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
clone() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
clone() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
clone() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
clone() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
clone() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
clone() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
clone() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
clone() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
clone() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
clone() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
clone() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
clone() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
clone() - Method in class feast.proto.types.FieldProto.Field.Builder
 
clone() - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
clone() - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
clone() - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
clone() - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
clone() - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
clone() - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
clone() - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
clone() - Method in class feast.proto.types.ValueProto.StringList.Builder
 
clone() - Method in class feast.proto.types.ValueProto.Value.Builder
 
clone() - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
clone() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
clone() - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
clone() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
clone() - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
CONFIG_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
CONFIG_NOT_SET - feast.proto.core.StoreProto.Store.ConfigCase
 
CONFIGURATION_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
CONNECTION_STRING_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
Connector - Class in grpc.connector
 
Connector.ConnectorFeature - Class in grpc.connector
Protobuf type grpc.connector.ConnectorFeature
Connector.ConnectorFeature.Builder - Class in grpc.connector
Protobuf type grpc.connector.ConnectorFeature
Connector.ConnectorFeatureList - Class in grpc.connector
Protobuf type grpc.connector.ConnectorFeatureList
Connector.ConnectorFeatureList.Builder - Class in grpc.connector
Protobuf type grpc.connector.ConnectorFeatureList
Connector.ConnectorFeatureListOrBuilder - Interface in grpc.connector
 
Connector.ConnectorFeatureOrBuilder - Interface in grpc.connector
 
Connector.OnlineReadRequest - Class in grpc.connector
Protobuf type grpc.connector.OnlineReadRequest
Connector.OnlineReadRequest.Builder - Class in grpc.connector
Protobuf type grpc.connector.OnlineReadRequest
Connector.OnlineReadRequestOrBuilder - Interface in grpc.connector
 
Connector.OnlineReadResponse - Class in grpc.connector
Protobuf type grpc.connector.OnlineReadResponse
Connector.OnlineReadResponse.Builder - Class in grpc.connector
Protobuf type grpc.connector.OnlineReadResponse
Connector.OnlineReadResponseOrBuilder - Interface in grpc.connector
 
containsConfig(String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
map<string, string> config = 2;
containsConfig(String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
map<string, string> config = 2;
containsConfig(String) - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestinationOrBuilder
map<string, string> config = 2;
containsDeprecatedSchema(String) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Mapping of feature name to type
containsDeprecatedSchema(String) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
Mapping of feature name to type
containsDeprecatedSchema(String) - Method in interface feast.proto.core.DataSourceProto.DataSource.RequestDataOptionsOrBuilder
Mapping of feature name to type
containsEntities(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
The entity data is specified in a columnar format A map of entity name -> list of values
containsEntities(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
The entity data is specified in a columnar format A map of entity name -> list of values
containsEntities(String) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
The entity data is specified in a columnar format A map of entity name -> list of values
containsFieldMapping(String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
containsFieldMapping(String) - Method in class feast.proto.core.DataSourceProto.DataSource
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
containsFieldMapping(String) - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
containsFields(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Map containing mapping of entity name to entity value.
containsFields(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
Map containing mapping of entity name to entity value.
containsFields(String) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRowOrBuilder
Map containing mapping of entity name to entity value.
containsJoinKeyMap(String) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
Map for entity join_key overrides of feature data entity join_key to entity data join_key
containsJoinKeyMap(String) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
Map for entity join_key overrides of feature data entity join_key to entity data join_key
containsJoinKeyMap(String) - Method in interface feast.proto.core.FeatureReferenceProto.FeatureViewProjectionOrBuilder
Map for entity join_key overrides of feature data entity join_key to entity data join_key
containsLabels(String) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
User defined metadata
containsLabels(String) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
User defined metadata
containsLabels(String) - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
User defined metadata
containsRequestContext(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
containsRequestContext(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
containsRequestContext(String) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
containsSources(String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Map of sources for this feature view.
containsSources(String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
Map of sources for this feature view.
containsSources(String) - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
Map of sources for this feature view.
containsTags(String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
map<string, string> tags = 24;
containsTags(String) - Method in class feast.proto.core.DataSourceProto.DataSource
map<string, string> tags = 24;
containsTags(String) - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
map<string, string> tags = 24;
containsTags(String) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
User defined metadata
containsTags(String) - Method in class feast.proto.core.EntityProto.EntitySpecV2
User defined metadata
containsTags(String) - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
User defined metadata
containsTags(String) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Tags for user defined metadata on a feature
containsTags(String) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
Tags for user defined metadata on a feature
containsTags(String) - Method in interface feast.proto.core.FeatureProto.FeatureSpecV2OrBuilder
Tags for user defined metadata on a feature
containsTags(String) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
User defined metadata
containsTags(String) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
User defined metadata
containsTags(String) - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
User defined metadata
containsTags(String) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
User defined metadata
containsTags(String) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
User defined metadata
containsTags(String) - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
User defined metadata
containsTags(String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
User defined metadata.
containsTags(String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
User defined metadata.
containsTags(String) - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
User defined metadata.
containsTags(String) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
User defined metadata.
containsTags(String) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
User defined metadata.
containsTags(String) - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
User defined metadata.
containsTags(String) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
User defined metadata
containsTags(String) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
User defined metadata
containsTags(String) - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
User defined metadata
CREATED_TIMESTAMP_COLUMN_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
CREATED_TIMESTAMP_FIELD_NUMBER - Static variable in class feast.proto.core.EntityProto.EntityMeta
 
CREATED_TIMESTAMP_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
CREATED_TIMESTAMP_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
CREATED_TIMESTAMP_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
CREATED_TIMESTAMP_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
CREATED_TIMESTAMP_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
CUSTOM_DESTINATION - feast.proto.core.FeatureServiceProto.LoggingConfig.DestinationCase
 
CUSTOM_DESTINATION_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
CUSTOM_INFRA - feast.proto.core.InfraObjectProto.InfraObject.InfraObjectCase
 
CUSTOM_INFRA_FIELD_NUMBER - Static variable in class feast.proto.core.InfraObjectProto.InfraObject
 
CUSTOM_OPTIONS - feast.proto.core.DataSourceProto.DataSource.OptionsCase
 
CUSTOM_OPTIONS_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
CUSTOM_SOURCE - feast.proto.core.DataSourceProto.DataSource.SourceType
CUSTOM_SOURCE = 6;
CUSTOM_SOURCE_VALUE - Static variable in enum feast.proto.core.DataSourceProto.DataSource.SourceType
CUSTOM_SOURCE = 6;

D

DATA_SOURCE_CLASS_TYPE_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
DATA_SOURCES_FIELD_NUMBER - Static variable in class feast.proto.core.RegistryProto.Registry
 
DATABASE_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
DATABASE_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
DataFormatProto - Class in feast.proto.core
 
DataFormatProto.FileFormat - Class in feast.proto.core
Defines the file format encoding the features/entity data in files
DataFormatProto.FileFormat.Builder - Class in feast.proto.core
Defines the file format encoding the features/entity data in files
DataFormatProto.FileFormat.FormatCase - Enum in feast.proto.core
 
DataFormatProto.FileFormat.ParquetFormat - Class in feast.proto.core
Defines options for the Parquet data format
DataFormatProto.FileFormat.ParquetFormat.Builder - Class in feast.proto.core
Defines options for the Parquet data format
DataFormatProto.FileFormat.ParquetFormatOrBuilder - Interface in feast.proto.core
 
DataFormatProto.FileFormatOrBuilder - Interface in feast.proto.core
 
DataFormatProto.StreamFormat - Class in feast.proto.core
Defines the data format encoding features/entity data in data streams
DataFormatProto.StreamFormat.AvroFormat - Class in feast.proto.core
Defines options for the avro data format
DataFormatProto.StreamFormat.AvroFormat.Builder - Class in feast.proto.core
Defines options for the avro data format
DataFormatProto.StreamFormat.AvroFormatOrBuilder - Interface in feast.proto.core
 
DataFormatProto.StreamFormat.Builder - Class in feast.proto.core
Defines the data format encoding features/entity data in data streams
DataFormatProto.StreamFormat.FormatCase - Enum in feast.proto.core
 
DataFormatProto.StreamFormat.ProtoFormat - Class in feast.proto.core
Defines options for the protobuf data format
DataFormatProto.StreamFormat.ProtoFormat.Builder - Class in feast.proto.core
Defines options for the protobuf data format
DataFormatProto.StreamFormat.ProtoFormatOrBuilder - Interface in feast.proto.core
 
DataFormatProto.StreamFormatOrBuilder - Interface in feast.proto.core
 
DATASET_FIELD_NUMBER - Static variable in class feast.proto.core.ValidationProfile.ValidationReference
 
DataSourceProto - Class in feast.proto.core
 
DataSourceProto.DataSource - Class in feast.proto.core
Defines a Data Source that can be used source Feature data Next available id: 28
DataSourceProto.DataSource.BigQueryOptions - Class in feast.proto.core
Defines options for DataSource that sources features from a BigQuery Query
DataSourceProto.DataSource.BigQueryOptions.Builder - Class in feast.proto.core
Defines options for DataSource that sources features from a BigQuery Query
DataSourceProto.DataSource.BigQueryOptionsOrBuilder - Interface in feast.proto.core
 
DataSourceProto.DataSource.Builder - Class in feast.proto.core
Defines a Data Source that can be used source Feature data Next available id: 28
DataSourceProto.DataSource.CustomSourceOptions - Class in feast.proto.core
Defines configuration for custom third-party data sources.
DataSourceProto.DataSource.CustomSourceOptions.Builder - Class in feast.proto.core
Defines configuration for custom third-party data sources.
DataSourceProto.DataSource.CustomSourceOptionsOrBuilder - Interface in feast.proto.core
 
DataSourceProto.DataSource.FileOptions - Class in feast.proto.core
Defines options for DataSource that sources features from a file
DataSourceProto.DataSource.FileOptions.Builder - Class in feast.proto.core
Defines options for DataSource that sources features from a file
DataSourceProto.DataSource.FileOptionsOrBuilder - Interface in feast.proto.core
 
DataSourceProto.DataSource.KafkaOptions - Class in feast.proto.core
Defines options for DataSource that sources features from Kafka messages.
DataSourceProto.DataSource.KafkaOptions.Builder - Class in feast.proto.core
Defines options for DataSource that sources features from Kafka messages.
DataSourceProto.DataSource.KafkaOptionsOrBuilder - Interface in feast.proto.core
 
DataSourceProto.DataSource.KinesisOptions - Class in feast.proto.core
Defines options for DataSource that sources features from Kinesis records.
DataSourceProto.DataSource.KinesisOptions.Builder - Class in feast.proto.core
Defines options for DataSource that sources features from Kinesis records.
DataSourceProto.DataSource.KinesisOptionsOrBuilder - Interface in feast.proto.core
 
DataSourceProto.DataSource.OptionsCase - Enum in feast.proto.core
 
DataSourceProto.DataSource.PushOptions - Class in feast.proto.core
Defines options for DataSource that supports pushing data to it.
DataSourceProto.DataSource.PushOptions.Builder - Class in feast.proto.core
Defines options for DataSource that supports pushing data to it.
DataSourceProto.DataSource.PushOptionsOrBuilder - Interface in feast.proto.core
 
DataSourceProto.DataSource.RedshiftOptions - Class in feast.proto.core
Defines options for DataSource that sources features from a Redshift Query
DataSourceProto.DataSource.RedshiftOptions.Builder - Class in feast.proto.core
Defines options for DataSource that sources features from a Redshift Query
DataSourceProto.DataSource.RedshiftOptionsOrBuilder - Interface in feast.proto.core
 
DataSourceProto.DataSource.RequestDataOptions - Class in feast.proto.core
Defines options for DataSource that sources features from request data
DataSourceProto.DataSource.RequestDataOptions.Builder - Class in feast.proto.core
Defines options for DataSource that sources features from request data
DataSourceProto.DataSource.RequestDataOptionsOrBuilder - Interface in feast.proto.core
 
DataSourceProto.DataSource.SnowflakeOptions - Class in feast.proto.core
Defines options for DataSource that sources features from a Snowflake Query
DataSourceProto.DataSource.SnowflakeOptions.Builder - Class in feast.proto.core
Defines options for DataSource that sources features from a Snowflake Query
DataSourceProto.DataSource.SnowflakeOptionsOrBuilder - Interface in feast.proto.core
 
DataSourceProto.DataSource.SourceType - Enum in feast.proto.core
Type of Data Source.
DataSourceProto.DataSource.SparkOptions - Class in feast.proto.core
Defines options for DataSource that sources features from a spark table/query
DataSourceProto.DataSource.SparkOptions.Builder - Class in feast.proto.core
Defines options for DataSource that sources features from a spark table/query
DataSourceProto.DataSource.SparkOptionsOrBuilder - Interface in feast.proto.core
 
DataSourceProto.DataSource.TrinoOptions - Class in feast.proto.core
Defines options for DataSource that sources features from a Trino Query
DataSourceProto.DataSource.TrinoOptions.Builder - Class in feast.proto.core
Defines options for DataSource that sources features from a Trino Query
DataSourceProto.DataSource.TrinoOptionsOrBuilder - Interface in feast.proto.core
 
DataSourceProto.DataSourceOrBuilder - Interface in feast.proto.core
 
DATASTORE_TABLE - feast.proto.core.InfraObjectProto.InfraObject.InfraObjectCase
 
DATASTORE_TABLE_FIELD_NUMBER - Static variable in class feast.proto.core.InfraObjectProto.InfraObject
 
DatastoreTableProto - Class in feast.proto.core
 
DatastoreTableProto.DatastoreTable - Class in feast.proto.core
Represents a Datastore table
DatastoreTableProto.DatastoreTable.Builder - Class in feast.proto.core
Represents a Datastore table
DatastoreTableProto.DatastoreTableOrBuilder - Interface in feast.proto.core
 
DATE_PARTITION_COLUMN_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
DEPRECATED_SCHEMA_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
DESCRIPTION_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
DESCRIPTION_FIELD_NUMBER - Static variable in class feast.proto.core.EntityProto.EntitySpecV2
 
DESCRIPTION_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
DESCRIPTION_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
DESCRIPTION_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
DESCRIPTION_FIELD_NUMBER - Static variable in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
DESTINATION_NOT_SET - feast.proto.core.FeatureServiceProto.LoggingConfig.DestinationCase
 
DOUBLE - feast.proto.types.ValueProto.ValueType.Enum
DOUBLE = 5;
DOUBLE_LIST - feast.proto.types.ValueProto.ValueType.Enum
DOUBLE_LIST = 15;
DOUBLE_LIST_VAL - feast.proto.types.ValueProto.Value.ValCase
 
DOUBLE_LIST_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
DOUBLE_LIST_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
DOUBLE_LIST = 15;
DOUBLE_VAL - feast.proto.types.ValueProto.Value.ValCase
 
DOUBLE_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
DOUBLE_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
DOUBLE = 5;
DYNAMODB_TABLE - feast.proto.core.InfraObjectProto.InfraObject.InfraObjectCase
 
DYNAMODB_TABLE_FIELD_NUMBER - Static variable in class feast.proto.core.InfraObjectProto.InfraObject
 
DynamoDBTableProto - Class in feast.proto.core
 
DynamoDBTableProto.DynamoDBTable - Class in feast.proto.core
Represents a DynamoDB table
DynamoDBTableProto.DynamoDBTable.Builder - Class in feast.proto.core
Represents a DynamoDB table
DynamoDBTableProto.DynamoDBTableOrBuilder - Interface in feast.proto.core
 

E

ENABLE_FALLBACK_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
END_TIME_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
ENTITIES_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
ENTITIES_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
ENTITIES_FIELD_NUMBER - Static variable in class feast.proto.core.RegistryProto.Registry
 
ENTITIES_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
ENTITY_NAMES_FIELD_NUMBER - Static variable in class feast.proto.storage.RedisProto.RedisKeyV2
 
ENTITY_ROWS_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
ENTITY_VALUES_FIELD_NUMBER - Static variable in class feast.proto.storage.RedisProto.RedisKeyV2
 
ENTITY_VALUES_FIELD_NUMBER - Static variable in class feast.proto.types.EntityKeyProto.EntityKey
 
EntityKeyProto - Class in feast.proto.types
 
EntityKeyProto.EntityKey - Class in feast.proto.types
Protobuf type feast.types.EntityKey
EntityKeyProto.EntityKey.Builder - Class in feast.proto.types
Protobuf type feast.types.EntityKey
EntityKeyProto.EntityKeyOrBuilder - Interface in feast.proto.types
 
ENTITYKEYS_FIELD_NUMBER - Static variable in class grpc.connector.Connector.OnlineReadRequest
 
EntityProto - Class in feast.proto.core
 
EntityProto.Entity - Class in feast.proto.core
Protobuf type feast.core.Entity
EntityProto.Entity.Builder - Class in feast.proto.core
Protobuf type feast.core.Entity
EntityProto.EntityMeta - Class in feast.proto.core
Protobuf type feast.core.EntityMeta
EntityProto.EntityMeta.Builder - Class in feast.proto.core
Protobuf type feast.core.EntityMeta
EntityProto.EntityMetaOrBuilder - Interface in feast.proto.core
 
EntityProto.EntityOrBuilder - Interface in feast.proto.core
 
EntityProto.EntitySpecV2 - Class in feast.proto.core
Protobuf type feast.core.EntitySpecV2
EntityProto.EntitySpecV2.Builder - Class in feast.proto.core
Protobuf type feast.core.EntitySpecV2
EntityProto.EntitySpecV2OrBuilder - Interface in feast.proto.core
 
equals(Object) - Method in class feast.proto.core.DataFormatProto.FileFormat
 
equals(Object) - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
equals(Object) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
equals(Object) - Method in class feast.proto.core.DataFormatProto.StreamFormat
 
equals(Object) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
equals(Object) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
equals(Object) - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
equals(Object) - Method in class feast.proto.core.DataSourceProto.DataSource
 
equals(Object) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
equals(Object) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
equals(Object) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
equals(Object) - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
equals(Object) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
equals(Object) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
equals(Object) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
equals(Object) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
equals(Object) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
equals(Object) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
equals(Object) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
equals(Object) - Method in class feast.proto.core.EntityProto.Entity
 
equals(Object) - Method in class feast.proto.core.EntityProto.EntityMeta
 
equals(Object) - Method in class feast.proto.core.EntityProto.EntitySpecV2
 
equals(Object) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
equals(Object) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
equals(Object) - Method in class feast.proto.core.FeatureServiceProto.FeatureService
 
equals(Object) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
equals(Object) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
equals(Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
equals(Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
equals(Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
equals(Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
equals(Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
equals(Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
equals(Object) - Method in class feast.proto.core.FeatureTableProto.FeatureTable
 
equals(Object) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
equals(Object) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
equals(Object) - Method in class feast.proto.core.FeatureViewProto.FeatureView
 
equals(Object) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
equals(Object) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
equals(Object) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
equals(Object) - Method in class feast.proto.core.InfraObjectProto.Infra
 
equals(Object) - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
equals(Object) - Method in class feast.proto.core.InfraObjectProto.InfraObject
 
equals(Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
equals(Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
equals(Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
equals(Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
equals(Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
equals(Object) - Method in class feast.proto.core.RegistryProto.Registry
 
equals(Object) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
equals(Object) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
equals(Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
equals(Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
equals(Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
equals(Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
equals(Object) - Method in class feast.proto.core.SqliteTableProto.SqliteTable
 
equals(Object) - Method in class feast.proto.core.StoreProto.Store
 
equals(Object) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
equals(Object) - Method in class feast.proto.core.StoreProto.Store.RedisConfig
 
equals(Object) - Method in class feast.proto.core.StoreProto.Store.Subscription
 
equals(Object) - Method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
equals(Object) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
equals(Object) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
equals(Object) - Method in class feast.proto.core.ValidationProfile.ValidationReference
 
equals(Object) - Method in class feast.proto.serving.ServingAPIProto.FeatureList
 
equals(Object) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
equals(Object) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
equals(Object) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
equals(Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
equals(Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
equals(Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
equals(Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
equals(Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
equals(Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
equals(Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
equals(Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
equals(Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
equals(Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
equals(Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
equals(Object) - Method in class feast.proto.storage.RedisProto.RedisKeyV2
 
equals(Object) - Method in class feast.proto.types.EntityKeyProto.EntityKey
 
equals(Object) - Method in class feast.proto.types.FieldProto.Field
 
equals(Object) - Method in class feast.proto.types.ValueProto.BoolList
 
equals(Object) - Method in class feast.proto.types.ValueProto.BytesList
 
equals(Object) - Method in class feast.proto.types.ValueProto.DoubleList
 
equals(Object) - Method in class feast.proto.types.ValueProto.FloatList
 
equals(Object) - Method in class feast.proto.types.ValueProto.Int32List
 
equals(Object) - Method in class feast.proto.types.ValueProto.Int64List
 
equals(Object) - Method in class feast.proto.types.ValueProto.RepeatedValue
 
equals(Object) - Method in class feast.proto.types.ValueProto.StringList
 
equals(Object) - Method in class feast.proto.types.ValueProto.Value
 
equals(Object) - Method in class feast.proto.types.ValueProto.ValueType
 
equals(Object) - Method in class grpc.connector.Connector.ConnectorFeature
 
equals(Object) - Method in class grpc.connector.Connector.ConnectorFeatureList
 
equals(Object) - Method in class grpc.connector.Connector.OnlineReadRequest
 
equals(Object) - Method in class grpc.connector.Connector.OnlineReadResponse
 
EVENT_TIMESTAMPS_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
EXCLUDE_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.Subscription
 
EXPECTATION_SUITE_FIELD_NUMBER - Static variable in class feast.proto.core.ValidationProfile.GEValidationProfile
 

F

FALLBACK_PREFIX_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
feast.proto.core - package feast.proto.core
 
feast.proto.serving - package feast.proto.serving
 
feast.proto.storage - package feast.proto.storage
 
feast.proto.types - package feast.proto.types
 
FEATURE_COLUMNS_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
FEATURE_NAME_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
FEATURE_NAMES_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
FEATURE_SERVICE - feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.KindCase
 
FEATURE_SERVICE_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
FEATURE_SERVICE_NAME_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
FEATURE_SERVICES_FIELD_NUMBER - Static variable in class feast.proto.core.RegistryProto.Registry
 
FEATURE_TABLES_FIELD_NUMBER - Static variable in class feast.proto.core.RegistryProto.Registry
 
FEATURE_VIEW - feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.SourceCase
 
FEATURE_VIEW_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
FEATURE_VIEW_NAME_ALIAS_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
FEATURE_VIEW_NAME_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
FEATURE_VIEW_NAME_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
FEATURE_VIEW_PROJECTION - feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.SourceCase
 
FEATURE_VIEW_PROJECTION_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
FEATURE_VIEWS_FIELD_NUMBER - Static variable in class feast.proto.core.RegistryProto.Registry
 
FEATURELIST_FIELD_NUMBER - Static variable in class grpc.connector.Connector.ConnectorFeatureList
 
FeatureProto - Class in feast.proto.core
 
FeatureProto.FeatureSpecV2 - Class in feast.proto.core
Protobuf type feast.core.FeatureSpecV2
FeatureProto.FeatureSpecV2.Builder - Class in feast.proto.core
Protobuf type feast.core.FeatureSpecV2
FeatureProto.FeatureSpecV2OrBuilder - Interface in feast.proto.core
 
FeatureReferenceProto - Class in feast.proto.core
 
FeatureReferenceProto.FeatureViewProjection - Class in feast.proto.core
A projection to be applied on top of a FeatureView.
FeatureReferenceProto.FeatureViewProjection.Builder - Class in feast.proto.core
A projection to be applied on top of a FeatureView.
FeatureReferenceProto.FeatureViewProjectionOrBuilder - Interface in feast.proto.core
 
FEATURES - feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.KindCase
 
FEATURES_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
FEATURES_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
FEATURES_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
FEATURES_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
FEATURES_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
FEATURES_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
FEATURES_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
FEATURES_FIELD_NUMBER - Static variable in class grpc.connector.Connector.OnlineReadRequest
 
FeatureServiceProto - Class in feast.proto.core
 
FeatureServiceProto.FeatureService - Class in feast.proto.core
Protobuf type feast.core.FeatureService
FeatureServiceProto.FeatureService.Builder - Class in feast.proto.core
Protobuf type feast.core.FeatureService
FeatureServiceProto.FeatureServiceMeta - Class in feast.proto.core
Protobuf type feast.core.FeatureServiceMeta
FeatureServiceProto.FeatureServiceMeta.Builder - Class in feast.proto.core
Protobuf type feast.core.FeatureServiceMeta
FeatureServiceProto.FeatureServiceMetaOrBuilder - Interface in feast.proto.core
 
FeatureServiceProto.FeatureServiceOrBuilder - Interface in feast.proto.core
 
FeatureServiceProto.FeatureServiceSpec - Class in feast.proto.core
Protobuf type feast.core.FeatureServiceSpec
FeatureServiceProto.FeatureServiceSpec.Builder - Class in feast.proto.core
Protobuf type feast.core.FeatureServiceSpec
FeatureServiceProto.FeatureServiceSpecOrBuilder - Interface in feast.proto.core
 
FeatureServiceProto.LoggingConfig - Class in feast.proto.core
Protobuf type feast.core.LoggingConfig
FeatureServiceProto.LoggingConfig.BigQueryDestination - Class in feast.proto.core
Protobuf type feast.core.LoggingConfig.BigQueryDestination
FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder - Class in feast.proto.core
Protobuf type feast.core.LoggingConfig.BigQueryDestination
FeatureServiceProto.LoggingConfig.BigQueryDestinationOrBuilder - Interface in feast.proto.core
 
FeatureServiceProto.LoggingConfig.Builder - Class in feast.proto.core
Protobuf type feast.core.LoggingConfig
FeatureServiceProto.LoggingConfig.CustomDestination - Class in feast.proto.core
Protobuf type feast.core.LoggingConfig.CustomDestination
FeatureServiceProto.LoggingConfig.CustomDestination.Builder - Class in feast.proto.core
Protobuf type feast.core.LoggingConfig.CustomDestination
FeatureServiceProto.LoggingConfig.CustomDestinationOrBuilder - Interface in feast.proto.core
 
FeatureServiceProto.LoggingConfig.DestinationCase - Enum in feast.proto.core
 
FeatureServiceProto.LoggingConfig.FileDestination - Class in feast.proto.core
Protobuf type feast.core.LoggingConfig.FileDestination
FeatureServiceProto.LoggingConfig.FileDestination.Builder - Class in feast.proto.core
Protobuf type feast.core.LoggingConfig.FileDestination
FeatureServiceProto.LoggingConfig.FileDestinationOrBuilder - Interface in feast.proto.core
 
FeatureServiceProto.LoggingConfig.RedshiftDestination - Class in feast.proto.core
Protobuf type feast.core.LoggingConfig.RedshiftDestination
FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder - Class in feast.proto.core
Protobuf type feast.core.LoggingConfig.RedshiftDestination
FeatureServiceProto.LoggingConfig.RedshiftDestinationOrBuilder - Interface in feast.proto.core
 
FeatureServiceProto.LoggingConfig.SnowflakeDestination - Class in feast.proto.core
Protobuf type feast.core.LoggingConfig.SnowflakeDestination
FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder - Class in feast.proto.core
Protobuf type feast.core.LoggingConfig.SnowflakeDestination
FeatureServiceProto.LoggingConfig.SnowflakeDestinationOrBuilder - Interface in feast.proto.core
 
FeatureServiceProto.LoggingConfigOrBuilder - Interface in feast.proto.core
 
FeatureTableProto - Class in feast.proto.core
 
FeatureTableProto.FeatureTable - Class in feast.proto.core
Protobuf type feast.core.FeatureTable
FeatureTableProto.FeatureTable.Builder - Class in feast.proto.core
Protobuf type feast.core.FeatureTable
FeatureTableProto.FeatureTableMeta - Class in feast.proto.core
Protobuf type feast.core.FeatureTableMeta
FeatureTableProto.FeatureTableMeta.Builder - Class in feast.proto.core
Protobuf type feast.core.FeatureTableMeta
FeatureTableProto.FeatureTableMetaOrBuilder - Interface in feast.proto.core
 
FeatureTableProto.FeatureTableOrBuilder - Interface in feast.proto.core
 
FeatureTableProto.FeatureTableSpec - Class in feast.proto.core
Protobuf type feast.core.FeatureTableSpec
FeatureTableProto.FeatureTableSpec.Builder - Class in feast.proto.core
Protobuf type feast.core.FeatureTableSpec
FeatureTableProto.FeatureTableSpecOrBuilder - Interface in feast.proto.core
 
FeatureViewProto - Class in feast.proto.core
 
FeatureViewProto.FeatureView - Class in feast.proto.core
Protobuf type feast.core.FeatureView
FeatureViewProto.FeatureView.Builder - Class in feast.proto.core
Protobuf type feast.core.FeatureView
FeatureViewProto.FeatureViewMeta - Class in feast.proto.core
Protobuf type feast.core.FeatureViewMeta
FeatureViewProto.FeatureViewMeta.Builder - Class in feast.proto.core
Protobuf type feast.core.FeatureViewMeta
FeatureViewProto.FeatureViewMetaOrBuilder - Interface in feast.proto.core
 
FeatureViewProto.FeatureViewOrBuilder - Interface in feast.proto.core
 
FeatureViewProto.FeatureViewSpec - Class in feast.proto.core
Next available id: 12 TODO(adchia): refactor common fields from this and ODFV into separate metadata proto
FeatureViewProto.FeatureViewSpec.Builder - Class in feast.proto.core
Next available id: 12 TODO(adchia): refactor common fields from this and ODFV into separate metadata proto
FeatureViewProto.FeatureViewSpecOrBuilder - Interface in feast.proto.core
 
FeatureViewProto.MaterializationInterval - Class in feast.proto.core
Protobuf type feast.core.MaterializationInterval
FeatureViewProto.MaterializationInterval.Builder - Class in feast.proto.core
Protobuf type feast.core.MaterializationInterval
FeatureViewProto.MaterializationIntervalOrBuilder - Interface in feast.proto.core
 
FIELD_FIELD_NUMBER - Static variable in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
FIELD_MAPPING_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
FieldProto - Class in feast.proto.types
 
FieldProto.Field - Class in feast.proto.types
Protobuf type feast.types.Field
FieldProto.Field.Builder - Class in feast.proto.types
Protobuf type feast.types.Field
FieldProto.FieldOrBuilder - Interface in feast.proto.types
 
FIELDS_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
FILE_DESTINATION - feast.proto.core.FeatureServiceProto.LoggingConfig.DestinationCase
 
FILE_DESTINATION_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
FILE_FORMAT_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
FILE_FORMAT_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
FILE_OPTIONS - feast.proto.core.DataSourceProto.DataSource.OptionsCase
 
FILE_OPTIONS_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
FILE_STORAGE - feast.proto.core.SavedDatasetProto.SavedDatasetStorage.KindCase
 
FILE_STORAGE_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
FLOAT - feast.proto.types.ValueProto.ValueType.Enum
FLOAT = 6;
FLOAT_LIST - feast.proto.types.ValueProto.ValueType.Enum
FLOAT_LIST = 16;
FLOAT_LIST_VAL - feast.proto.types.ValueProto.Value.ValCase
 
FLOAT_LIST_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
FLOAT_LIST_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
FLOAT_LIST = 16;
FLOAT_VAL - feast.proto.types.ValueProto.Value.ValCase
 
FLOAT_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
FLOAT_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
FLOAT = 6;
FLUSH_FREQUENCY_SECONDS_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
FLUSH_FREQUENCY_SECONDS_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.RedisConfig
 
FORMAT_NOT_SET - feast.proto.core.DataFormatProto.FileFormat.FormatCase
 
FORMAT_NOT_SET - feast.proto.core.DataFormatProto.StreamFormat.FormatCase
 
forNumber(int) - Static method in enum feast.proto.core.DataFormatProto.FileFormat.FormatCase
 
forNumber(int) - Static method in enum feast.proto.core.DataFormatProto.StreamFormat.FormatCase
 
forNumber(int) - Static method in enum feast.proto.core.DataSourceProto.DataSource.OptionsCase
 
forNumber(int) - Static method in enum feast.proto.core.DataSourceProto.DataSource.SourceType
 
forNumber(int) - Static method in enum feast.proto.core.FeatureServiceProto.LoggingConfig.DestinationCase
 
forNumber(int) - Static method in enum feast.proto.core.InfraObjectProto.InfraObject.InfraObjectCase
 
forNumber(int) - Static method in enum feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.SourceCase
 
forNumber(int) - Static method in enum feast.proto.core.SavedDatasetProto.SavedDatasetStorage.KindCase
 
forNumber(int) - Static method in enum feast.proto.core.StoreProto.Store.ConfigCase
 
forNumber(int) - Static method in enum feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
 
forNumber(int) - Static method in enum feast.proto.core.StoreProto.Store.StoreType
 
forNumber(int) - Static method in enum feast.proto.core.ValidationProfile.ValidationReference.ProfilerCase
 
forNumber(int) - Static method in enum feast.proto.serving.ServingAPIProto.FieldStatus
 
forNumber(int) - Static method in enum feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.KindCase
 
forNumber(int) - Static method in enum feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
 
forNumber(int) - Static method in enum feast.proto.serving.TransformationServiceAPIProto.ValueType.ValueCase
 
forNumber(int) - Static method in enum feast.proto.types.ValueProto.Null
 
forNumber(int) - Static method in enum feast.proto.types.ValueProto.Value.ValCase
 
forNumber(int) - Static method in enum feast.proto.types.ValueProto.ValueType.Enum
 
FULL_FEATURE_NAMES_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
FULL_FEATURE_NAMES_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 

G

GE_PROFILER - feast.proto.core.ValidationProfile.ValidationReference.ProfilerCase
 
GE_PROFILER_FIELD_NUMBER - Static variable in class feast.proto.core.ValidationProfile.ValidationReference
 
getArrowValue() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
Having a oneOf provides forward compatibility if we need to support compound types that are not supported by arrow natively.
getArrowValue() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
Having a oneOf provides forward compatibility if we need to support compound types that are not supported by arrow natively.
getArrowValue() - Method in interface feast.proto.serving.TransformationServiceAPIProto.ValueTypeOrBuilder
Having a oneOf provides forward compatibility if we need to support compound types that are not supported by arrow natively.
getAvroFormat() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.AvroFormat avro_format = 1;
getAvroFormat() - Method in class feast.proto.core.DataFormatProto.StreamFormat
.feast.core.StreamFormat.AvroFormat avro_format = 1;
getAvroFormat() - Method in interface feast.proto.core.DataFormatProto.StreamFormatOrBuilder
.feast.core.StreamFormat.AvroFormat avro_format = 1;
getAvroFormatBuilder() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.AvroFormat avro_format = 1;
getAvroFormatOrBuilder() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.AvroFormat avro_format = 1;
getAvroFormatOrBuilder() - Method in class feast.proto.core.DataFormatProto.StreamFormat
.feast.core.StreamFormat.AvroFormat avro_format = 1;
getAvroFormatOrBuilder() - Method in interface feast.proto.core.DataFormatProto.StreamFormatOrBuilder
.feast.core.StreamFormat.AvroFormat avro_format = 1;
getBatchSource() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Optional batch source for streaming sources for historical features and materialization.
getBatchSource() - Method in class feast.proto.core.DataSourceProto.DataSource
Optional batch source for streaming sources for historical features and materialization.
getBatchSource() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Optional batch source for streaming sources for historical features and materialization.
getBatchSource() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Batch/Offline DataSource to source batch/offline feature data.
getBatchSource() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
Batch/Offline DataSource to source batch/offline feature data.
getBatchSource() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
Batch/Offline DataSource to source batch/offline feature data.
getBatchSource() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Batch/Offline DataSource where this view can retrieve offline feature data.
getBatchSource() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Batch/Offline DataSource where this view can retrieve offline feature data.
getBatchSource() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Batch/Offline DataSource where this view can retrieve offline feature data.
getBatchSourceBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Optional batch source for streaming sources for historical features and materialization.
getBatchSourceBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Batch/Offline DataSource to source batch/offline feature data.
getBatchSourceBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Batch/Offline DataSource where this view can retrieve offline feature data.
getBatchSourceOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Optional batch source for streaming sources for historical features and materialization.
getBatchSourceOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource
Optional batch source for streaming sources for historical features and materialization.
getBatchSourceOrBuilder() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Optional batch source for streaming sources for historical features and materialization.
getBatchSourceOrBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Batch/Offline DataSource to source batch/offline feature data.
getBatchSourceOrBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
Batch/Offline DataSource to source batch/offline feature data.
getBatchSourceOrBuilder() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
Batch/Offline DataSource to source batch/offline feature data.
getBatchSourceOrBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Batch/Offline DataSource where this view can retrieve offline feature data.
getBatchSourceOrBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Batch/Offline DataSource where this view can retrieve offline feature data.
getBatchSourceOrBuilder() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Batch/Offline DataSource where this view can retrieve offline feature data.
getBigqueryDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
getBigqueryDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
getBigqueryDestination() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
getBigqueryDestinationBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
getBigqueryDestinationOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
getBigqueryDestinationOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
getBigqueryDestinationOrBuilder() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
getBigqueryOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.BigQueryOptions bigquery_options = 12;
getBigqueryOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.BigQueryOptions bigquery_options = 12;
getBigqueryOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.BigQueryOptions bigquery_options = 12;
getBigqueryOptionsBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.BigQueryOptions bigquery_options = 12;
getBigqueryOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.BigQueryOptions bigquery_options = 12;
getBigqueryOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.BigQueryOptions bigquery_options = 12;
getBigqueryOptionsOrBuilder() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.BigQueryOptions bigquery_options = 12;
getBigqueryStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;
getBigqueryStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;
getBigqueryStorage() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;
getBigqueryStorageBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;
getBigqueryStorageOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;
getBigqueryStorageOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;
getBigqueryStorageOrBuilder() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;
getBody() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
The python-syntax function body (serialized by dill)
getBody() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
The python-syntax function body (serialized by dill)
getBody() - Method in interface feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunctionOrBuilder
The python-syntax function body (serialized by dill)
getBody() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
The python-syntax function body (serialized by dill)
getBody() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
The python-syntax function body (serialized by dill)
getBody() - Method in interface feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfilerOrBuilder
The python-syntax function body (serialized by dill)
getBoolListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BoolList bool_list_val = 17;
getBoolListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.BoolList bool_list_val = 17;
getBoolListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.BoolList bool_list_val = 17;
getBoolListValBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BoolList bool_list_val = 17;
getBoolListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BoolList bool_list_val = 17;
getBoolListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value
.feast.types.BoolList bool_list_val = 17;
getBoolListValOrBuilder() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.BoolList bool_list_val = 17;
getBoolVal() - Method in class feast.proto.types.ValueProto.Value.Builder
bool bool_val = 7;
getBoolVal() - Method in class feast.proto.types.ValueProto.Value
bool bool_val = 7;
getBoolVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
bool bool_val = 7;
getBootstrapServers() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Comma separated list of Kafka bootstrap servers.
getBootstrapServers() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
Comma separated list of Kafka bootstrap servers.
getBootstrapServers() - Method in interface feast.proto.core.DataSourceProto.DataSource.KafkaOptionsOrBuilder
Comma separated list of Kafka bootstrap servers.
getBootstrapServersBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Comma separated list of Kafka bootstrap servers.
getBootstrapServersBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
Comma separated list of Kafka bootstrap servers.
getBootstrapServersBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.KafkaOptionsOrBuilder
Comma separated list of Kafka bootstrap servers.
getBytesListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BytesList bytes_list_val = 11;
getBytesListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.BytesList bytes_list_val = 11;
getBytesListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.BytesList bytes_list_val = 11;
getBytesListValBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BytesList bytes_list_val = 11;
getBytesListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BytesList bytes_list_val = 11;
getBytesListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value
.feast.types.BytesList bytes_list_val = 11;
getBytesListValOrBuilder() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.BytesList bytes_list_val = 11;
getBytesVal() - Method in class feast.proto.types.ValueProto.Value.Builder
bytes bytes_val = 1;
getBytesVal() - Method in class feast.proto.types.ValueProto.Value
bytes bytes_val = 1;
getBytesVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
bytes bytes_val = 1;
getClassPath() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream message
getClassPath() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream message
getClassPath() - Method in interface feast.proto.core.DataFormatProto.StreamFormat.ProtoFormatOrBuilder
Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream message
getClassPathBytes() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream message
getClassPathBytes() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream message
getClassPathBytes() - Method in interface feast.proto.core.DataFormatProto.StreamFormat.ProtoFormatOrBuilder
Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream message
getConfig() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
Deprecated.
getConfig() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
Deprecated.
getConfig() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestinationOrBuilder
Deprecated.
getConfigCase() - Method in class feast.proto.core.StoreProto.Store.Builder
 
getConfigCase() - Method in class feast.proto.core.StoreProto.Store
 
getConfigCase() - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
 
getConfigCount() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
getConfigCount() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
getConfigCount() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestinationOrBuilder
map<string, string> config = 2;
getConfigMap() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
map<string, string> config = 2;
getConfigMap() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
map<string, string> config = 2;
getConfigMap() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestinationOrBuilder
map<string, string> config = 2;
getConfigOrDefault(String, String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
map<string, string> config = 2;
getConfigOrDefault(String, String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
map<string, string> config = 2;
getConfigOrDefault(String, String) - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestinationOrBuilder
map<string, string> config = 2;
getConfigOrThrow(String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
map<string, string> config = 2;
getConfigOrThrow(String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
map<string, string> config = 2;
getConfigOrThrow(String) - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestinationOrBuilder
map<string, string> config = 2;
getConfiguration() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
Serialized configuration information for the data source.
getConfiguration() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
Serialized configuration information for the data source.
getConfiguration() - Method in interface feast.proto.core.DataSourceProto.DataSource.CustomSourceOptionsOrBuilder
Serialized configuration information for the data source.
getConnectionString() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
List of Redis Uri for all the nodes in Redis Cluster, comma separated.
getConnectionString() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
List of Redis Uri for all the nodes in Redis Cluster, comma separated.
getConnectionString() - Method in interface feast.proto.core.StoreProto.Store.RedisClusterConfigOrBuilder
List of Redis Uri for all the nodes in Redis Cluster, comma separated.
getConnectionStringBytes() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
List of Redis Uri for all the nodes in Redis Cluster, comma separated.
getConnectionStringBytes() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
List of Redis Uri for all the nodes in Redis Cluster, comma separated.
getConnectionStringBytes() - Method in interface feast.proto.core.StoreProto.Store.RedisClusterConfigOrBuilder
List of Redis Uri for all the nodes in Redis Cluster, comma separated.
getCreatedTimestamp() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp created_timestamp = 1;
getCreatedTimestamp() - Method in class feast.proto.core.EntityProto.EntityMeta
.google.protobuf.Timestamp created_timestamp = 1;
getCreatedTimestamp() - Method in interface feast.proto.core.EntityProto.EntityMetaOrBuilder
.google.protobuf.Timestamp created_timestamp = 1;
getCreatedTimestamp() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is created
getCreatedTimestamp() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
Time where this Feature Service is created
getCreatedTimestamp() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceMetaOrBuilder
Time where this Feature Service is created
getCreatedTimestamp() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is created
getCreatedTimestamp() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
Time where this Feature Table is created
getCreatedTimestamp() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableMetaOrBuilder
Time where this Feature Table is created
getCreatedTimestamp() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is created
getCreatedTimestamp() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
Time where this Feature View is created
getCreatedTimestamp() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewMetaOrBuilder
Time where this Feature View is created
getCreatedTimestamp() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is created
getCreatedTimestamp() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
Time where this Feature View is created
getCreatedTimestamp() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMetaOrBuilder
Time where this Feature View is created
getCreatedTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is created
getCreatedTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
Time when this saved dataset is created
getCreatedTimestamp() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetMetaOrBuilder
Time when this saved dataset is created
getCreatedTimestampBuilder() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp created_timestamp = 1;
getCreatedTimestampBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is created
getCreatedTimestampBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is created
getCreatedTimestampBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is created
getCreatedTimestampBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is created
getCreatedTimestampBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is created
getCreatedTimestampColumn() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Must specify creation timestamp column name
getCreatedTimestampColumn() - Method in class feast.proto.core.DataSourceProto.DataSource
Must specify creation timestamp column name
getCreatedTimestampColumn() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Must specify creation timestamp column name
getCreatedTimestampColumnBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Must specify creation timestamp column name
getCreatedTimestampColumnBytes() - Method in class feast.proto.core.DataSourceProto.DataSource
Must specify creation timestamp column name
getCreatedTimestampColumnBytes() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Must specify creation timestamp column name
getCreatedTimestampOrBuilder() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp created_timestamp = 1;
getCreatedTimestampOrBuilder() - Method in class feast.proto.core.EntityProto.EntityMeta
.google.protobuf.Timestamp created_timestamp = 1;
getCreatedTimestampOrBuilder() - Method in interface feast.proto.core.EntityProto.EntityMetaOrBuilder
.google.protobuf.Timestamp created_timestamp = 1;
getCreatedTimestampOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is created
getCreatedTimestampOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
Time where this Feature Service is created
getCreatedTimestampOrBuilder() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceMetaOrBuilder
Time where this Feature Service is created
getCreatedTimestampOrBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is created
getCreatedTimestampOrBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
Time where this Feature Table is created
getCreatedTimestampOrBuilder() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableMetaOrBuilder
Time where this Feature Table is created
getCreatedTimestampOrBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is created
getCreatedTimestampOrBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
Time where this Feature View is created
getCreatedTimestampOrBuilder() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewMetaOrBuilder
Time where this Feature View is created
getCreatedTimestampOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is created
getCreatedTimestampOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
Time where this Feature View is created
getCreatedTimestampOrBuilder() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMetaOrBuilder
Time where this Feature View is created
getCreatedTimestampOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is created
getCreatedTimestampOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
Time when this saved dataset is created
getCreatedTimestampOrBuilder() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetMetaOrBuilder
Time when this saved dataset is created
getCustomDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;
getCustomDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;
getCustomDestination() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;
getCustomDestinationBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;
getCustomDestinationOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;
getCustomDestinationOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;
getCustomDestinationOrBuilder() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;
getCustomInfra() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.InfraObject.CustomInfra custom_infra = 100;
getCustomInfra() - Method in class feast.proto.core.InfraObjectProto.InfraObject
.feast.core.InfraObject.CustomInfra custom_infra = 100;
getCustomInfra() - Method in interface feast.proto.core.InfraObjectProto.InfraObjectOrBuilder
.feast.core.InfraObject.CustomInfra custom_infra = 100;
getCustomInfraBuilder() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.InfraObject.CustomInfra custom_infra = 100;
getCustomInfraOrBuilder() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.InfraObject.CustomInfra custom_infra = 100;
getCustomInfraOrBuilder() - Method in class feast.proto.core.InfraObjectProto.InfraObject
.feast.core.InfraObject.CustomInfra custom_infra = 100;
getCustomInfraOrBuilder() - Method in interface feast.proto.core.InfraObjectProto.InfraObjectOrBuilder
.feast.core.InfraObject.CustomInfra custom_infra = 100;
getCustomOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.CustomSourceOptions custom_options = 16;
getCustomOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.CustomSourceOptions custom_options = 16;
getCustomOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.CustomSourceOptions custom_options = 16;
getCustomOptionsBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.CustomSourceOptions custom_options = 16;
getCustomOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.CustomSourceOptions custom_options = 16;
getCustomOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.CustomSourceOptions custom_options = 16;
getCustomOptionsOrBuilder() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.CustomSourceOptions custom_options = 16;
getDatabase() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
Redshift database name
getDatabase() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
Redshift database name
getDatabase() - Method in interface feast.proto.core.DataSourceProto.DataSource.RedshiftOptionsOrBuilder
Redshift database name
getDatabase() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake schema name
getDatabase() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
Snowflake schema name
getDatabase() - Method in interface feast.proto.core.DataSourceProto.DataSource.SnowflakeOptionsOrBuilder
Snowflake schema name
getDatabaseBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
Redshift database name
getDatabaseBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
Redshift database name
getDatabaseBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.RedshiftOptionsOrBuilder
Redshift database name
getDatabaseBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake schema name
getDatabaseBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
Snowflake schema name
getDatabaseBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.SnowflakeOptionsOrBuilder
Snowflake schema name
getDataset() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.SavedDataset dataset = 1;
getDataset() - Method in class feast.proto.core.ValidationProfile.ValidationReference
.feast.core.SavedDataset dataset = 1;
getDataset() - Method in interface feast.proto.core.ValidationProfile.ValidationReferenceOrBuilder
.feast.core.SavedDataset dataset = 1;
getDatasetBuilder() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.SavedDataset dataset = 1;
getDatasetOrBuilder() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.SavedDataset dataset = 1;
getDatasetOrBuilder() - Method in class feast.proto.core.ValidationProfile.ValidationReference
.feast.core.SavedDataset dataset = 1;
getDatasetOrBuilder() - Method in interface feast.proto.core.ValidationProfile.ValidationReferenceOrBuilder
.feast.core.SavedDataset dataset = 1;
getDataSourceClassType() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
This is an internal field that is represents the python class for the data source object a proto object represents.
getDataSourceClassType() - Method in class feast.proto.core.DataSourceProto.DataSource
This is an internal field that is represents the python class for the data source object a proto object represents.
getDataSourceClassType() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
This is an internal field that is represents the python class for the data source object a proto object represents.
getDataSourceClassTypeBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
This is an internal field that is represents the python class for the data source object a proto object represents.
getDataSourceClassTypeBytes() - Method in class feast.proto.core.DataSourceProto.DataSource
This is an internal field that is represents the python class for the data source object a proto object represents.
getDataSourceClassTypeBytes() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
This is an internal field that is represents the python class for the data source object a proto object represents.
getDataSources(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
getDataSources(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.DataSource data_sources = 12;
getDataSources(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.DataSource data_sources = 12;
getDataSourcesBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
getDataSourcesBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
getDataSourcesCount() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
getDataSourcesCount() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.DataSource data_sources = 12;
getDataSourcesCount() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.DataSource data_sources = 12;
getDataSourcesList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
getDataSourcesList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.DataSource data_sources = 12;
getDataSourcesList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.DataSource data_sources = 12;
getDataSourcesOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
getDataSourcesOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.DataSource data_sources = 12;
getDataSourcesOrBuilder(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.DataSource data_sources = 12;
getDataSourcesOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
getDataSourcesOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.DataSource data_sources = 12;
getDataSourcesOrBuilderList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.DataSource data_sources = 12;
getDatastoreTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DatastoreTable datastore_table = 3;
getDatastoreTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject
.feast.core.DatastoreTable datastore_table = 3;
getDatastoreTable() - Method in interface feast.proto.core.InfraObjectProto.InfraObjectOrBuilder
.feast.core.DatastoreTable datastore_table = 3;
getDatastoreTableBuilder() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DatastoreTable datastore_table = 3;
getDatastoreTableOrBuilder() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DatastoreTable datastore_table = 3;
getDatastoreTableOrBuilder() - Method in class feast.proto.core.InfraObjectProto.InfraObject
.feast.core.DatastoreTable datastore_table = 3;
getDatastoreTableOrBuilder() - Method in interface feast.proto.core.InfraObjectProto.InfraObjectOrBuilder
.feast.core.DatastoreTable datastore_table = 3;
getDatePartitionColumn() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
(Optional) Specify partition column useful for file sources
getDatePartitionColumn() - Method in class feast.proto.core.DataSourceProto.DataSource
(Optional) Specify partition column useful for file sources
getDatePartitionColumn() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
(Optional) Specify partition column useful for file sources
getDatePartitionColumnBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
(Optional) Specify partition column useful for file sources
getDatePartitionColumnBytes() - Method in class feast.proto.core.DataSourceProto.DataSource
(Optional) Specify partition column useful for file sources
getDatePartitionColumnBytes() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
(Optional) Specify partition column useful for file sources
getDefaultInstance() - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
getDefaultInstance() - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
getDefaultInstance() - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
getDefaultInstance() - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
getDefaultInstance() - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
getDefaultInstance() - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
getDefaultInstance() - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
getDefaultInstance() - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
getDefaultInstance() - Static method in class feast.proto.core.DataSourceProto.DataSource
 
getDefaultInstance() - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
getDefaultInstance() - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
getDefaultInstance() - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
getDefaultInstance() - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
getDefaultInstance() - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
getDefaultInstance() - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
getDefaultInstance() - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
getDefaultInstance() - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
getDefaultInstance() - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
getDefaultInstance() - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
getDefaultInstance() - Static method in class feast.proto.core.EntityProto.Entity
 
getDefaultInstance() - Static method in class feast.proto.core.EntityProto.EntityMeta
 
getDefaultInstance() - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
getDefaultInstance() - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
getDefaultInstance() - Static method in class feast.proto.core.InfraObjectProto.Infra
 
getDefaultInstance() - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
getDefaultInstance() - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
getDefaultInstance() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
getDefaultInstance() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
getDefaultInstance() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
getDefaultInstance() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
getDefaultInstance() - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
getDefaultInstance() - Static method in class feast.proto.core.RegistryProto.Registry
 
getDefaultInstance() - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
getDefaultInstance() - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
getDefaultInstance() - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
getDefaultInstance() - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
getDefaultInstance() - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
getDefaultInstance() - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
getDefaultInstance() - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
getDefaultInstance() - Static method in class feast.proto.core.StoreProto.Store
 
getDefaultInstance() - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
getDefaultInstance() - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
getDefaultInstance() - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
getDefaultInstance() - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
getDefaultInstance() - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
getDefaultInstance() - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
getDefaultInstance() - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
getDefaultInstance() - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
getDefaultInstance() - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
getDefaultInstance() - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
getDefaultInstance() - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
getDefaultInstance() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
getDefaultInstance() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
getDefaultInstance() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
getDefaultInstance() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
getDefaultInstance() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
getDefaultInstance() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
getDefaultInstance() - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
getDefaultInstance() - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
getDefaultInstance() - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
getDefaultInstance() - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
getDefaultInstance() - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
getDefaultInstance() - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
getDefaultInstance() - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
getDefaultInstance() - Static method in class feast.proto.types.FieldProto.Field
 
getDefaultInstance() - Static method in class feast.proto.types.ValueProto.BoolList
 
getDefaultInstance() - Static method in class feast.proto.types.ValueProto.BytesList
 
getDefaultInstance() - Static method in class feast.proto.types.ValueProto.DoubleList
 
getDefaultInstance() - Static method in class feast.proto.types.ValueProto.FloatList
 
getDefaultInstance() - Static method in class feast.proto.types.ValueProto.Int32List
 
getDefaultInstance() - Static method in class feast.proto.types.ValueProto.Int64List
 
getDefaultInstance() - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
getDefaultInstance() - Static method in class feast.proto.types.ValueProto.StringList
 
getDefaultInstance() - Static method in class feast.proto.types.ValueProto.Value
 
getDefaultInstance() - Static method in class feast.proto.types.ValueProto.ValueType
 
getDefaultInstance() - Static method in class grpc.connector.Connector.ConnectorFeature
 
getDefaultInstance() - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
getDefaultInstance() - Static method in class grpc.connector.Connector.OnlineReadRequest
 
getDefaultInstance() - Static method in class grpc.connector.Connector.OnlineReadResponse
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataFormatProto.FileFormat
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataFormatProto.StreamFormat
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
getDefaultInstanceForType() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
getDefaultInstanceForType() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
getDefaultInstanceForType() - Method in class feast.proto.core.EntityProto.Entity.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.EntityProto.Entity
 
getDefaultInstanceForType() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.EntityProto.EntityMeta
 
getDefaultInstanceForType() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.EntityProto.EntitySpecV2
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.FeatureService
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureTableProto.FeatureTable
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureViewProto.FeatureView
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
getDefaultInstanceForType() - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.InfraObjectProto.Infra
 
getDefaultInstanceForType() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
getDefaultInstanceForType() - Method in class feast.proto.core.InfraObjectProto.InfraObject
 
getDefaultInstanceForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
getDefaultInstanceForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
getDefaultInstanceForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
getDefaultInstanceForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
getDefaultInstanceForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
getDefaultInstanceForType() - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.RegistryProto.Registry
 
getDefaultInstanceForType() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
getDefaultInstanceForType() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
getDefaultInstanceForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
getDefaultInstanceForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
getDefaultInstanceForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
getDefaultInstanceForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
getDefaultInstanceForType() - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.SqliteTableProto.SqliteTable
 
getDefaultInstanceForType() - Method in class feast.proto.core.StoreProto.Store.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.StoreProto.Store
 
getDefaultInstanceForType() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
getDefaultInstanceForType() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
 
getDefaultInstanceForType() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.StoreProto.Store.Subscription
 
getDefaultInstanceForType() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
getDefaultInstanceForType() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
getDefaultInstanceForType() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
getDefaultInstanceForType() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.core.ValidationProfile.ValidationReference
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.FeatureList
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
getDefaultInstanceForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
getDefaultInstanceForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
getDefaultInstanceForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
getDefaultInstanceForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
getDefaultInstanceForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
getDefaultInstanceForType() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
 
getDefaultInstanceForType() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.types.EntityKeyProto.EntityKey
 
getDefaultInstanceForType() - Method in class feast.proto.types.FieldProto.Field.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.types.FieldProto.Field
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.BoolList
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.BytesList
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.DoubleList
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.FloatList
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.Int32List
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.Int64List
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.RepeatedValue
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.StringList.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.StringList
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.Value.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.Value
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
getDefaultInstanceForType() - Method in class feast.proto.types.ValueProto.ValueType
 
getDefaultInstanceForType() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
getDefaultInstanceForType() - Method in class grpc.connector.Connector.ConnectorFeature
 
getDefaultInstanceForType() - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
getDefaultInstanceForType() - Method in class grpc.connector.Connector.ConnectorFeatureList
 
getDefaultInstanceForType() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
getDefaultInstanceForType() - Method in class grpc.connector.Connector.OnlineReadRequest
 
getDefaultInstanceForType() - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
getDefaultInstanceForType() - Method in class grpc.connector.Connector.OnlineReadResponse
 
getDeprecatedSchema() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Deprecated.
getDeprecatedSchema() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
Deprecated.
getDeprecatedSchema() - Method in interface feast.proto.core.DataSourceProto.DataSource.RequestDataOptionsOrBuilder
Deprecated.
getDeprecatedSchemaCount() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
getDeprecatedSchemaCount() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
getDeprecatedSchemaCount() - Method in interface feast.proto.core.DataSourceProto.DataSource.RequestDataOptionsOrBuilder
Mapping of feature name to type
getDeprecatedSchemaMap() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Mapping of feature name to type
getDeprecatedSchemaMap() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
Mapping of feature name to type
getDeprecatedSchemaMap() - Method in interface feast.proto.core.DataSourceProto.DataSource.RequestDataOptionsOrBuilder
Mapping of feature name to type
getDeprecatedSchemaOrDefault(String, ValueProto.ValueType.Enum) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Mapping of feature name to type
getDeprecatedSchemaOrDefault(String, ValueProto.ValueType.Enum) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
Mapping of feature name to type
getDeprecatedSchemaOrDefault(String, ValueProto.ValueType.Enum) - Method in interface feast.proto.core.DataSourceProto.DataSource.RequestDataOptionsOrBuilder
Mapping of feature name to type
getDeprecatedSchemaOrThrow(String) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Mapping of feature name to type
getDeprecatedSchemaOrThrow(String) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
Mapping of feature name to type
getDeprecatedSchemaOrThrow(String) - Method in interface feast.proto.core.DataSourceProto.DataSource.RequestDataOptionsOrBuilder
Mapping of feature name to type
getDeprecatedSchemaValue() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Deprecated.
getDeprecatedSchemaValue() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
Deprecated.
getDeprecatedSchemaValue() - Method in interface feast.proto.core.DataSourceProto.DataSource.RequestDataOptionsOrBuilder
Deprecated.
getDeprecatedSchemaValueMap() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Mapping of feature name to type
getDeprecatedSchemaValueMap() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
Mapping of feature name to type
getDeprecatedSchemaValueMap() - Method in interface feast.proto.core.DataSourceProto.DataSource.RequestDataOptionsOrBuilder
Mapping of feature name to type
getDeprecatedSchemaValueOrDefault(String, int) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Mapping of feature name to type
getDeprecatedSchemaValueOrDefault(String, int) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
Mapping of feature name to type
getDeprecatedSchemaValueOrDefault(String, int) - Method in interface feast.proto.core.DataSourceProto.DataSource.RequestDataOptionsOrBuilder
Mapping of feature name to type
getDeprecatedSchemaValueOrThrow(String) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Mapping of feature name to type
getDeprecatedSchemaValueOrThrow(String) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
Mapping of feature name to type
getDeprecatedSchemaValueOrThrow(String) - Method in interface feast.proto.core.DataSourceProto.DataSource.RequestDataOptionsOrBuilder
Mapping of feature name to type
getDescription() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
string description = 23;
getDescription() - Method in class feast.proto.core.DataSourceProto.DataSource
string description = 23;
getDescription() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
string description = 23;
getDescription() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Description of the entity.
getDescription() - Method in class feast.proto.core.EntityProto.EntitySpecV2
Description of the entity.
getDescription() - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
Description of the entity.
getDescription() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Description of the feature service.
getDescription() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
Description of the feature service.
getDescription() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
Description of the feature service.
getDescription() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Description of the feature view.
getDescription() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Description of the feature view.
getDescription() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Description of the feature view.
getDescription() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Description of the on demand feature view.
getDescription() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
Description of the on demand feature view.
getDescription() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
Description of the on demand feature view.
getDescription() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Description of the request feature view.
getDescription() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
Description of the request feature view.
getDescription() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
Description of the request feature view.
getDescriptionBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
string description = 23;
getDescriptionBytes() - Method in class feast.proto.core.DataSourceProto.DataSource
string description = 23;
getDescriptionBytes() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
string description = 23;
getDescriptionBytes() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Description of the entity.
getDescriptionBytes() - Method in class feast.proto.core.EntityProto.EntitySpecV2
Description of the entity.
getDescriptionBytes() - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
Description of the entity.
getDescriptionBytes() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Description of the feature service.
getDescriptionBytes() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
Description of the feature service.
getDescriptionBytes() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
Description of the feature service.
getDescriptionBytes() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Description of the feature view.
getDescriptionBytes() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Description of the feature view.
getDescriptionBytes() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Description of the feature view.
getDescriptionBytes() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Description of the on demand feature view.
getDescriptionBytes() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
Description of the on demand feature view.
getDescriptionBytes() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
Description of the on demand feature view.
getDescriptionBytes() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Description of the request feature view.
getDescriptionBytes() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
Description of the request feature view.
getDescriptionBytes() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
Description of the request feature view.
getDescriptor() - Static method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
getDescriptor() - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
getDescriptor() - Static method in class feast.proto.core.DataFormatProto
 
getDescriptor() - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
getDescriptor() - Static method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
getDescriptor() - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
getDescriptor() - Static method in enum feast.proto.core.DataSourceProto.DataSource.SourceType
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
getDescriptor() - Static method in class feast.proto.core.DataSourceProto
 
getDescriptor() - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
getDescriptor() - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
getDescriptor() - Static method in class feast.proto.core.DatastoreTableProto
 
getDescriptor() - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
getDescriptor() - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
getDescriptor() - Static method in class feast.proto.core.DynamoDBTableProto
 
getDescriptor() - Static method in class feast.proto.core.EntityProto.Entity.Builder
 
getDescriptor() - Static method in class feast.proto.core.EntityProto.Entity
 
getDescriptor() - Static method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
getDescriptor() - Static method in class feast.proto.core.EntityProto.EntityMeta
 
getDescriptor() - Static method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
getDescriptor() - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
getDescriptor() - Static method in class feast.proto.core.EntityProto
 
getDescriptor() - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
getDescriptor() - Static method in class feast.proto.core.FeatureProto
 
getDescriptor() - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
getDescriptor() - Static method in class feast.proto.core.FeatureReferenceProto
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
getDescriptor() - Static method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
getDescriptor() - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
getDescriptor() - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
getDescriptor() - Static method in class feast.proto.core.FeatureTableProto
 
getDescriptor() - Static method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
getDescriptor() - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
getDescriptor() - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
getDescriptor() - Static method in class feast.proto.core.FeatureViewProto
 
getDescriptor() - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
getDescriptor() - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
getDescriptor() - Static method in class feast.proto.core.InfraObjectProto
 
getDescriptor() - Static method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
getDescriptor() - Static method in class feast.proto.core.InfraObjectProto.Infra
 
getDescriptor() - Static method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
getDescriptor() - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
getDescriptor() - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
getDescriptor() - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
getDescriptor() - Static method in class feast.proto.core.OnDemandFeatureViewProto
 
getDescriptor() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
getDescriptor() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
getDescriptor() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
getDescriptor() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
getDescriptor() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
getDescriptor() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
getDescriptor() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
getDescriptor() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
getDescriptor() - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
getDescriptor() - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
getDescriptor() - Static method in class feast.proto.core.RegistryProto
 
getDescriptor() - Static method in class feast.proto.core.RegistryProto.Registry.Builder
 
getDescriptor() - Static method in class feast.proto.core.RegistryProto.Registry
 
getDescriptor() - Static method in class feast.proto.core.RequestFeatureViewProto
 
getDescriptor() - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
getDescriptor() - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
getDescriptor() - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
getDescriptor() - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
getDescriptor() - Static method in class feast.proto.core.SavedDatasetProto
 
getDescriptor() - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
getDescriptor() - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
getDescriptor() - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
getDescriptor() - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
getDescriptor() - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
getDescriptor() - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
getDescriptor() - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
getDescriptor() - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
getDescriptor() - Static method in class feast.proto.core.SqliteTableProto
 
getDescriptor() - Static method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
getDescriptor() - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
getDescriptor() - Static method in class feast.proto.core.StoreProto
 
getDescriptor() - Static method in class feast.proto.core.StoreProto.Store.Builder
 
getDescriptor() - Static method in class feast.proto.core.StoreProto.Store
 
getDescriptor() - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
getDescriptor() - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
getDescriptor() - Static method in enum feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
 
getDescriptor() - Static method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
getDescriptor() - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
getDescriptor() - Static method in enum feast.proto.core.StoreProto.Store.StoreType
 
getDescriptor() - Static method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
getDescriptor() - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
getDescriptor() - Static method in class feast.proto.core.ValidationProfile
 
getDescriptor() - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
getDescriptor() - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
getDescriptor() - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
getDescriptor() - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
getDescriptor() - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
getDescriptor() - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
getDescriptor() - Static method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
getDescriptor() - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
getDescriptor() - Static method in enum feast.proto.serving.ServingAPIProto.FieldStatus
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
getDescriptor() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
getDescriptor() - Static method in class feast.proto.serving.TransformationServiceAPIProto
 
getDescriptor() - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
getDescriptor() - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
getDescriptor() - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
getDescriptor() - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
getDescriptor() - Static method in enum feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
 
getDescriptor() - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
getDescriptor() - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
getDescriptor() - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
getDescriptor() - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
getDescriptor() - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
getDescriptor() - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
getDescriptor() - Static method in class feast.proto.storage.RedisProto
 
getDescriptor() - Static method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
getDescriptor() - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
getDescriptor() - Static method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
getDescriptor() - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
getDescriptor() - Static method in class feast.proto.types.EntityKeyProto
 
getDescriptor() - Static method in class feast.proto.types.FieldProto.Field.Builder
 
getDescriptor() - Static method in class feast.proto.types.FieldProto.Field
 
getDescriptor() - Static method in class feast.proto.types.FieldProto
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.BoolList.Builder
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.BoolList
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.BytesList.Builder
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.BytesList
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.DoubleList.Builder
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.DoubleList
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.FloatList.Builder
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.FloatList
 
getDescriptor() - Static method in class feast.proto.types.ValueProto
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.Int32List.Builder
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.Int32List
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.Int64List.Builder
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.Int64List
 
getDescriptor() - Static method in enum feast.proto.types.ValueProto.Null
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.StringList.Builder
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.StringList
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.Value.Builder
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.Value
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.ValueType.Builder
 
getDescriptor() - Static method in enum feast.proto.types.ValueProto.ValueType.Enum
 
getDescriptor() - Static method in class feast.proto.types.ValueProto.ValueType
 
getDescriptor() - Static method in class grpc.connector.Connector.ConnectorFeature.Builder
 
getDescriptor() - Static method in class grpc.connector.Connector.ConnectorFeature
 
getDescriptor() - Static method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
getDescriptor() - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
getDescriptor() - Static method in class grpc.connector.Connector
 
getDescriptor() - Static method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
getDescriptor() - Static method in class grpc.connector.Connector.OnlineReadRequest
 
getDescriptor() - Static method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
getDescriptor() - Static method in class grpc.connector.Connector.OnlineReadResponse
 
getDescriptorForType() - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
getDescriptorForType() - Method in enum feast.proto.core.DataSourceProto.DataSource.SourceType
 
getDescriptorForType() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
getDescriptorForType() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
getDescriptorForType() - Method in class feast.proto.core.EntityProto.Entity.Builder
 
getDescriptorForType() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
getDescriptorForType() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
getDescriptorForType() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
getDescriptorForType() - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
getDescriptorForType() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
getDescriptorForType() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
getDescriptorForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
getDescriptorForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
getDescriptorForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
getDescriptorForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
getDescriptorForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
getDescriptorForType() - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
getDescriptorForType() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
getDescriptorForType() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
getDescriptorForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
getDescriptorForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
getDescriptorForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
getDescriptorForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
getDescriptorForType() - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
getDescriptorForType() - Method in class feast.proto.core.StoreProto.Store.Builder
 
getDescriptorForType() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
getDescriptorForType() - Method in enum feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
 
getDescriptorForType() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
getDescriptorForType() - Method in enum feast.proto.core.StoreProto.Store.StoreType
 
getDescriptorForType() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
getDescriptorForType() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
getDescriptorForType() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
getDescriptorForType() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
getDescriptorForType() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
getDescriptorForType() - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
getDescriptorForType() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
getDescriptorForType() - Method in enum feast.proto.serving.ServingAPIProto.FieldStatus
 
getDescriptorForType() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
getDescriptorForType() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
getDescriptorForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
getDescriptorForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
getDescriptorForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
getDescriptorForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
getDescriptorForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
getDescriptorForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
getDescriptorForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
getDescriptorForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
getDescriptorForType() - Method in enum feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
 
getDescriptorForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
getDescriptorForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
getDescriptorForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
getDescriptorForType() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
getDescriptorForType() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
getDescriptorForType() - Method in class feast.proto.types.FieldProto.Field.Builder
 
getDescriptorForType() - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
getDescriptorForType() - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
getDescriptorForType() - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
getDescriptorForType() - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
getDescriptorForType() - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
getDescriptorForType() - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
getDescriptorForType() - Method in enum feast.proto.types.ValueProto.Null
 
getDescriptorForType() - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
getDescriptorForType() - Method in class feast.proto.types.ValueProto.StringList.Builder
 
getDescriptorForType() - Method in class feast.proto.types.ValueProto.Value.Builder
 
getDescriptorForType() - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
getDescriptorForType() - Method in enum feast.proto.types.ValueProto.ValueType.Enum
 
getDescriptorForType() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
getDescriptorForType() - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
getDescriptorForType() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
getDescriptorForType() - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
getDestinationCase() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
getDestinationCase() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
getDestinationCase() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
 
getDoubleListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.DoubleList double_list_val = 15;
getDoubleListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.DoubleList double_list_val = 15;
getDoubleListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.DoubleList double_list_val = 15;
getDoubleListValBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.DoubleList double_list_val = 15;
getDoubleListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.DoubleList double_list_val = 15;
getDoubleListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value
.feast.types.DoubleList double_list_val = 15;
getDoubleListValOrBuilder() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.DoubleList double_list_val = 15;
getDoubleVal() - Method in class feast.proto.types.ValueProto.Value.Builder
double double_val = 5;
getDoubleVal() - Method in class feast.proto.types.ValueProto.Value
double double_val = 5;
getDoubleVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
double double_val = 5;
getDynamodbTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DynamoDBTable dynamodb_table = 2;
getDynamodbTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject
.feast.core.DynamoDBTable dynamodb_table = 2;
getDynamodbTable() - Method in interface feast.proto.core.InfraObjectProto.InfraObjectOrBuilder
.feast.core.DynamoDBTable dynamodb_table = 2;
getDynamodbTableBuilder() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DynamoDBTable dynamodb_table = 2;
getDynamodbTableOrBuilder() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DynamoDBTable dynamodb_table = 2;
getDynamodbTableOrBuilder() - Method in class feast.proto.core.InfraObjectProto.InfraObject
.feast.core.DynamoDBTable dynamodb_table = 2;
getDynamodbTableOrBuilder() - Method in interface feast.proto.core.InfraObjectProto.InfraObjectOrBuilder
.feast.core.DynamoDBTable dynamodb_table = 2;
getEnableFallback() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
getEnableFallback() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
Optional.
getEnableFallback() - Method in interface feast.proto.core.StoreProto.Store.RedisClusterConfigOrBuilder
Optional.
getEndTime() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp end_time = 2;
getEndTime() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
.google.protobuf.Timestamp end_time = 2;
getEndTime() - Method in interface feast.proto.core.FeatureViewProto.MaterializationIntervalOrBuilder
.google.protobuf.Timestamp end_time = 2;
getEndTimeBuilder() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp end_time = 2;
getEndTimeOrBuilder() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp end_time = 2;
getEndTimeOrBuilder() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
.google.protobuf.Timestamp end_time = 2;
getEndTimeOrBuilder() - Method in interface feast.proto.core.FeatureViewProto.MaterializationIntervalOrBuilder
.google.protobuf.Timestamp end_time = 2;
getEntities() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
Deprecated.
getEntities() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
Deprecated.
getEntities() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
Deprecated.
getEntities(int) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List names of entities to associate with the Features defined in this Feature Table.
getEntities(int) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
List names of entities to associate with the Features defined in this Feature Table.
getEntities(int) - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
List names of entities to associate with the Features defined in this Feature Table.
getEntities(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List names of entities to associate with the Features defined in this Feature View.
getEntities(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
List names of entities to associate with the Features defined in this Feature View.
getEntities(int) - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
List names of entities to associate with the Features defined in this Feature View.
getEntities(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
getEntities(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.Entity entities = 1;
getEntities(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.Entity entities = 1;
getEntitiesBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
getEntitiesBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
getEntitiesBytes(int) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List names of entities to associate with the Features defined in this Feature Table.
getEntitiesBytes(int) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
List names of entities to associate with the Features defined in this Feature Table.
getEntitiesBytes(int) - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
List names of entities to associate with the Features defined in this Feature Table.
getEntitiesBytes(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List names of entities to associate with the Features defined in this Feature View.
getEntitiesBytes(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
List names of entities to associate with the Features defined in this Feature View.
getEntitiesBytes(int) - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
List names of entities to associate with the Features defined in this Feature View.
getEntitiesCount() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List names of entities to associate with the Features defined in this Feature Table.
getEntitiesCount() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
List names of entities to associate with the Features defined in this Feature Table.
getEntitiesCount() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
List names of entities to associate with the Features defined in this Feature Table.
getEntitiesCount() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List names of entities to associate with the Features defined in this Feature View.
getEntitiesCount() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
List names of entities to associate with the Features defined in this Feature View.
getEntitiesCount() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
List names of entities to associate with the Features defined in this Feature View.
getEntitiesCount() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
getEntitiesCount() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.Entity entities = 1;
getEntitiesCount() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.Entity entities = 1;
getEntitiesCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
getEntitiesCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
getEntitiesCount() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
The entity data is specified in a columnar format A map of entity name -> list of values
getEntitiesList() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List names of entities to associate with the Features defined in this Feature Table.
getEntitiesList() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
List names of entities to associate with the Features defined in this Feature Table.
getEntitiesList() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
List names of entities to associate with the Features defined in this Feature Table.
getEntitiesList() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List names of entities to associate with the Features defined in this Feature View.
getEntitiesList() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
List names of entities to associate with the Features defined in this Feature View.
getEntitiesList() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
List names of entities to associate with the Features defined in this Feature View.
getEntitiesList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
getEntitiesList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.Entity entities = 1;
getEntitiesList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.Entity entities = 1;
getEntitiesMap() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
The entity data is specified in a columnar format A map of entity name -> list of values
getEntitiesMap() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
The entity data is specified in a columnar format A map of entity name -> list of values
getEntitiesMap() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
The entity data is specified in a columnar format A map of entity name -> list of values
getEntitiesOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
getEntitiesOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.Entity entities = 1;
getEntitiesOrBuilder(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.Entity entities = 1;
getEntitiesOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
getEntitiesOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.Entity entities = 1;
getEntitiesOrBuilderList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.Entity entities = 1;
getEntitiesOrDefault(String, ValueProto.RepeatedValue) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
The entity data is specified in a columnar format A map of entity name -> list of values
getEntitiesOrDefault(String, ValueProto.RepeatedValue) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
The entity data is specified in a columnar format A map of entity name -> list of values
getEntitiesOrDefault(String, ValueProto.RepeatedValue) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
The entity data is specified in a columnar format A map of entity name -> list of values
getEntitiesOrThrow(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
The entity data is specified in a columnar format A map of entity name -> list of values
getEntitiesOrThrow(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
The entity data is specified in a columnar format A map of entity name -> list of values
getEntitiesOrThrow(String) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
The entity data is specified in a columnar format A map of entity name -> list of values
getEntityKeys(int) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeys(int) - Method in class grpc.connector.Connector.OnlineReadRequest
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeys(int) - Method in interface grpc.connector.Connector.OnlineReadRequestOrBuilder
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeysBuilder(int) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeysBuilderList() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeysCount() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeysCount() - Method in class grpc.connector.Connector.OnlineReadRequest
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeysCount() - Method in interface grpc.connector.Connector.OnlineReadRequestOrBuilder
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeysList() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeysList() - Method in class grpc.connector.Connector.OnlineReadRequest
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeysList() - Method in interface grpc.connector.Connector.OnlineReadRequestOrBuilder
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeysOrBuilder(int) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeysOrBuilder(int) - Method in class grpc.connector.Connector.OnlineReadRequest
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeysOrBuilder(int) - Method in interface grpc.connector.Connector.OnlineReadRequestOrBuilder
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeysOrBuilderList() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeysOrBuilderList() - Method in class grpc.connector.Connector.OnlineReadRequest
repeated .feast.types.EntityKey entityKeys = 1;
getEntityKeysOrBuilderList() - Method in interface grpc.connector.Connector.OnlineReadRequestOrBuilder
repeated .feast.types.EntityKey entityKeys = 1;
getEntityNames(int) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated string entity_names = 2;
getEntityNames(int) - Method in class feast.proto.storage.RedisProto.RedisKeyV2
repeated string entity_names = 2;
getEntityNames(int) - Method in interface feast.proto.storage.RedisProto.RedisKeyV2OrBuilder
repeated string entity_names = 2;
getEntityNamesBytes(int) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated string entity_names = 2;
getEntityNamesBytes(int) - Method in class feast.proto.storage.RedisProto.RedisKeyV2
repeated string entity_names = 2;
getEntityNamesBytes(int) - Method in interface feast.proto.storage.RedisProto.RedisKeyV2OrBuilder
repeated string entity_names = 2;
getEntityNamesCount() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated string entity_names = 2;
getEntityNamesCount() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
repeated string entity_names = 2;
getEntityNamesCount() - Method in interface feast.proto.storage.RedisProto.RedisKeyV2OrBuilder
repeated string entity_names = 2;
getEntityNamesList() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated string entity_names = 2;
getEntityNamesList() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
repeated string entity_names = 2;
getEntityNamesList() - Method in interface feast.proto.storage.RedisProto.RedisKeyV2OrBuilder
repeated string entity_names = 2;
getEntityRows(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
getEntityRows(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
List of entity rows, containing entity id and timestamp data.
getEntityRows(int) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2OrBuilder
List of entity rows, containing entity id and timestamp data.
getEntityRowsBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
getEntityRowsBuilderList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
getEntityRowsCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
getEntityRowsCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
List of entity rows, containing entity id and timestamp data.
getEntityRowsCount() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2OrBuilder
List of entity rows, containing entity id and timestamp data.
getEntityRowsList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
getEntityRowsList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
List of entity rows, containing entity id and timestamp data.
getEntityRowsList() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2OrBuilder
List of entity rows, containing entity id and timestamp data.
getEntityRowsOrBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
getEntityRowsOrBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
List of entity rows, containing entity id and timestamp data.
getEntityRowsOrBuilder(int) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2OrBuilder
List of entity rows, containing entity id and timestamp data.
getEntityRowsOrBuilderList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
getEntityRowsOrBuilderList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
List of entity rows, containing entity id and timestamp data.
getEntityRowsOrBuilderList() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2OrBuilder
List of entity rows, containing entity id and timestamp data.
getEntityValues(int) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
getEntityValues(int) - Method in class feast.proto.storage.RedisProto.RedisKeyV2
repeated .feast.types.Value entity_values = 3;
getEntityValues(int) - Method in interface feast.proto.storage.RedisProto.RedisKeyV2OrBuilder
repeated .feast.types.Value entity_values = 3;
getEntityValues(int) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
getEntityValues(int) - Method in class feast.proto.types.EntityKeyProto.EntityKey
repeated .feast.types.Value entity_values = 2;
getEntityValues(int) - Method in interface feast.proto.types.EntityKeyProto.EntityKeyOrBuilder
repeated .feast.types.Value entity_values = 2;
getEntityValuesBuilder(int) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
getEntityValuesBuilder(int) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
getEntityValuesBuilderList() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
getEntityValuesBuilderList() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
getEntityValuesCount() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
getEntityValuesCount() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
repeated .feast.types.Value entity_values = 3;
getEntityValuesCount() - Method in interface feast.proto.storage.RedisProto.RedisKeyV2OrBuilder
repeated .feast.types.Value entity_values = 3;
getEntityValuesCount() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
getEntityValuesCount() - Method in class feast.proto.types.EntityKeyProto.EntityKey
repeated .feast.types.Value entity_values = 2;
getEntityValuesCount() - Method in interface feast.proto.types.EntityKeyProto.EntityKeyOrBuilder
repeated .feast.types.Value entity_values = 2;
getEntityValuesList() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
getEntityValuesList() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
repeated .feast.types.Value entity_values = 3;
getEntityValuesList() - Method in interface feast.proto.storage.RedisProto.RedisKeyV2OrBuilder
repeated .feast.types.Value entity_values = 3;
getEntityValuesList() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
getEntityValuesList() - Method in class feast.proto.types.EntityKeyProto.EntityKey
repeated .feast.types.Value entity_values = 2;
getEntityValuesList() - Method in interface feast.proto.types.EntityKeyProto.EntityKeyOrBuilder
repeated .feast.types.Value entity_values = 2;
getEntityValuesOrBuilder(int) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
getEntityValuesOrBuilder(int) - Method in class feast.proto.storage.RedisProto.RedisKeyV2
repeated .feast.types.Value entity_values = 3;
getEntityValuesOrBuilder(int) - Method in interface feast.proto.storage.RedisProto.RedisKeyV2OrBuilder
repeated .feast.types.Value entity_values = 3;
getEntityValuesOrBuilder(int) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
getEntityValuesOrBuilder(int) - Method in class feast.proto.types.EntityKeyProto.EntityKey
repeated .feast.types.Value entity_values = 2;
getEntityValuesOrBuilder(int) - Method in interface feast.proto.types.EntityKeyProto.EntityKeyOrBuilder
repeated .feast.types.Value entity_values = 2;
getEntityValuesOrBuilderList() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
getEntityValuesOrBuilderList() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
repeated .feast.types.Value entity_values = 3;
getEntityValuesOrBuilderList() - Method in interface feast.proto.storage.RedisProto.RedisKeyV2OrBuilder
repeated .feast.types.Value entity_values = 3;
getEntityValuesOrBuilderList() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
getEntityValuesOrBuilderList() - Method in class feast.proto.types.EntityKeyProto.EntityKey
repeated .feast.types.Value entity_values = 2;
getEntityValuesOrBuilderList() - Method in interface feast.proto.types.EntityKeyProto.EntityKeyOrBuilder
repeated .feast.types.Value entity_values = 2;
getEventTimestamps(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestamps(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestamps(int) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestampsBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestampsBuilderList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestampsCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestampsCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestampsCount() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestampsList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestampsList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestampsList() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestampsOrBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestampsOrBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestampsOrBuilder(int) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestampsOrBuilderList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestampsOrBuilderList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
repeated .google.protobuf.Timestamp event_timestamps = 3;
getEventTimestampsOrBuilderList() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder
repeated .google.protobuf.Timestamp event_timestamps = 3;
getExclude() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
All matches with exclude enabled will be filtered out instead of added
getExclude() - Method in class feast.proto.core.StoreProto.Store.Subscription
All matches with exclude enabled will be filtered out instead of added
getExclude() - Method in interface feast.proto.core.StoreProto.Store.SubscriptionOrBuilder
All matches with exclude enabled will be filtered out instead of added
getExpectationSuite() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
JSON-serialized ExpectationSuite object
getExpectationSuite() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile
JSON-serialized ExpectationSuite object
getExpectationSuite() - Method in interface feast.proto.core.ValidationProfile.GEValidationProfileOrBuilder
JSON-serialized ExpectationSuite object
getFallbackPrefix() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
getFallbackPrefix() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
Optional.
getFallbackPrefix() - Method in interface feast.proto.core.StoreProto.Store.RedisClusterConfigOrBuilder
Optional.
getFallbackPrefixBytes() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
getFallbackPrefixBytes() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
Optional.
getFallbackPrefixBytes() - Method in interface feast.proto.core.StoreProto.Store.RedisClusterConfigOrBuilder
Optional.
getFeastServingInfo(ServingAPIProto.GetFeastServingInfoRequest) - Method in class feast.proto.serving.ServingServiceGrpc.ServingServiceBlockingStub
Get information about this Feast serving.
getFeastServingInfo(ServingAPIProto.GetFeastServingInfoRequest) - Method in class feast.proto.serving.ServingServiceGrpc.ServingServiceFutureStub
Get information about this Feast serving.
getFeastServingInfo(ServingAPIProto.GetFeastServingInfoRequest, StreamObserver<ServingAPIProto.GetFeastServingInfoResponse>) - Method in class feast.proto.serving.ServingServiceGrpc.ServingServiceImplBase
Get information about this Feast serving.
getFeastServingInfo(ServingAPIProto.GetFeastServingInfoRequest, StreamObserver<ServingAPIProto.GetFeastServingInfoResponse>) - Method in class feast.proto.serving.ServingServiceGrpc.ServingServiceStub
Get information about this Feast serving.
getFeatureColumns(int) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
getFeatureColumns(int) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
The features of the feature view that are a part of the feature reference.
getFeatureColumns(int) - Method in interface feast.proto.core.FeatureReferenceProto.FeatureViewProjectionOrBuilder
The features of the feature view that are a part of the feature reference.
getFeatureColumnsBuilder(int) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
getFeatureColumnsBuilderList() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
getFeatureColumnsCount() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
getFeatureColumnsCount() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
The features of the feature view that are a part of the feature reference.
getFeatureColumnsCount() - Method in interface feast.proto.core.FeatureReferenceProto.FeatureViewProjectionOrBuilder
The features of the feature view that are a part of the feature reference.
getFeatureColumnsList() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
getFeatureColumnsList() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
The features of the feature view that are a part of the feature reference.
getFeatureColumnsList() - Method in interface feast.proto.core.FeatureReferenceProto.FeatureViewProjectionOrBuilder
The features of the feature view that are a part of the feature reference.
getFeatureColumnsOrBuilder(int) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
getFeatureColumnsOrBuilder(int) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
The features of the feature view that are a part of the feature reference.
getFeatureColumnsOrBuilder(int) - Method in interface feast.proto.core.FeatureReferenceProto.FeatureViewProjectionOrBuilder
The features of the feature view that are a part of the feature reference.
getFeatureColumnsOrBuilderList() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
getFeatureColumnsOrBuilderList() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
The features of the feature view that are a part of the feature reference.
getFeatureColumnsOrBuilderList() - Method in interface feast.proto.core.FeatureReferenceProto.FeatureViewProjectionOrBuilder
The features of the feature view that are a part of the feature reference.
getFeatureList(int) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureList(int) - Method in class grpc.connector.Connector.ConnectorFeatureList
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureList(int) - Method in interface grpc.connector.Connector.ConnectorFeatureListOrBuilder
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureListBuilder(int) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureListBuilderList() - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureListCount() - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureListCount() - Method in class grpc.connector.Connector.ConnectorFeatureList
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureListCount() - Method in interface grpc.connector.Connector.ConnectorFeatureListOrBuilder
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureListList() - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureListList() - Method in class grpc.connector.Connector.ConnectorFeatureList
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureListList() - Method in interface grpc.connector.Connector.ConnectorFeatureListOrBuilder
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureListOrBuilder(int) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureListOrBuilder(int) - Method in class grpc.connector.Connector.ConnectorFeatureList
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureListOrBuilder(int) - Method in interface grpc.connector.Connector.ConnectorFeatureListOrBuilder
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureListOrBuilderList() - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureListOrBuilderList() - Method in class grpc.connector.Connector.ConnectorFeatureList
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureListOrBuilderList() - Method in interface grpc.connector.Connector.ConnectorFeatureListOrBuilder
repeated .grpc.connector.ConnectorFeature featureList = 1;
getFeatureName() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
Name of the Feature to retrieve the feature from.
getFeatureName() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
Name of the Feature to retrieve the feature from.
getFeatureName() - Method in interface feast.proto.serving.ServingAPIProto.FeatureReferenceV2OrBuilder
Name of the Feature to retrieve the feature from.
getFeatureNameBytes() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
Name of the Feature to retrieve the feature from.
getFeatureNameBytes() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
Name of the Feature to retrieve the feature from.
getFeatureNameBytes() - Method in interface feast.proto.serving.ServingAPIProto.FeatureReferenceV2OrBuilder
Name of the Feature to retrieve the feature from.
getFeatureNames() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
.feast.serving.FeatureList feature_names = 1;
getFeatureNames() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
.feast.serving.FeatureList feature_names = 1;
getFeatureNames() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadataOrBuilder
.feast.serving.FeatureList feature_names = 1;
getFeatureNamesBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
.feast.serving.FeatureList feature_names = 1;
getFeatureNamesOrBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
.feast.serving.FeatureList feature_names = 1;
getFeatureNamesOrBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
.feast.serving.FeatureList feature_names = 1;
getFeatureNamesOrBuilder() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadataOrBuilder
.feast.serving.FeatureList feature_names = 1;
getFeatures() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
.feast.serving.FeatureList features = 2;
getFeatures() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
.feast.serving.FeatureList features = 2;
getFeatures() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
.feast.serving.FeatureList features = 2;
getFeatures(int) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
getFeatures(int) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
Represents a projection that's to be applied on top of the FeatureView.
getFeatures(int) - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
Represents a projection that's to be applied on top of the FeatureView.
getFeatures(int) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
getFeatures(int) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
List of features specifications for each feature defined with this feature table.
getFeatures(int) - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
List of features specifications for each feature defined with this feature table.
getFeatures(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
getFeatures(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
List of specifications for each field defined as part of this feature view.
getFeatures(int) - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
List of specifications for each field defined as part of this feature view.
getFeatures(int) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
getFeatures(int) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
List of features specifications for each feature defined with this feature view.
getFeatures(int) - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
List of features specifications for each feature defined with this feature view.
getFeatures(int) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
list of feature references with format "<view name>:<feature name>"
getFeatures(int) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
list of feature references with format "<view name>:<feature name>"
getFeatures(int) - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
list of feature references with format "<view name>:<feature name>"
getFeatures(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
getFeatures(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
List of features that are being retrieved
getFeatures(int) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2OrBuilder
List of features that are being retrieved
getFeatures(int) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated string features = 3;
getFeatures(int) - Method in class grpc.connector.Connector.OnlineReadRequest
repeated string features = 3;
getFeatures(int) - Method in interface grpc.connector.Connector.OnlineReadRequestOrBuilder
repeated string features = 3;
getFeaturesBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
.feast.serving.FeatureList features = 2;
getFeaturesBuilder(int) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
getFeaturesBuilder(int) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
getFeaturesBuilder(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
getFeaturesBuilder(int) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
getFeaturesBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
getFeaturesBuilderList() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
getFeaturesBuilderList() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
getFeaturesBuilderList() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
getFeaturesBuilderList() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
getFeaturesBuilderList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
getFeaturesBytes(int) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
list of feature references with format "<view name>:<feature name>"
getFeaturesBytes(int) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
list of feature references with format "<view name>:<feature name>"
getFeaturesBytes(int) - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
list of feature references with format "<view name>:<feature name>"
getFeaturesBytes(int) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated string features = 3;
getFeaturesBytes(int) - Method in class grpc.connector.Connector.OnlineReadRequest
repeated string features = 3;
getFeaturesBytes(int) - Method in interface grpc.connector.Connector.OnlineReadRequestOrBuilder
repeated string features = 3;
getFeaturesCount() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
getFeaturesCount() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
Represents a projection that's to be applied on top of the FeatureView.
getFeaturesCount() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
Represents a projection that's to be applied on top of the FeatureView.
getFeaturesCount() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
getFeaturesCount() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
List of features specifications for each feature defined with this feature table.
getFeaturesCount() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
List of features specifications for each feature defined with this feature table.
getFeaturesCount() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
getFeaturesCount() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
List of specifications for each field defined as part of this feature view.
getFeaturesCount() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
List of specifications for each field defined as part of this feature view.
getFeaturesCount() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
getFeaturesCount() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
List of features specifications for each feature defined with this feature view.
getFeaturesCount() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
List of features specifications for each feature defined with this feature view.
getFeaturesCount() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
list of feature references with format "<view name>:<feature name>"
getFeaturesCount() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
list of feature references with format "<view name>:<feature name>"
getFeaturesCount() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
list of feature references with format "<view name>:<feature name>"
getFeaturesCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
getFeaturesCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
List of features that are being retrieved
getFeaturesCount() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2OrBuilder
List of features that are being retrieved
getFeaturesCount() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated string features = 3;
getFeaturesCount() - Method in class grpc.connector.Connector.OnlineReadRequest
repeated string features = 3;
getFeaturesCount() - Method in interface grpc.connector.Connector.OnlineReadRequestOrBuilder
repeated string features = 3;
getFeatureService() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
string feature_service = 1;
getFeatureService() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
string feature_service = 1;
getFeatureService() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
string feature_service = 1;
getFeatureServiceBytes() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
string feature_service = 1;
getFeatureServiceBytes() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
string feature_service = 1;
getFeatureServiceBytes() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
string feature_service = 1;
getFeatureServiceName() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Optional and only populated if generated from a feature service fetch
getFeatureServiceName() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
Optional and only populated if generated from a feature service fetch
getFeatureServiceName() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
Optional and only populated if generated from a feature service fetch
getFeatureServiceNameBytes() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Optional and only populated if generated from a feature service fetch
getFeatureServiceNameBytes() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
Optional and only populated if generated from a feature service fetch
getFeatureServiceNameBytes() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
Optional and only populated if generated from a feature service fetch
getFeatureServices(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServices(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServices(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServicesBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServicesBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServicesCount() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServicesCount() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServicesCount() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServicesList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServicesList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServicesList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServicesOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServicesOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServicesOrBuilder(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServicesOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServicesOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.FeatureService feature_services = 7;
getFeatureServicesOrBuilderList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.FeatureService feature_services = 7;
getFeaturesList() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
getFeaturesList() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
Represents a projection that's to be applied on top of the FeatureView.
getFeaturesList() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
Represents a projection that's to be applied on top of the FeatureView.
getFeaturesList() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
getFeaturesList() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
List of features specifications for each feature defined with this feature table.
getFeaturesList() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
List of features specifications for each feature defined with this feature table.
getFeaturesList() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
getFeaturesList() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
List of specifications for each field defined as part of this feature view.
getFeaturesList() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
List of specifications for each field defined as part of this feature view.
getFeaturesList() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
getFeaturesList() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
List of features specifications for each feature defined with this feature view.
getFeaturesList() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
List of features specifications for each feature defined with this feature view.
getFeaturesList() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
list of feature references with format "<view name>:<feature name>"
getFeaturesList() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
list of feature references with format "<view name>:<feature name>"
getFeaturesList() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
list of feature references with format "<view name>:<feature name>"
getFeaturesList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
getFeaturesList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
List of features that are being retrieved
getFeaturesList() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2OrBuilder
List of features that are being retrieved
getFeaturesList() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated string features = 3;
getFeaturesList() - Method in class grpc.connector.Connector.OnlineReadRequest
repeated string features = 3;
getFeaturesList() - Method in interface grpc.connector.Connector.OnlineReadRequestOrBuilder
repeated string features = 3;
getFeaturesOrBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
.feast.serving.FeatureList features = 2;
getFeaturesOrBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
.feast.serving.FeatureList features = 2;
getFeaturesOrBuilder() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
.feast.serving.FeatureList features = 2;
getFeaturesOrBuilder(int) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
getFeaturesOrBuilder(int) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
Represents a projection that's to be applied on top of the FeatureView.
getFeaturesOrBuilder(int) - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
Represents a projection that's to be applied on top of the FeatureView.
getFeaturesOrBuilder(int) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
getFeaturesOrBuilder(int) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
List of features specifications for each feature defined with this feature table.
getFeaturesOrBuilder(int) - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
List of features specifications for each feature defined with this feature table.
getFeaturesOrBuilder(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
getFeaturesOrBuilder(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
List of specifications for each field defined as part of this feature view.
getFeaturesOrBuilder(int) - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
List of specifications for each field defined as part of this feature view.
getFeaturesOrBuilder(int) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
getFeaturesOrBuilder(int) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
List of features specifications for each feature defined with this feature view.
getFeaturesOrBuilder(int) - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
List of features specifications for each feature defined with this feature view.
getFeaturesOrBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
getFeaturesOrBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
List of features that are being retrieved
getFeaturesOrBuilder(int) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2OrBuilder
List of features that are being retrieved
getFeaturesOrBuilderList() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
getFeaturesOrBuilderList() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
Represents a projection that's to be applied on top of the FeatureView.
getFeaturesOrBuilderList() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
Represents a projection that's to be applied on top of the FeatureView.
getFeaturesOrBuilderList() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
getFeaturesOrBuilderList() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
List of features specifications for each feature defined with this feature table.
getFeaturesOrBuilderList() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
List of features specifications for each feature defined with this feature table.
getFeaturesOrBuilderList() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
getFeaturesOrBuilderList() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
List of specifications for each field defined as part of this feature view.
getFeaturesOrBuilderList() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
List of specifications for each field defined as part of this feature view.
getFeaturesOrBuilderList() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
getFeaturesOrBuilderList() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
List of features specifications for each feature defined with this feature view.
getFeaturesOrBuilderList() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
List of features specifications for each feature defined with this feature view.
getFeaturesOrBuilderList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
getFeaturesOrBuilderList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
List of features that are being retrieved
getFeaturesOrBuilderList() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2OrBuilder
List of features that are being retrieved
getFeatureTables(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTables(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTables(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTablesBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTablesBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTablesCount() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTablesCount() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTablesCount() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTablesList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTablesList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTablesList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTablesOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTablesOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTablesOrBuilder(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTablesOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTablesOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureTablesOrBuilderList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.FeatureTable feature_tables = 2;
getFeatureView() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureView feature_view = 1;
getFeatureView() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
.feast.core.FeatureView feature_view = 1;
getFeatureView() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandSourceOrBuilder
.feast.core.FeatureView feature_view = 1;
getFeatureViewBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureView feature_view = 1;
getFeatureViewName() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The feature view name
getFeatureViewName() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
The feature view name
getFeatureViewName() - Method in interface feast.proto.core.FeatureReferenceProto.FeatureViewProjectionOrBuilder
The feature view name
getFeatureViewName() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
Name of the Feature View to retrieve the feature from.
getFeatureViewName() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
Name of the Feature View to retrieve the feature from.
getFeatureViewName() - Method in interface feast.proto.serving.ServingAPIProto.FeatureReferenceV2OrBuilder
Name of the Feature View to retrieve the feature from.
getFeatureViewNameAlias() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
Alias for feature view name
getFeatureViewNameAlias() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
Alias for feature view name
getFeatureViewNameAlias() - Method in interface feast.proto.core.FeatureReferenceProto.FeatureViewProjectionOrBuilder
Alias for feature view name
getFeatureViewNameAliasBytes() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
Alias for feature view name
getFeatureViewNameAliasBytes() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
Alias for feature view name
getFeatureViewNameAliasBytes() - Method in interface feast.proto.core.FeatureReferenceProto.FeatureViewProjectionOrBuilder
Alias for feature view name
getFeatureViewNameBytes() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The feature view name
getFeatureViewNameBytes() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
The feature view name
getFeatureViewNameBytes() - Method in interface feast.proto.core.FeatureReferenceProto.FeatureViewProjectionOrBuilder
The feature view name
getFeatureViewNameBytes() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
Name of the Feature View to retrieve the feature from.
getFeatureViewNameBytes() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
Name of the Feature View to retrieve the feature from.
getFeatureViewNameBytes() - Method in interface feast.proto.serving.ServingAPIProto.FeatureReferenceV2OrBuilder
Name of the Feature View to retrieve the feature from.
getFeatureViewOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureView feature_view = 1;
getFeatureViewOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
.feast.core.FeatureView feature_view = 1;
getFeatureViewOrBuilder() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandSourceOrBuilder
.feast.core.FeatureView feature_view = 1;
getFeatureViewProjection() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureViewProjection feature_view_projection = 3;
getFeatureViewProjection() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
.feast.core.FeatureViewProjection feature_view_projection = 3;
getFeatureViewProjection() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandSourceOrBuilder
.feast.core.FeatureViewProjection feature_view_projection = 3;
getFeatureViewProjectionBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureViewProjection feature_view_projection = 3;
getFeatureViewProjectionOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureViewProjection feature_view_projection = 3;
getFeatureViewProjectionOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
.feast.core.FeatureViewProjection feature_view_projection = 3;
getFeatureViewProjectionOrBuilder() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandSourceOrBuilder
.feast.core.FeatureViewProjection feature_view_projection = 3;
getFeatureViews(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViews(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViews(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViewsBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViewsBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViewsCount() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViewsCount() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViewsCount() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViewsList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViewsList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViewsList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViewsOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViewsOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViewsOrBuilder(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViewsOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViewsOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.FeatureView feature_views = 6;
getFeatureViewsOrBuilderList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.FeatureView feature_views = 6;
getField() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
bytes field = 1;
getField() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
bytes field = 1;
getField() - Method in interface feast.proto.core.InfraObjectProto.InfraObject.CustomInfraOrBuilder
bytes field = 1;
getFieldMapping() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Deprecated.
getFieldMapping() - Method in class feast.proto.core.DataSourceProto.DataSource
Deprecated.
getFieldMapping() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Deprecated.
getFieldMappingCount() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
getFieldMappingCount() - Method in class feast.proto.core.DataSourceProto.DataSource
 
getFieldMappingCount() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
getFieldMappingMap() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
getFieldMappingMap() - Method in class feast.proto.core.DataSourceProto.DataSource
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
getFieldMappingMap() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
getFieldMappingOrDefault(String, String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
getFieldMappingOrDefault(String, String) - Method in class feast.proto.core.DataSourceProto.DataSource
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
getFieldMappingOrDefault(String, String) - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
getFieldMappingOrThrow(String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
getFieldMappingOrThrow(String) - Method in class feast.proto.core.DataSourceProto.DataSource
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
getFieldMappingOrThrow(String) - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
getFields() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Deprecated.
getFields() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
Deprecated.
getFields() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRowOrBuilder
Deprecated.
getFieldsCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
getFieldsCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
getFieldsCount() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRowOrBuilder
Map containing mapping of entity name to entity value.
getFieldsMap() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Map containing mapping of entity name to entity value.
getFieldsMap() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
Map containing mapping of entity name to entity value.
getFieldsMap() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRowOrBuilder
Map containing mapping of entity name to entity value.
getFieldsOrDefault(String, ValueProto.Value) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Map containing mapping of entity name to entity value.
getFieldsOrDefault(String, ValueProto.Value) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
Map containing mapping of entity name to entity value.
getFieldsOrDefault(String, ValueProto.Value) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRowOrBuilder
Map containing mapping of entity name to entity value.
getFieldsOrThrow(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Map containing mapping of entity name to entity value.
getFieldsOrThrow(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
Map containing mapping of entity name to entity value.
getFieldsOrThrow(String) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRowOrBuilder
Map containing mapping of entity name to entity value.
getFileDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.FileDestination file_destination = 3;
getFileDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.feast.core.LoggingConfig.FileDestination file_destination = 3;
getFileDestination() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.feast.core.LoggingConfig.FileDestination file_destination = 3;
getFileDestinationBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.FileDestination file_destination = 3;
getFileDestinationOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.FileDestination file_destination = 3;
getFileDestinationOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.feast.core.LoggingConfig.FileDestination file_destination = 3;
getFileDestinationOrBuilder() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.feast.core.LoggingConfig.FileDestination file_destination = 3;
getFileFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
.feast.core.FileFormat file_format = 1;
getFileFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
.feast.core.FileFormat file_format = 1;
getFileFormat() - Method in interface feast.proto.core.DataSourceProto.DataSource.FileOptionsOrBuilder
.feast.core.FileFormat file_format = 1;
getFileFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Format of files at `path` (e.g.
getFileFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
Format of files at `path` (e.g.
getFileFormat() - Method in interface feast.proto.core.DataSourceProto.DataSource.SparkOptionsOrBuilder
Format of files at `path` (e.g.
getFileFormatBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
.feast.core.FileFormat file_format = 1;
getFileFormatBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Format of files at `path` (e.g.
getFileFormatBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
Format of files at `path` (e.g.
getFileFormatBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.SparkOptionsOrBuilder
Format of files at `path` (e.g.
getFileFormatOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
.feast.core.FileFormat file_format = 1;
getFileFormatOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
.feast.core.FileFormat file_format = 1;
getFileFormatOrBuilder() - Method in interface feast.proto.core.DataSourceProto.DataSource.FileOptionsOrBuilder
.feast.core.FileFormat file_format = 1;
getFileOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.FileOptions file_options = 11;
getFileOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.FileOptions file_options = 11;
getFileOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.FileOptions file_options = 11;
getFileOptionsBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.FileOptions file_options = 11;
getFileOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.FileOptions file_options = 11;
getFileOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.FileOptions file_options = 11;
getFileOptionsOrBuilder() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.FileOptions file_options = 11;
getFileStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.FileOptions file_storage = 4;
getFileStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.FileOptions file_storage = 4;
getFileStorage() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.FileOptions file_storage = 4;
getFileStorageBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.FileOptions file_storage = 4;
getFileStorageOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.FileOptions file_storage = 4;
getFileStorageOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.FileOptions file_storage = 4;
getFileStorageOrBuilder() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.FileOptions file_storage = 4;
getFloatListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.FloatList float_list_val = 16;
getFloatListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.FloatList float_list_val = 16;
getFloatListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.FloatList float_list_val = 16;
getFloatListValBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.FloatList float_list_val = 16;
getFloatListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.FloatList float_list_val = 16;
getFloatListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value
.feast.types.FloatList float_list_val = 16;
getFloatListValOrBuilder() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.FloatList float_list_val = 16;
getFloatVal() - Method in class feast.proto.types.ValueProto.Value.Builder
float float_val = 6;
getFloatVal() - Method in class feast.proto.types.ValueProto.Value
float float_val = 6;
getFloatVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
float float_val = 6;
getFlushFrequencySeconds() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
getFlushFrequencySeconds() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
Optional.
getFlushFrequencySeconds() - Method in interface feast.proto.core.StoreProto.Store.RedisClusterConfigOrBuilder
Optional.
getFlushFrequencySeconds() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
Optional.
getFlushFrequencySeconds() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
Optional.
getFlushFrequencySeconds() - Method in interface feast.proto.core.StoreProto.Store.RedisConfigOrBuilder
Optional.
getFormatCase() - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
getFormatCase() - Method in class feast.proto.core.DataFormatProto.FileFormat
 
getFormatCase() - Method in interface feast.proto.core.DataFormatProto.FileFormatOrBuilder
 
getFormatCase() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
getFormatCase() - Method in class feast.proto.core.DataFormatProto.StreamFormat
 
getFormatCase() - Method in interface feast.proto.core.DataFormatProto.StreamFormatOrBuilder
 
getFullFeatureNames() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Whether full feature names are used in stored data
getFullFeatureNames() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
Whether full feature names are used in stored data
getFullFeatureNames() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
Whether full feature names are used in stored data
getFullFeatureNames() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
bool full_feature_names = 4;
getFullFeatureNames() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
bool full_feature_names = 4;
getFullFeatureNames() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
bool full_feature_names = 4;
getGeProfiler() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.GEValidationProfiler ge_profiler = 2;
getGeProfiler() - Method in class feast.proto.core.ValidationProfile.ValidationReference
.feast.core.GEValidationProfiler ge_profiler = 2;
getGeProfiler() - Method in interface feast.proto.core.ValidationProfile.ValidationReferenceOrBuilder
.feast.core.GEValidationProfiler ge_profiler = 2;
getGeProfilerBuilder() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.GEValidationProfiler ge_profiler = 2;
getGeProfilerOrBuilder() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.GEValidationProfiler ge_profiler = 2;
getGeProfilerOrBuilder() - Method in class feast.proto.core.ValidationProfile.ValidationReference
.feast.core.GEValidationProfiler ge_profiler = 2;
getGeProfilerOrBuilder() - Method in interface feast.proto.core.ValidationProfile.ValidationReferenceOrBuilder
.feast.core.GEValidationProfiler ge_profiler = 2;
getGetFeastServingInfoMethod() - Static method in class feast.proto.serving.ServingServiceGrpc
 
getGetOnlineFeaturesMethod() - Static method in class feast.proto.serving.ServingServiceGrpc
 
getGetTransformationServiceInfoMethod() - Static method in class feast.proto.serving.TransformationServiceGrpc
 
getHash() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Hash entities, features, batch_source and stream_source to inform JobService if jobs should be restarted should hash change
getHash() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
Hash entities, features, batch_source and stream_source to inform JobService if jobs should be restarted should hash change
getHash() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableMetaOrBuilder
Hash entities, features, batch_source and stream_source to inform JobService if jobs should be restarted should hash change
getHashBytes() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Hash entities, features, batch_source and stream_source to inform JobService if jobs should be restarted should hash change
getHashBytes() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
Hash entities, features, batch_source and stream_source to inform JobService if jobs should be restarted should hash change
getHashBytes() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableMetaOrBuilder
Hash entities, features, batch_source and stream_source to inform JobService if jobs should be restarted should hash change
getHost() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
string host = 1;
getHost() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
string host = 1;
getHost() - Method in interface feast.proto.core.StoreProto.Store.RedisConfigOrBuilder
string host = 1;
getHostBytes() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
string host = 1;
getHostBytes() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
string host = 1;
getHostBytes() - Method in interface feast.proto.core.StoreProto.Store.RedisConfigOrBuilder
string host = 1;
getInfra() - Method in class feast.proto.core.RegistryProto.Registry.Builder
.feast.core.Infra infra = 10;
getInfra() - Method in class feast.proto.core.RegistryProto.Registry
.feast.core.Infra infra = 10;
getInfra() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
.feast.core.Infra infra = 10;
getInfraBuilder() - Method in class feast.proto.core.RegistryProto.Registry.Builder
.feast.core.Infra infra = 10;
getInfraObjectCase() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
getInfraObjectCase() - Method in class feast.proto.core.InfraObjectProto.InfraObject
 
getInfraObjectCase() - Method in interface feast.proto.core.InfraObjectProto.InfraObjectOrBuilder
 
getInfraObjectClassType() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
Represents the Python class for the infrastructure object
getInfraObjectClassType() - Method in class feast.proto.core.InfraObjectProto.InfraObject
Represents the Python class for the infrastructure object
getInfraObjectClassType() - Method in interface feast.proto.core.InfraObjectProto.InfraObjectOrBuilder
Represents the Python class for the infrastructure object
getInfraObjectClassTypeBytes() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
Represents the Python class for the infrastructure object
getInfraObjectClassTypeBytes() - Method in class feast.proto.core.InfraObjectProto.InfraObject
Represents the Python class for the infrastructure object
getInfraObjectClassTypeBytes() - Method in interface feast.proto.core.InfraObjectProto.InfraObjectOrBuilder
Represents the Python class for the infrastructure object
getInfraObjects(int) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
getInfraObjects(int) - Method in class feast.proto.core.InfraObjectProto.Infra
List of infrastructure objects managed by Feast
getInfraObjects(int) - Method in interface feast.proto.core.InfraObjectProto.InfraOrBuilder
List of infrastructure objects managed by Feast
getInfraObjectsBuilder(int) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
getInfraObjectsBuilderList() - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
getInfraObjectsCount() - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
getInfraObjectsCount() - Method in class feast.proto.core.InfraObjectProto.Infra
List of infrastructure objects managed by Feast
getInfraObjectsCount() - Method in interface feast.proto.core.InfraObjectProto.InfraOrBuilder
List of infrastructure objects managed by Feast
getInfraObjectsList() - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
getInfraObjectsList() - Method in class feast.proto.core.InfraObjectProto.Infra
List of infrastructure objects managed by Feast
getInfraObjectsList() - Method in interface feast.proto.core.InfraObjectProto.InfraOrBuilder
List of infrastructure objects managed by Feast
getInfraObjectsOrBuilder(int) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
getInfraObjectsOrBuilder(int) - Method in class feast.proto.core.InfraObjectProto.Infra
List of infrastructure objects managed by Feast
getInfraObjectsOrBuilder(int) - Method in interface feast.proto.core.InfraObjectProto.InfraOrBuilder
List of infrastructure objects managed by Feast
getInfraObjectsOrBuilderList() - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
getInfraObjectsOrBuilderList() - Method in class feast.proto.core.InfraObjectProto.Infra
List of infrastructure objects managed by Feast
getInfraObjectsOrBuilderList() - Method in interface feast.proto.core.InfraObjectProto.InfraOrBuilder
List of infrastructure objects managed by Feast
getInfraOrBuilder() - Method in class feast.proto.core.RegistryProto.Registry.Builder
.feast.core.Infra infra = 10;
getInfraOrBuilder() - Method in class feast.proto.core.RegistryProto.Registry
.feast.core.Infra infra = 10;
getInfraOrBuilder() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
.feast.core.Infra infra = 10;
getInitialBackoffMs() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
int32 initial_backoff_ms = 2;
getInitialBackoffMs() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
int32 initial_backoff_ms = 2;
getInitialBackoffMs() - Method in interface feast.proto.core.StoreProto.Store.RedisClusterConfigOrBuilder
int32 initial_backoff_ms = 2;
getInitialBackoffMs() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
Optional.
getInitialBackoffMs() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
Optional.
getInitialBackoffMs() - Method in interface feast.proto.core.StoreProto.Store.RedisConfigOrBuilder
Optional.
getInt32ListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int32List int32_list_val = 13;
getInt32ListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.Int32List int32_list_val = 13;
getInt32ListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.Int32List int32_list_val = 13;
getInt32ListValBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int32List int32_list_val = 13;
getInt32ListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int32List int32_list_val = 13;
getInt32ListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value
.feast.types.Int32List int32_list_val = 13;
getInt32ListValOrBuilder() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.Int32List int32_list_val = 13;
getInt32Val() - Method in class feast.proto.types.ValueProto.Value.Builder
int32 int32_val = 3;
getInt32Val() - Method in class feast.proto.types.ValueProto.Value
int32 int32_val = 3;
getInt32Val() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
int32 int32_val = 3;
getInt64ListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List int64_list_val = 14;
getInt64ListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.Int64List int64_list_val = 14;
getInt64ListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.Int64List int64_list_val = 14;
getInt64ListValBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List int64_list_val = 14;
getInt64ListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List int64_list_val = 14;
getInt64ListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value
.feast.types.Int64List int64_list_val = 14;
getInt64ListValOrBuilder() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.Int64List int64_list_val = 14;
getInt64Val() - Method in class feast.proto.types.ValueProto.Value.Builder
int64 int64_val = 4;
getInt64Val() - Method in class feast.proto.types.ValueProto.Value
int64 int64_val = 4;
getInt64Val() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
int64 int64_val = 4;
getJoinKey() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Join key for the entity (i.e.
getJoinKey() - Method in class feast.proto.core.EntityProto.EntitySpecV2
Join key for the entity (i.e.
getJoinKey() - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
Join key for the entity (i.e.
getJoinKeyBytes() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Join key for the entity (i.e.
getJoinKeyBytes() - Method in class feast.proto.core.EntityProto.EntitySpecV2
Join key for the entity (i.e.
getJoinKeyBytes() - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
Join key for the entity (i.e.
getJoinKeyMap() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
Deprecated.
getJoinKeyMap() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
Deprecated.
getJoinKeyMap() - Method in interface feast.proto.core.FeatureReferenceProto.FeatureViewProjectionOrBuilder
Deprecated.
getJoinKeyMapCount() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
getJoinKeyMapCount() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
getJoinKeyMapCount() - Method in interface feast.proto.core.FeatureReferenceProto.FeatureViewProjectionOrBuilder
Map for entity join_key overrides of feature data entity join_key to entity data join_key
getJoinKeyMapMap() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
Map for entity join_key overrides of feature data entity join_key to entity data join_key
getJoinKeyMapMap() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
Map for entity join_key overrides of feature data entity join_key to entity data join_key
getJoinKeyMapMap() - Method in interface feast.proto.core.FeatureReferenceProto.FeatureViewProjectionOrBuilder
Map for entity join_key overrides of feature data entity join_key to entity data join_key
getJoinKeyMapOrDefault(String, String) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
Map for entity join_key overrides of feature data entity join_key to entity data join_key
getJoinKeyMapOrDefault(String, String) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
Map for entity join_key overrides of feature data entity join_key to entity data join_key
getJoinKeyMapOrDefault(String, String) - Method in interface feast.proto.core.FeatureReferenceProto.FeatureViewProjectionOrBuilder
Map for entity join_key overrides of feature data entity join_key to entity data join_key
getJoinKeyMapOrThrow(String) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
Map for entity join_key overrides of feature data entity join_key to entity data join_key
getJoinKeyMapOrThrow(String) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
Map for entity join_key overrides of feature data entity join_key to entity data join_key
getJoinKeyMapOrThrow(String) - Method in interface feast.proto.core.FeatureReferenceProto.FeatureViewProjectionOrBuilder
Map for entity join_key overrides of feature data entity join_key to entity data join_key
getJoinKeys(int) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
entity columns + request columns from all feature views used during retrieval
getJoinKeys(int) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
entity columns + request columns from all feature views used during retrieval
getJoinKeys(int) - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
entity columns + request columns from all feature views used during retrieval
getJoinKeys(int) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated string join_keys = 1;
getJoinKeys(int) - Method in class feast.proto.types.EntityKeyProto.EntityKey
repeated string join_keys = 1;
getJoinKeys(int) - Method in interface feast.proto.types.EntityKeyProto.EntityKeyOrBuilder
repeated string join_keys = 1;
getJoinKeysBytes(int) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
entity columns + request columns from all feature views used during retrieval
getJoinKeysBytes(int) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
entity columns + request columns from all feature views used during retrieval
getJoinKeysBytes(int) - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
entity columns + request columns from all feature views used during retrieval
getJoinKeysBytes(int) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated string join_keys = 1;
getJoinKeysBytes(int) - Method in class feast.proto.types.EntityKeyProto.EntityKey
repeated string join_keys = 1;
getJoinKeysBytes(int) - Method in interface feast.proto.types.EntityKeyProto.EntityKeyOrBuilder
repeated string join_keys = 1;
getJoinKeysCount() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
entity columns + request columns from all feature views used during retrieval
getJoinKeysCount() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
entity columns + request columns from all feature views used during retrieval
getJoinKeysCount() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
entity columns + request columns from all feature views used during retrieval
getJoinKeysCount() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated string join_keys = 1;
getJoinKeysCount() - Method in class feast.proto.types.EntityKeyProto.EntityKey
repeated string join_keys = 1;
getJoinKeysCount() - Method in interface feast.proto.types.EntityKeyProto.EntityKeyOrBuilder
repeated string join_keys = 1;
getJoinKeysList() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
entity columns + request columns from all feature views used during retrieval
getJoinKeysList() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
entity columns + request columns from all feature views used during retrieval
getJoinKeysList() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
entity columns + request columns from all feature views used during retrieval
getJoinKeysList() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated string join_keys = 1;
getJoinKeysList() - Method in class feast.proto.types.EntityKeyProto.EntityKey
repeated string join_keys = 1;
getJoinKeysList() - Method in interface feast.proto.types.EntityKeyProto.EntityKeyOrBuilder
repeated string join_keys = 1;
getKafkaOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KafkaOptions kafka_options = 13;
getKafkaOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.KafkaOptions kafka_options = 13;
getKafkaOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.KafkaOptions kafka_options = 13;
getKafkaOptionsBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KafkaOptions kafka_options = 13;
getKafkaOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KafkaOptions kafka_options = 13;
getKafkaOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.KafkaOptions kafka_options = 13;
getKafkaOptionsOrBuilder() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.KafkaOptions kafka_options = 13;
getKeyPrefix() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
getKeyPrefix() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
Optional.
getKeyPrefix() - Method in interface feast.proto.core.StoreProto.Store.RedisClusterConfigOrBuilder
Optional.
getKeyPrefixBytes() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
getKeyPrefixBytes() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
Optional.
getKeyPrefixBytes() - Method in interface feast.proto.core.StoreProto.Store.RedisClusterConfigOrBuilder
Optional.
getKind() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
string kind = 1;
getKind() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
string kind = 1;
getKind() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestinationOrBuilder
string kind = 1;
getKindBytes() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
string kind = 1;
getKindBytes() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
string kind = 1;
getKindBytes() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestinationOrBuilder
string kind = 1;
getKindCase() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
getKindCase() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
getKindCase() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
 
getKindCase() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
getKindCase() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
getKindCase() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
 
getKinesisOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KinesisOptions kinesis_options = 14;
getKinesisOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.KinesisOptions kinesis_options = 14;
getKinesisOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.KinesisOptions kinesis_options = 14;
getKinesisOptionsBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KinesisOptions kinesis_options = 14;
getKinesisOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KinesisOptions kinesis_options = 14;
getKinesisOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.KinesisOptions kinesis_options = 14;
getKinesisOptionsOrBuilder() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.KinesisOptions kinesis_options = 14;
getLabels() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Deprecated.
getLabels() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
Deprecated.
getLabels() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
Deprecated.
getLabelsCount() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
getLabelsCount() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
getLabelsCount() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
User defined metadata
getLabelsMap() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
User defined metadata
getLabelsMap() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
User defined metadata
getLabelsMap() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
User defined metadata
getLabelsOrDefault(String, String) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
User defined metadata
getLabelsOrDefault(String, String) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
User defined metadata
getLabelsOrDefault(String, String) - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
User defined metadata
getLabelsOrThrow(String) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
User defined metadata
getLabelsOrThrow(String) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
User defined metadata
getLabelsOrThrow(String) - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
User defined metadata
getLastUpdated() - Method in class feast.proto.core.RegistryProto.Registry.Builder
.google.protobuf.Timestamp last_updated = 5;
getLastUpdated() - Method in class feast.proto.core.RegistryProto.Registry
.google.protobuf.Timestamp last_updated = 5;
getLastUpdated() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
.google.protobuf.Timestamp last_updated = 5;
getLastUpdatedBuilder() - Method in class feast.proto.core.RegistryProto.Registry.Builder
.google.protobuf.Timestamp last_updated = 5;
getLastUpdatedOrBuilder() - Method in class feast.proto.core.RegistryProto.Registry.Builder
.google.protobuf.Timestamp last_updated = 5;
getLastUpdatedOrBuilder() - Method in class feast.proto.core.RegistryProto.Registry
.google.protobuf.Timestamp last_updated = 5;
getLastUpdatedOrBuilder() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
.google.protobuf.Timestamp last_updated = 5;
getLastUpdatedTimestamp() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp last_updated_timestamp = 2;
getLastUpdatedTimestamp() - Method in class feast.proto.core.EntityProto.EntityMeta
.google.protobuf.Timestamp last_updated_timestamp = 2;
getLastUpdatedTimestamp() - Method in interface feast.proto.core.EntityProto.EntityMetaOrBuilder
.google.protobuf.Timestamp last_updated_timestamp = 2;
getLastUpdatedTimestamp() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is last updated
getLastUpdatedTimestamp() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
Time where this Feature Service is last updated
getLastUpdatedTimestamp() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceMetaOrBuilder
Time where this Feature Service is last updated
getLastUpdatedTimestamp() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is last updated
getLastUpdatedTimestamp() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
Time where this Feature Table is last updated
getLastUpdatedTimestamp() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableMetaOrBuilder
Time where this Feature Table is last updated
getLastUpdatedTimestamp() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is last updated
getLastUpdatedTimestamp() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
Time where this Feature View is last updated
getLastUpdatedTimestamp() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewMetaOrBuilder
Time where this Feature View is last updated
getLastUpdatedTimestamp() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is last updated
getLastUpdatedTimestamp() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
Time where this Feature View is last updated
getLastUpdatedTimestamp() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMetaOrBuilder
Time where this Feature View is last updated
getLastUpdatedTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is last updated
getLastUpdatedTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
Time when this saved dataset is last updated
getLastUpdatedTimestamp() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetMetaOrBuilder
Time when this saved dataset is last updated
getLastUpdatedTimestampBuilder() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp last_updated_timestamp = 2;
getLastUpdatedTimestampBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is last updated
getLastUpdatedTimestampBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is last updated
getLastUpdatedTimestampBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is last updated
getLastUpdatedTimestampBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is last updated
getLastUpdatedTimestampBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is last updated
getLastUpdatedTimestampOrBuilder() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp last_updated_timestamp = 2;
getLastUpdatedTimestampOrBuilder() - Method in class feast.proto.core.EntityProto.EntityMeta
.google.protobuf.Timestamp last_updated_timestamp = 2;
getLastUpdatedTimestampOrBuilder() - Method in interface feast.proto.core.EntityProto.EntityMetaOrBuilder
.google.protobuf.Timestamp last_updated_timestamp = 2;
getLastUpdatedTimestampOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is last updated
getLastUpdatedTimestampOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
Time where this Feature Service is last updated
getLastUpdatedTimestampOrBuilder() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceMetaOrBuilder
Time where this Feature Service is last updated
getLastUpdatedTimestampOrBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is last updated
getLastUpdatedTimestampOrBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
Time where this Feature Table is last updated
getLastUpdatedTimestampOrBuilder() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableMetaOrBuilder
Time where this Feature Table is last updated
getLastUpdatedTimestampOrBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is last updated
getLastUpdatedTimestampOrBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
Time where this Feature View is last updated
getLastUpdatedTimestampOrBuilder() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewMetaOrBuilder
Time where this Feature View is last updated
getLastUpdatedTimestampOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is last updated
getLastUpdatedTimestampOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
Time where this Feature View is last updated
getLastUpdatedTimestampOrBuilder() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMetaOrBuilder
Time where this Feature View is last updated
getLastUpdatedTimestampOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is last updated
getLastUpdatedTimestampOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
Time when this saved dataset is last updated
getLastUpdatedTimestampOrBuilder() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetMetaOrBuilder
Time when this saved dataset is last updated
getLoggingConfig() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
(optional) if provided logging will be enabled for this feature service.
getLoggingConfig() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
(optional) if provided logging will be enabled for this feature service.
getLoggingConfig() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
(optional) if provided logging will be enabled for this feature service.
getLoggingConfigBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
(optional) if provided logging will be enabled for this feature service.
getLoggingConfigOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
(optional) if provided logging will be enabled for this feature service.
getLoggingConfigOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
(optional) if provided logging will be enabled for this feature service.
getLoggingConfigOrBuilder() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
(optional) if provided logging will be enabled for this feature service.
getMaterializationIntervals(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervals(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervals(int) - Method in interface feast.proto.core.FeatureViewProto.FeatureViewMetaOrBuilder
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervalsBuilder(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervalsBuilderList() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervalsCount() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervalsCount() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervalsCount() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewMetaOrBuilder
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervalsList() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervalsList() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervalsList() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewMetaOrBuilder
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervalsOrBuilder(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervalsOrBuilder(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervalsOrBuilder(int) - Method in interface feast.proto.core.FeatureViewProto.FeatureViewMetaOrBuilder
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervalsOrBuilderList() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervalsOrBuilderList() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaterializationIntervalsOrBuilderList() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewMetaOrBuilder
List of pairs (start_time, end_time) for which this feature view has been materialized.
getMaxAge() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Features in this feature table can only be retrieved from online serving younger than max age.
getMaxAge() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
Features in this feature table can only be retrieved from online serving younger than max age.
getMaxAge() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
Features in this feature table can only be retrieved from online serving younger than max age.
getMaxAgeBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Features in this feature table can only be retrieved from online serving younger than max age.
getMaxAgeOrBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Features in this feature table can only be retrieved from online serving younger than max age.
getMaxAgeOrBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
Features in this feature table can only be retrieved from online serving younger than max age.
getMaxAgeOrBuilder() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
Features in this feature table can only be retrieved from online serving younger than max age.
getMaxEventTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Max timestamp in the dataset (needed for retrieval)
getMaxEventTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
Max timestamp in the dataset (needed for retrieval)
getMaxEventTimestamp() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetMetaOrBuilder
Max timestamp in the dataset (needed for retrieval)
getMaxEventTimestampBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Max timestamp in the dataset (needed for retrieval)
getMaxEventTimestampOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Max timestamp in the dataset (needed for retrieval)
getMaxEventTimestampOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
Max timestamp in the dataset (needed for retrieval)
getMaxEventTimestampOrBuilder() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetMetaOrBuilder
Max timestamp in the dataset (needed for retrieval)
getMaxRetries() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
int32 max_retries = 3;
getMaxRetries() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
int32 max_retries = 3;
getMaxRetries() - Method in interface feast.proto.core.StoreProto.Store.RedisClusterConfigOrBuilder
int32 max_retries = 3;
getMaxRetries() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
Optional.
getMaxRetries() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
Optional.
getMaxRetries() - Method in interface feast.proto.core.StoreProto.Store.RedisConfigOrBuilder
Optional.
getMessageFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Defines the stream data format encoding feature/entity data in Kafka messages.
getMessageFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
Defines the stream data format encoding feature/entity data in Kafka messages.
getMessageFormat() - Method in interface feast.proto.core.DataSourceProto.DataSource.KafkaOptionsOrBuilder
Defines the stream data format encoding feature/entity data in Kafka messages.
getMessageFormatBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Defines the stream data format encoding feature/entity data in Kafka messages.
getMessageFormatOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Defines the stream data format encoding feature/entity data in Kafka messages.
getMessageFormatOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
Defines the stream data format encoding feature/entity data in Kafka messages.
getMessageFormatOrBuilder() - Method in interface feast.proto.core.DataSourceProto.DataSource.KafkaOptionsOrBuilder
Defines the stream data format encoding feature/entity data in Kafka messages.
getMeta() - Method in class feast.proto.core.EntityProto.Entity.Builder
System-populated metadata for this entity.
getMeta() - Method in class feast.proto.core.EntityProto.Entity
System-populated metadata for this entity.
getMeta() - Method in interface feast.proto.core.EntityProto.EntityOrBuilder
System-populated metadata for this entity.
getMeta() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
System-populated metadata for this feature service.
getMeta() - Method in class feast.proto.core.FeatureServiceProto.FeatureService
System-populated metadata for this feature service.
getMeta() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceOrBuilder
System-populated metadata for this feature service.
getMeta() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
System-populated metadata for this feature table.
getMeta() - Method in class feast.proto.core.FeatureTableProto.FeatureTable
System-populated metadata for this feature table.
getMeta() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableOrBuilder
System-populated metadata for this feature table.
getMeta() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
System-populated metadata for this feature view.
getMeta() - Method in class feast.proto.core.FeatureViewProto.FeatureView
System-populated metadata for this feature view.
getMeta() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewOrBuilder
System-populated metadata for this feature view.
getMeta() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
.feast.core.OnDemandFeatureViewMeta meta = 2;
getMeta() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
.feast.core.OnDemandFeatureViewMeta meta = 2;
getMeta() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewOrBuilder
.feast.core.OnDemandFeatureViewMeta meta = 2;
getMeta() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetMeta meta = 2;
getMeta() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
.feast.core.SavedDatasetMeta meta = 2;
getMeta() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetOrBuilder
.feast.core.SavedDatasetMeta meta = 2;
getMetaBuilder() - Method in class feast.proto.core.EntityProto.Entity.Builder
System-populated metadata for this entity.
getMetaBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
System-populated metadata for this feature service.
getMetaBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
System-populated metadata for this feature table.
getMetaBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
System-populated metadata for this feature view.
getMetaBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
.feast.core.OnDemandFeatureViewMeta meta = 2;
getMetaBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetMeta meta = 2;
getMetadata() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
.feast.serving.GetOnlineFeaturesResponseMetadata metadata = 1;
getMetadata() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
.feast.serving.GetOnlineFeaturesResponseMetadata metadata = 1;
getMetadata() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseOrBuilder
.feast.serving.GetOnlineFeaturesResponseMetadata metadata = 1;
getMetadataBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
.feast.serving.GetOnlineFeaturesResponseMetadata metadata = 1;
getMetadataOrBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
.feast.serving.GetOnlineFeaturesResponseMetadata metadata = 1;
getMetadataOrBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
.feast.serving.GetOnlineFeaturesResponseMetadata metadata = 1;
getMetadataOrBuilder() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseOrBuilder
.feast.serving.GetOnlineFeaturesResponseMetadata metadata = 1;
getMetaOrBuilder() - Method in class feast.proto.core.EntityProto.Entity.Builder
System-populated metadata for this entity.
getMetaOrBuilder() - Method in class feast.proto.core.EntityProto.Entity
System-populated metadata for this entity.
getMetaOrBuilder() - Method in interface feast.proto.core.EntityProto.EntityOrBuilder
System-populated metadata for this entity.
getMetaOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
System-populated metadata for this feature service.
getMetaOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureService
System-populated metadata for this feature service.
getMetaOrBuilder() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceOrBuilder
System-populated metadata for this feature service.
getMetaOrBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
System-populated metadata for this feature table.
getMetaOrBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTable
System-populated metadata for this feature table.
getMetaOrBuilder() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableOrBuilder
System-populated metadata for this feature table.
getMetaOrBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
System-populated metadata for this feature view.
getMetaOrBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureView
System-populated metadata for this feature view.
getMetaOrBuilder() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewOrBuilder
System-populated metadata for this feature view.
getMetaOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
.feast.core.OnDemandFeatureViewMeta meta = 2;
getMetaOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
.feast.core.OnDemandFeatureViewMeta meta = 2;
getMetaOrBuilder() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewOrBuilder
.feast.core.OnDemandFeatureViewMeta meta = 2;
getMetaOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetMeta meta = 2;
getMetaOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
.feast.core.SavedDatasetMeta meta = 2;
getMetaOrBuilder() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetOrBuilder
.feast.core.SavedDatasetMeta meta = 2;
getMinEventTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Min timestamp in the dataset (needed for retrieval)
getMinEventTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
Min timestamp in the dataset (needed for retrieval)
getMinEventTimestamp() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetMetaOrBuilder
Min timestamp in the dataset (needed for retrieval)
getMinEventTimestampBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Min timestamp in the dataset (needed for retrieval)
getMinEventTimestampOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Min timestamp in the dataset (needed for retrieval)
getMinEventTimestampOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
Min timestamp in the dataset (needed for retrieval)
getMinEventTimestampOrBuilder() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetMetaOrBuilder
Min timestamp in the dataset (needed for retrieval)
getMutableConfig() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
Deprecated.
getMutableDeprecatedSchema() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Deprecated.
getMutableDeprecatedSchemaValue() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Deprecated.
getMutableEntities() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
Deprecated.
getMutableFieldMapping() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Deprecated.
getMutableFields() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Deprecated.
getMutableJoinKeyMap() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
Deprecated.
getMutableLabels() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Deprecated.
getMutableRequestContext() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
Deprecated.
getMutableSources() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Deprecated.
getMutableTags() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Deprecated.
getMutableTags() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Deprecated.
getMutableTags() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Deprecated.
getMutableTags() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Deprecated.
getMutableTags() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Deprecated.
getMutableTags() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Deprecated.
getMutableTags() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Deprecated.
getMutableTags() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Deprecated.
getName() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Unique name of data source within the project
getName() - Method in class feast.proto.core.DataSourceProto.DataSource
Unique name of data source within the project
getName() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Unique name of data source within the project
getName() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Name of the table
getName() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
Name of the table
getName() - Method in interface feast.proto.core.DatastoreTableProto.DatastoreTableOrBuilder
Name of the table
getName() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
Name of the table
getName() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
Name of the table
getName() - Method in interface feast.proto.core.DynamoDBTableProto.DynamoDBTableOrBuilder
Name of the table
getName() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Name of the entity.
getName() - Method in class feast.proto.core.EntityProto.EntitySpecV2
Name of the entity.
getName() - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
Name of the entity.
getName() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Name of the feature.
getName() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
Name of the feature.
getName() - Method in interface feast.proto.core.FeatureProto.FeatureSpecV2OrBuilder
Name of the feature.
getName() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Name of the Feature Service.
getName() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
Name of the Feature Service.
getName() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
Name of the Feature Service.
getName() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Name of the feature table.
getName() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
Name of the feature table.
getName() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
Name of the feature table.
getName() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Name of the feature view.
getName() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Name of the feature view.
getName() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Name of the feature view.
getName() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Name of the feature view.
getName() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
Name of the feature view.
getName() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
Name of the feature view.
getName() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
The function name
getName() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
The function name
getName() - Method in interface feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunctionOrBuilder
The function name
getName() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Name of the feature view.
getName() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
Name of the feature view.
getName() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
Name of the feature view.
getName() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Name of the dataset.
getName() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
Name of the dataset.
getName() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
Name of the dataset.
getName() - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
Name of the table
getName() - Method in class feast.proto.core.SqliteTableProto.SqliteTable
Name of the table
getName() - Method in interface feast.proto.core.SqliteTableProto.SqliteTableOrBuilder
Name of the table
getName() - Method in class feast.proto.core.StoreProto.Store.Builder
Name of the store.
getName() - Method in class feast.proto.core.StoreProto.Store
Name of the store.
getName() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
Name of the desired feature set.
getName() - Method in class feast.proto.core.StoreProto.Store.Subscription
Name of the desired feature set.
getName() - Method in interface feast.proto.core.StoreProto.Store.SubscriptionOrBuilder
Name of the desired feature set.
getName() - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
Name of the store.
getName() - Method in class feast.proto.types.FieldProto.Field.Builder
string name = 1;
getName() - Method in class feast.proto.types.FieldProto.Field
string name = 1;
getName() - Method in interface feast.proto.types.FieldProto.FieldOrBuilder
string name = 1;
getNameBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Unique name of data source within the project
getNameBytes() - Method in class feast.proto.core.DataSourceProto.DataSource
Unique name of data source within the project
getNameBytes() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Unique name of data source within the project
getNameBytes() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Name of the table
getNameBytes() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
Name of the table
getNameBytes() - Method in interface feast.proto.core.DatastoreTableProto.DatastoreTableOrBuilder
Name of the table
getNameBytes() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
Name of the table
getNameBytes() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
Name of the table
getNameBytes() - Method in interface feast.proto.core.DynamoDBTableProto.DynamoDBTableOrBuilder
Name of the table
getNameBytes() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Name of the entity.
getNameBytes() - Method in class feast.proto.core.EntityProto.EntitySpecV2
Name of the entity.
getNameBytes() - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
Name of the entity.
getNameBytes() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Name of the feature.
getNameBytes() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
Name of the feature.
getNameBytes() - Method in interface feast.proto.core.FeatureProto.FeatureSpecV2OrBuilder
Name of the feature.
getNameBytes() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Name of the Feature Service.
getNameBytes() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
Name of the Feature Service.
getNameBytes() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
Name of the Feature Service.
getNameBytes() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Name of the feature table.
getNameBytes() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
Name of the feature table.
getNameBytes() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
Name of the feature table.
getNameBytes() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Name of the feature view.
getNameBytes() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Name of the feature view.
getNameBytes() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Name of the feature view.
getNameBytes() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Name of the feature view.
getNameBytes() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
Name of the feature view.
getNameBytes() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
Name of the feature view.
getNameBytes() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
The function name
getNameBytes() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
The function name
getNameBytes() - Method in interface feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunctionOrBuilder
The function name
getNameBytes() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Name of the feature view.
getNameBytes() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
Name of the feature view.
getNameBytes() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
Name of the feature view.
getNameBytes() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Name of the dataset.
getNameBytes() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
Name of the dataset.
getNameBytes() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
Name of the dataset.
getNameBytes() - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
Name of the table
getNameBytes() - Method in class feast.proto.core.SqliteTableProto.SqliteTable
Name of the table
getNameBytes() - Method in interface feast.proto.core.SqliteTableProto.SqliteTableOrBuilder
Name of the table
getNameBytes() - Method in class feast.proto.core.StoreProto.Store.Builder
Name of the store.
getNameBytes() - Method in class feast.proto.core.StoreProto.Store
Name of the store.
getNameBytes() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
Name of the desired feature set.
getNameBytes() - Method in class feast.proto.core.StoreProto.Store.Subscription
Name of the desired feature set.
getNameBytes() - Method in interface feast.proto.core.StoreProto.Store.SubscriptionOrBuilder
Name of the desired feature set.
getNameBytes() - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
Name of the store.
getNameBytes() - Method in class feast.proto.types.FieldProto.Field.Builder
string name = 1;
getNameBytes() - Method in class feast.proto.types.FieldProto.Field
string name = 1;
getNameBytes() - Method in interface feast.proto.types.FieldProto.FieldOrBuilder
string name = 1;
getNamespace() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Datastore namespace
getNamespace() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
Datastore namespace
getNamespace() - Method in interface feast.proto.core.DatastoreTableProto.DatastoreTableOrBuilder
Datastore namespace
getNamespaceBuilder() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Datastore namespace
getNamespaceOrBuilder() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Datastore namespace
getNamespaceOrBuilder() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
Datastore namespace
getNamespaceOrBuilder() - Method in interface feast.proto.core.DatastoreTableProto.DatastoreTableOrBuilder
Datastore namespace
getNullVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Null null_val = 19;
getNullVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.Null null_val = 19;
getNullVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.Null null_val = 19;
getNullValValue() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Null null_val = 19;
getNullValValue() - Method in class feast.proto.types.ValueProto.Value
.feast.types.Null null_val = 19;
getNullValValue() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.Null null_val = 19;
getNumber() - Method in enum feast.proto.core.DataFormatProto.FileFormat.FormatCase
 
getNumber() - Method in enum feast.proto.core.DataFormatProto.StreamFormat.FormatCase
 
getNumber() - Method in enum feast.proto.core.DataSourceProto.DataSource.OptionsCase
 
getNumber() - Method in enum feast.proto.core.DataSourceProto.DataSource.SourceType
 
getNumber() - Method in enum feast.proto.core.FeatureServiceProto.LoggingConfig.DestinationCase
 
getNumber() - Method in enum feast.proto.core.InfraObjectProto.InfraObject.InfraObjectCase
 
getNumber() - Method in enum feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.SourceCase
 
getNumber() - Method in enum feast.proto.core.SavedDatasetProto.SavedDatasetStorage.KindCase
 
getNumber() - Method in enum feast.proto.core.StoreProto.Store.ConfigCase
 
getNumber() - Method in enum feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
 
getNumber() - Method in enum feast.proto.core.StoreProto.Store.StoreType
 
getNumber() - Method in enum feast.proto.core.ValidationProfile.ValidationReference.ProfilerCase
 
getNumber() - Method in enum feast.proto.serving.ServingAPIProto.FieldStatus
 
getNumber() - Method in enum feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.KindCase
 
getNumber() - Method in enum feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
 
getNumber() - Method in enum feast.proto.serving.TransformationServiceAPIProto.ValueType.ValueCase
 
getNumber() - Method in enum feast.proto.types.ValueProto.Null
 
getNumber() - Method in enum feast.proto.types.ValueProto.Value.ValCase
 
getNumber() - Method in enum feast.proto.types.ValueProto.ValueType.Enum
 
getOnDemandFeatureViewName() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
string on_demand_feature_view_name = 1;
getOnDemandFeatureViewName() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
string on_demand_feature_view_name = 1;
getOnDemandFeatureViewName() - Method in interface feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequestOrBuilder
string on_demand_feature_view_name = 1;
getOnDemandFeatureViewNameBytes() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
string on_demand_feature_view_name = 1;
getOnDemandFeatureViewNameBytes() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
string on_demand_feature_view_name = 1;
getOnDemandFeatureViewNameBytes() - Method in interface feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequestOrBuilder
string on_demand_feature_view_name = 1;
getOnDemandFeatureViews(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViews(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViews(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViewsBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViewsBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViewsCount() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViewsCount() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViewsCount() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViewsList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViewsList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViewsList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViewsOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViewsOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViewsOrBuilder(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViewsOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViewsOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnDemandFeatureViewsOrBuilderList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
getOnline() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Whether these features should be served online or not
getOnline() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Whether these features should be served online or not
getOnline() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Whether these features should be served online or not
getOnlineFeatures(ServingAPIProto.GetOnlineFeaturesRequest) - Method in class feast.proto.serving.ServingServiceGrpc.ServingServiceBlockingStub
Get online features synchronously.
getOnlineFeatures(ServingAPIProto.GetOnlineFeaturesRequest) - Method in class feast.proto.serving.ServingServiceGrpc.ServingServiceFutureStub
Get online features synchronously.
getOnlineFeatures(ServingAPIProto.GetOnlineFeaturesRequest, StreamObserver<ServingAPIProto.GetOnlineFeaturesResponse>) - Method in class feast.proto.serving.ServingServiceGrpc.ServingServiceImplBase
Get online features synchronously.
getOnlineFeatures(ServingAPIProto.GetOnlineFeaturesRequest, StreamObserver<ServingAPIProto.GetOnlineFeaturesResponse>) - Method in class feast.proto.serving.ServingServiceGrpc.ServingServiceStub
Get online features synchronously.
getOnlineReadMethod() - Static method in class grpc.connector.OnlineStoreGrpc
 
getOptionsCase() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
getOptionsCase() - Method in class feast.proto.core.DataSourceProto.DataSource
 
getOptionsCase() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
 
getOwner() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
string owner = 25;
getOwner() - Method in class feast.proto.core.DataSourceProto.DataSource
string owner = 25;
getOwner() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
string owner = 25;
getOwner() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Owner of the entity.
getOwner() - Method in class feast.proto.core.EntityProto.EntitySpecV2
Owner of the entity.
getOwner() - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
Owner of the entity.
getOwner() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Owner of the feature service.
getOwner() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
Owner of the feature service.
getOwner() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
Owner of the feature service.
getOwner() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Owner of the feature view.
getOwner() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Owner of the feature view.
getOwner() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Owner of the feature view.
getOwner() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Owner of the on demand feature view.
getOwner() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
Owner of the on demand feature view.
getOwner() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
Owner of the on demand feature view.
getOwner() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Owner of the request feature view.
getOwner() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
Owner of the request feature view.
getOwner() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
Owner of the request feature view.
getOwnerBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
string owner = 25;
getOwnerBytes() - Method in class feast.proto.core.DataSourceProto.DataSource
string owner = 25;
getOwnerBytes() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
string owner = 25;
getOwnerBytes() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Owner of the entity.
getOwnerBytes() - Method in class feast.proto.core.EntityProto.EntitySpecV2
Owner of the entity.
getOwnerBytes() - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
Owner of the entity.
getOwnerBytes() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Owner of the feature service.
getOwnerBytes() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
Owner of the feature service.
getOwnerBytes() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
Owner of the feature service.
getOwnerBytes() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Owner of the feature view.
getOwnerBytes() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Owner of the feature view.
getOwnerBytes() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Owner of the feature view.
getOwnerBytes() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Owner of the on demand feature view.
getOwnerBytes() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
Owner of the on demand feature view.
getOwnerBytes() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
Owner of the on demand feature view.
getOwnerBytes() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Owner of the request feature view.
getOwnerBytes() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
Owner of the request feature view.
getOwnerBytes() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
Owner of the request feature view.
getParquetFormat() - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
.feast.core.FileFormat.ParquetFormat parquet_format = 1;
getParquetFormat() - Method in class feast.proto.core.DataFormatProto.FileFormat
.feast.core.FileFormat.ParquetFormat parquet_format = 1;
getParquetFormat() - Method in interface feast.proto.core.DataFormatProto.FileFormatOrBuilder
.feast.core.FileFormat.ParquetFormat parquet_format = 1;
getParquetFormatBuilder() - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
.feast.core.FileFormat.ParquetFormat parquet_format = 1;
getParquetFormatOrBuilder() - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
.feast.core.FileFormat.ParquetFormat parquet_format = 1;
getParquetFormatOrBuilder() - Method in class feast.proto.core.DataFormatProto.FileFormat
.feast.core.FileFormat.ParquetFormat parquet_format = 1;
getParquetFormatOrBuilder() - Method in interface feast.proto.core.DataFormatProto.FileFormatOrBuilder
.feast.core.FileFormat.ParquetFormat parquet_format = 1;
getParserForType() - Method in class feast.proto.core.DataFormatProto.FileFormat
 
getParserForType() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
getParserForType() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
getParserForType() - Method in class feast.proto.core.DataFormatProto.StreamFormat
 
getParserForType() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
getParserForType() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
getParserForType() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
getParserForType() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
getParserForType() - Method in class feast.proto.core.DataSourceProto.DataSource
 
getParserForType() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
getParserForType() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
getParserForType() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
getParserForType() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
getParserForType() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
getParserForType() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
getParserForType() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
getParserForType() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
getParserForType() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
getParserForType() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
getParserForType() - Method in class feast.proto.core.EntityProto.Entity
 
getParserForType() - Method in class feast.proto.core.EntityProto.EntityMeta
 
getParserForType() - Method in class feast.proto.core.EntityProto.EntitySpecV2
 
getParserForType() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
getParserForType() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
getParserForType() - Method in class feast.proto.core.FeatureServiceProto.FeatureService
 
getParserForType() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
getParserForType() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
getParserForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
getParserForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
getParserForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
getParserForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
getParserForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
getParserForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
getParserForType() - Method in class feast.proto.core.FeatureTableProto.FeatureTable
 
getParserForType() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
getParserForType() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
getParserForType() - Method in class feast.proto.core.FeatureViewProto.FeatureView
 
getParserForType() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
getParserForType() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
getParserForType() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
getParserForType() - Method in class feast.proto.core.InfraObjectProto.Infra
 
getParserForType() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
getParserForType() - Method in class feast.proto.core.InfraObjectProto.InfraObject
 
getParserForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
getParserForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
getParserForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
getParserForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
getParserForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
getParserForType() - Method in class feast.proto.core.RegistryProto.Registry
 
getParserForType() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
getParserForType() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
getParserForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
getParserForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
getParserForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
getParserForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
getParserForType() - Method in class feast.proto.core.SqliteTableProto.SqliteTable
 
getParserForType() - Method in class feast.proto.core.StoreProto.Store
 
getParserForType() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
getParserForType() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
 
getParserForType() - Method in class feast.proto.core.StoreProto.Store.Subscription
 
getParserForType() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
getParserForType() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
getParserForType() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
getParserForType() - Method in class feast.proto.core.ValidationProfile.ValidationReference
 
getParserForType() - Method in class feast.proto.serving.ServingAPIProto.FeatureList
 
getParserForType() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
getParserForType() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
getParserForType() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
getParserForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
getParserForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
getParserForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
getParserForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
getParserForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
getParserForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
getParserForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
getParserForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
getParserForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
getParserForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
getParserForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
getParserForType() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
 
getParserForType() - Method in class feast.proto.types.EntityKeyProto.EntityKey
 
getParserForType() - Method in class feast.proto.types.FieldProto.Field
 
getParserForType() - Method in class feast.proto.types.ValueProto.BoolList
 
getParserForType() - Method in class feast.proto.types.ValueProto.BytesList
 
getParserForType() - Method in class feast.proto.types.ValueProto.DoubleList
 
getParserForType() - Method in class feast.proto.types.ValueProto.FloatList
 
getParserForType() - Method in class feast.proto.types.ValueProto.Int32List
 
getParserForType() - Method in class feast.proto.types.ValueProto.Int64List
 
getParserForType() - Method in class feast.proto.types.ValueProto.RepeatedValue
 
getParserForType() - Method in class feast.proto.types.ValueProto.StringList
 
getParserForType() - Method in class feast.proto.types.ValueProto.Value
 
getParserForType() - Method in class feast.proto.types.ValueProto.ValueType
 
getParserForType() - Method in class grpc.connector.Connector.ConnectorFeature
 
getParserForType() - Method in class grpc.connector.Connector.ConnectorFeatureList
 
getParserForType() - Method in class grpc.connector.Connector.OnlineReadRequest
 
getParserForType() - Method in class grpc.connector.Connector.OnlineReadResponse
 
getPartitionBy(int) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
column names to use for partitioning
getPartitionBy(int) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
column names to use for partitioning
getPartitionBy(int) - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestinationOrBuilder
column names to use for partitioning
getPartitionByBytes(int) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
column names to use for partitioning
getPartitionByBytes(int) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
column names to use for partitioning
getPartitionByBytes(int) - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestinationOrBuilder
column names to use for partitioning
getPartitionByCount() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
column names to use for partitioning
getPartitionByCount() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
column names to use for partitioning
getPartitionByCount() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestinationOrBuilder
column names to use for partitioning
getPartitionByList() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
column names to use for partitioning
getPartitionByList() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
column names to use for partitioning
getPartitionByList() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestinationOrBuilder
column names to use for partitioning
getPartitionInterval() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.google.protobuf.Duration partition_interval = 2;
getPartitionInterval() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.google.protobuf.Duration partition_interval = 2;
getPartitionInterval() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.google.protobuf.Duration partition_interval = 2;
getPartitionIntervalBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.google.protobuf.Duration partition_interval = 2;
getPartitionIntervalOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.google.protobuf.Duration partition_interval = 2;
getPartitionIntervalOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.google.protobuf.Duration partition_interval = 2;
getPartitionIntervalOrBuilder() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.google.protobuf.Duration partition_interval = 2;
getPath() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Path from which spark can read the table, this is an alternative to `table`
getPath() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
Path from which spark can read the table, this is an alternative to `table`
getPath() - Method in interface feast.proto.core.DataSourceProto.DataSource.SparkOptionsOrBuilder
Path from which spark can read the table, this is an alternative to `table`
getPath() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
string path = 1;
getPath() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
string path = 1;
getPath() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestinationOrBuilder
string path = 1;
getPath() - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
Absolute path of the table
getPath() - Method in class feast.proto.core.SqliteTableProto.SqliteTable
Absolute path of the table
getPath() - Method in interface feast.proto.core.SqliteTableProto.SqliteTableOrBuilder
Absolute path of the table
getPathBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Path from which spark can read the table, this is an alternative to `table`
getPathBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
Path from which spark can read the table, this is an alternative to `table`
getPathBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.SparkOptionsOrBuilder
Path from which spark can read the table, this is an alternative to `table`
getPathBytes() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
string path = 1;
getPathBytes() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
string path = 1;
getPathBytes() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestinationOrBuilder
string path = 1;
getPathBytes() - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
Absolute path of the table
getPathBytes() - Method in class feast.proto.core.SqliteTableProto.SqliteTable
Absolute path of the table
getPathBytes() - Method in interface feast.proto.core.SqliteTableProto.SqliteTableOrBuilder
Absolute path of the table
getPort() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
int32 port = 2;
getPort() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
int32 port = 2;
getPort() - Method in interface feast.proto.core.StoreProto.Store.RedisConfigOrBuilder
int32 port = 2;
getProfiler() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;
getProfiler() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;
getProfiler() - Method in interface feast.proto.core.ValidationProfile.GEValidationProfilerOrBuilder
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;
getProfilerBuilder() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;
getProfilerCase() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
getProfilerCase() - Method in class feast.proto.core.ValidationProfile.ValidationReference
 
getProfilerCase() - Method in interface feast.proto.core.ValidationProfile.ValidationReferenceOrBuilder
 
getProfilerOrBuilder() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;
getProfilerOrBuilder() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;
getProfilerOrBuilder() - Method in interface feast.proto.core.ValidationProfile.GEValidationProfilerOrBuilder
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;
getProject() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Name of Feast project that this data source belongs to.
getProject() - Method in class feast.proto.core.DataSourceProto.DataSource
Name of Feast project that this data source belongs to.
getProject() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Name of Feast project that this data source belongs to.
getProject() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Feast project of the table
getProject() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
Feast project of the table
getProject() - Method in interface feast.proto.core.DatastoreTableProto.DatastoreTableOrBuilder
Feast project of the table
getProject() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Name of Feast project that this feature table belongs to.
getProject() - Method in class feast.proto.core.EntityProto.EntitySpecV2
Name of Feast project that this feature table belongs to.
getProject() - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
Name of Feast project that this feature table belongs to.
getProject() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Name of Feast project that this Feature Service belongs to.
getProject() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
Name of Feast project that this Feature Service belongs to.
getProject() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
Name of Feast project that this Feature Service belongs to.
getProject() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Name of Feast project that this feature table belongs to.
getProject() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
Name of Feast project that this feature table belongs to.
getProject() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
Name of Feast project that this feature table belongs to.
getProject() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Name of Feast project that this feature view belongs to.
getProject() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Name of Feast project that this feature view belongs to.
getProject() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Name of Feast project that this feature view belongs to.
getProject() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Name of Feast project that this feature view belongs to.
getProject() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
Name of Feast project that this feature view belongs to.
getProject() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
Name of Feast project that this feature view belongs to.
getProject() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Name of Feast project that this feature view belongs to.
getProject() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
Name of Feast project that this feature view belongs to.
getProject() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
Name of Feast project that this feature view belongs to.
getProject() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Name of Feast project that this Dataset belongs to.
getProject() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
Name of Feast project that this Dataset belongs to.
getProject() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
Name of Feast project that this Dataset belongs to.
getProject() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
Name of project that the feature sets belongs to.
getProject() - Method in class feast.proto.core.StoreProto.Store.Subscription
Name of project that the feature sets belongs to.
getProject() - Method in interface feast.proto.core.StoreProto.Store.SubscriptionOrBuilder
Name of project that the feature sets belongs to.
getProject() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
Optional field to specify project name override.
getProject() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
Optional field to specify project name override.
getProject() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2OrBuilder
Optional field to specify project name override.
getProject() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
string project = 2;
getProject() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
string project = 2;
getProject() - Method in interface feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequestOrBuilder
string project = 2;
getProject() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
string project = 1;
getProject() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
string project = 1;
getProject() - Method in interface feast.proto.storage.RedisProto.RedisKeyV2OrBuilder
string project = 1;
getProjectBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Name of Feast project that this data source belongs to.
getProjectBytes() - Method in class feast.proto.core.DataSourceProto.DataSource
Name of Feast project that this data source belongs to.
getProjectBytes() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Name of Feast project that this data source belongs to.
getProjectBytes() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Feast project of the table
getProjectBytes() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
Feast project of the table
getProjectBytes() - Method in interface feast.proto.core.DatastoreTableProto.DatastoreTableOrBuilder
Feast project of the table
getProjectBytes() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Name of Feast project that this feature table belongs to.
getProjectBytes() - Method in class feast.proto.core.EntityProto.EntitySpecV2
Name of Feast project that this feature table belongs to.
getProjectBytes() - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
Name of Feast project that this feature table belongs to.
getProjectBytes() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Name of Feast project that this Feature Service belongs to.
getProjectBytes() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
Name of Feast project that this Feature Service belongs to.
getProjectBytes() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
Name of Feast project that this Feature Service belongs to.
getProjectBytes() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Name of Feast project that this feature table belongs to.
getProjectBytes() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
Name of Feast project that this feature table belongs to.
getProjectBytes() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
Name of Feast project that this feature table belongs to.
getProjectBytes() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Name of Feast project that this feature view belongs to.
getProjectBytes() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Name of Feast project that this feature view belongs to.
getProjectBytes() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Name of Feast project that this feature view belongs to.
getProjectBytes() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Name of Feast project that this feature view belongs to.
getProjectBytes() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
Name of Feast project that this feature view belongs to.
getProjectBytes() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
Name of Feast project that this feature view belongs to.
getProjectBytes() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Name of Feast project that this feature view belongs to.
getProjectBytes() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
Name of Feast project that this feature view belongs to.
getProjectBytes() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
Name of Feast project that this feature view belongs to.
getProjectBytes() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Name of Feast project that this Dataset belongs to.
getProjectBytes() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
Name of Feast project that this Dataset belongs to.
getProjectBytes() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
Name of Feast project that this Dataset belongs to.
getProjectBytes() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
Name of project that the feature sets belongs to.
getProjectBytes() - Method in class feast.proto.core.StoreProto.Store.Subscription
Name of project that the feature sets belongs to.
getProjectBytes() - Method in interface feast.proto.core.StoreProto.Store.SubscriptionOrBuilder
Name of project that the feature sets belongs to.
getProjectBytes() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
Optional field to specify project name override.
getProjectBytes() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
Optional field to specify project name override.
getProjectBytes() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2OrBuilder
Optional field to specify project name override.
getProjectBytes() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
string project = 2;
getProjectBytes() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
string project = 2;
getProjectBytes() - Method in interface feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequestOrBuilder
string project = 2;
getProjectBytes() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
string project = 1;
getProjectBytes() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
string project = 1;
getProjectBytes() - Method in interface feast.proto.storage.RedisProto.RedisKeyV2OrBuilder
string project = 1;
getProjectId() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
GCP project id
getProjectId() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
GCP project id
getProjectId() - Method in interface feast.proto.core.DatastoreTableProto.DatastoreTableOrBuilder
GCP project id
getProjectIdBuilder() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
GCP project id
getProjectIdOrBuilder() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
GCP project id
getProjectIdOrBuilder() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
GCP project id
getProjectIdOrBuilder() - Method in interface feast.proto.core.DatastoreTableProto.DatastoreTableOrBuilder
GCP project id
getProtoFormat() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
getProtoFormat() - Method in class feast.proto.core.DataFormatProto.StreamFormat
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
getProtoFormat() - Method in interface feast.proto.core.DataFormatProto.StreamFormatOrBuilder
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
getProtoFormatBuilder() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
getProtoFormatOrBuilder() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
getProtoFormatOrBuilder() - Method in class feast.proto.core.DataFormatProto.StreamFormat
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
getProtoFormatOrBuilder() - Method in interface feast.proto.core.DataFormatProto.StreamFormatOrBuilder
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
getPushOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.PushOptions push_options = 22;
getPushOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.PushOptions push_options = 22;
getPushOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.PushOptions push_options = 22;
getPushOptionsBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.PushOptions push_options = 22;
getPushOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.PushOptions push_options = 22;
getPushOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.PushOptions push_options = 22;
getPushOptionsOrBuilder() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.PushOptions push_options = 22;
getQuery() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
SQL query that returns a table containing feature data.
getQuery() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
SQL query that returns a table containing feature data.
getQuery() - Method in interface feast.proto.core.DataSourceProto.DataSource.BigQueryOptionsOrBuilder
SQL query that returns a table containing feature data.
getQuery() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
SQL query that returns a table containing feature data.
getQuery() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
SQL query that returns a table containing feature data.
getQuery() - Method in interface feast.proto.core.DataSourceProto.DataSource.RedshiftOptionsOrBuilder
SQL query that returns a table containing feature data.
getQuery() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
SQL query that returns a table containing feature data.
getQuery() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
SQL query that returns a table containing feature data.
getQuery() - Method in interface feast.proto.core.DataSourceProto.DataSource.SnowflakeOptionsOrBuilder
SQL query that returns a table containing feature data.
getQuery() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Spark SQl query that returns the table, this is an alternative to `table`
getQuery() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
Spark SQl query that returns the table, this is an alternative to `table`
getQuery() - Method in interface feast.proto.core.DataSourceProto.DataSource.SparkOptionsOrBuilder
Spark SQl query that returns the table, this is an alternative to `table`
getQuery() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
SQL query that returns a table containing feature data.
getQuery() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
SQL query that returns a table containing feature data.
getQuery() - Method in interface feast.proto.core.DataSourceProto.DataSource.TrinoOptionsOrBuilder
SQL query that returns a table containing feature data.
getQueryBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
SQL query that returns a table containing feature data.
getQueryBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
SQL query that returns a table containing feature data.
getQueryBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.BigQueryOptionsOrBuilder
SQL query that returns a table containing feature data.
getQueryBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
SQL query that returns a table containing feature data.
getQueryBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
SQL query that returns a table containing feature data.
getQueryBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.RedshiftOptionsOrBuilder
SQL query that returns a table containing feature data.
getQueryBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
SQL query that returns a table containing feature data.
getQueryBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
SQL query that returns a table containing feature data.
getQueryBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.SnowflakeOptionsOrBuilder
SQL query that returns a table containing feature data.
getQueryBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Spark SQl query that returns the table, this is an alternative to `table`
getQueryBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
Spark SQl query that returns the table, this is an alternative to `table`
getQueryBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.SparkOptionsOrBuilder
Spark SQl query that returns the table, this is an alternative to `table`
getQueryBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
SQL query that returns a table containing feature data.
getQueryBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
SQL query that returns a table containing feature data.
getQueryBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.TrinoOptionsOrBuilder
SQL query that returns a table containing feature data.
getReadFrom() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
.feast.core.Store.RedisClusterConfig.ReadFrom read_from = 8;
getReadFrom() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
.feast.core.Store.RedisClusterConfig.ReadFrom read_from = 8;
getReadFrom() - Method in interface feast.proto.core.StoreProto.Store.RedisClusterConfigOrBuilder
.feast.core.Store.RedisClusterConfig.ReadFrom read_from = 8;
getReadFromValue() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
.feast.core.Store.RedisClusterConfig.ReadFrom read_from = 8;
getReadFromValue() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
.feast.core.Store.RedisClusterConfig.ReadFrom read_from = 8;
getReadFromValue() - Method in interface feast.proto.core.StoreProto.Store.RedisClusterConfigOrBuilder
.feast.core.Store.RedisClusterConfig.ReadFrom read_from = 8;
getRecordFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
Defines the data format encoding the feature/entity data in Kinesis records.
getRecordFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
Defines the data format encoding the feature/entity data in Kinesis records.
getRecordFormat() - Method in interface feast.proto.core.DataSourceProto.DataSource.KinesisOptionsOrBuilder
Defines the data format encoding the feature/entity data in Kinesis records.
getRecordFormatBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
Defines the data format encoding the feature/entity data in Kinesis records.
getRecordFormatOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
Defines the data format encoding the feature/entity data in Kinesis records.
getRecordFormatOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
Defines the data format encoding the feature/entity data in Kinesis records.
getRecordFormatOrBuilder() - Method in interface feast.proto.core.DataSourceProto.DataSource.KinesisOptionsOrBuilder
Defines the data format encoding the feature/entity data in Kinesis records.
getRedisClusterConfig() - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
getRedisClusterConfig() - Method in class feast.proto.core.StoreProto.Store
.feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
getRedisClusterConfig() - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
.feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
getRedisClusterConfigBuilder() - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
getRedisClusterConfigOrBuilder() - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
getRedisClusterConfigOrBuilder() - Method in class feast.proto.core.StoreProto.Store
.feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
getRedisClusterConfigOrBuilder() - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
.feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
getRedisConfig() - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisConfig redis_config = 11;
getRedisConfig() - Method in class feast.proto.core.StoreProto.Store
.feast.core.Store.RedisConfig redis_config = 11;
getRedisConfig() - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
.feast.core.Store.RedisConfig redis_config = 11;
getRedisConfigBuilder() - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisConfig redis_config = 11;
getRedisConfigOrBuilder() - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisConfig redis_config = 11;
getRedisConfigOrBuilder() - Method in class feast.proto.core.StoreProto.Store
.feast.core.Store.RedisConfig redis_config = 11;
getRedisConfigOrBuilder() - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
.feast.core.Store.RedisConfig redis_config = 11;
getRedshiftDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
getRedshiftDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
getRedshiftDestination() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
getRedshiftDestinationBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
getRedshiftDestinationOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
getRedshiftDestinationOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
getRedshiftDestinationOrBuilder() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
getRedshiftOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RedshiftOptions redshift_options = 15;
getRedshiftOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.RedshiftOptions redshift_options = 15;
getRedshiftOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.RedshiftOptions redshift_options = 15;
getRedshiftOptionsBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RedshiftOptions redshift_options = 15;
getRedshiftOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RedshiftOptions redshift_options = 15;
getRedshiftOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.RedshiftOptions redshift_options = 15;
getRedshiftOptionsOrBuilder() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.RedshiftOptions redshift_options = 15;
getRedshiftStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;
getRedshiftStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;
getRedshiftStorage() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;
getRedshiftStorageBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;
getRedshiftStorageOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;
getRedshiftStorageOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;
getRedshiftStorageOrBuilder() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;
getReference() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.serving.FeatureReferenceV2 reference = 1;
getReference() - Method in class grpc.connector.Connector.ConnectorFeature
.feast.serving.FeatureReferenceV2 reference = 1;
getReference() - Method in interface grpc.connector.Connector.ConnectorFeatureOrBuilder
.feast.serving.FeatureReferenceV2 reference = 1;
getReferenceBuilder() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.serving.FeatureReferenceV2 reference = 1;
getReferenceOrBuilder() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.serving.FeatureReferenceV2 reference = 1;
getReferenceOrBuilder() - Method in class grpc.connector.Connector.ConnectorFeature
.feast.serving.FeatureReferenceV2 reference = 1;
getReferenceOrBuilder() - Method in interface grpc.connector.Connector.ConnectorFeatureOrBuilder
.feast.serving.FeatureReferenceV2 reference = 1;
getRegion() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
AWS region of the Kinesis stream
getRegion() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
AWS region of the Kinesis stream
getRegion() - Method in interface feast.proto.core.DataSourceProto.DataSource.KinesisOptionsOrBuilder
AWS region of the Kinesis stream
getRegion() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
Region of the table
getRegion() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
Region of the table
getRegion() - Method in interface feast.proto.core.DynamoDBTableProto.DynamoDBTableOrBuilder
Region of the table
getRegionBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
AWS region of the Kinesis stream
getRegionBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
AWS region of the Kinesis stream
getRegionBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.KinesisOptionsOrBuilder
AWS region of the Kinesis stream
getRegionBytes() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
Region of the table
getRegionBytes() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
Region of the table
getRegionBytes() - Method in interface feast.proto.core.DynamoDBTableProto.DynamoDBTableOrBuilder
Region of the table
getRegistrySchemaVersion() - Method in class feast.proto.core.RegistryProto.Registry.Builder
to support migrations; incremented when schema is changed
getRegistrySchemaVersion() - Method in class feast.proto.core.RegistryProto.Registry
to support migrations; incremented when schema is changed
getRegistrySchemaVersion() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
to support migrations; incremented when schema is changed
getRegistrySchemaVersionBytes() - Method in class feast.proto.core.RegistryProto.Registry.Builder
to support migrations; incremented when schema is changed
getRegistrySchemaVersionBytes() - Method in class feast.proto.core.RegistryProto.Registry
to support migrations; incremented when schema is changed
getRegistrySchemaVersionBytes() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
to support migrations; incremented when schema is changed
getRequestContext() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
Deprecated.
getRequestContext() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
Deprecated.
getRequestContext() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
Deprecated.
getRequestContextCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
getRequestContextCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
getRequestContextCount() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
getRequestContextMap() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
getRequestContextMap() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
getRequestContextMap() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
getRequestContextOrDefault(String, ValueProto.RepeatedValue) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
getRequestContextOrDefault(String, ValueProto.RepeatedValue) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
getRequestContextOrDefault(String, ValueProto.RepeatedValue) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
getRequestContextOrThrow(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
getRequestContextOrThrow(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
getRequestContextOrThrow(String) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
getRequestDataOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RequestDataOptions request_data_options = 18;
getRequestDataOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.RequestDataOptions request_data_options = 18;
getRequestDataOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.RequestDataOptions request_data_options = 18;
getRequestDataOptionsBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RequestDataOptions request_data_options = 18;
getRequestDataOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RequestDataOptions request_data_options = 18;
getRequestDataOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.RequestDataOptions request_data_options = 18;
getRequestDataOptionsOrBuilder() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.RequestDataOptions request_data_options = 18;
getRequestDataSource() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.DataSource request_data_source = 2;
getRequestDataSource() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
.feast.core.DataSource request_data_source = 2;
getRequestDataSource() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandSourceOrBuilder
.feast.core.DataSource request_data_source = 2;
getRequestDataSource() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Request data which contains the underlying data schema and list of associated features
getRequestDataSource() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
Request data which contains the underlying data schema and list of associated features
getRequestDataSource() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
Request data which contains the underlying data schema and list of associated features
getRequestDataSourceBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.DataSource request_data_source = 2;
getRequestDataSourceBuilder() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Request data which contains the underlying data schema and list of associated features
getRequestDataSourceOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.DataSource request_data_source = 2;
getRequestDataSourceOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
.feast.core.DataSource request_data_source = 2;
getRequestDataSourceOrBuilder() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandSourceOrBuilder
.feast.core.DataSource request_data_source = 2;
getRequestDataSourceOrBuilder() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Request data which contains the underlying data schema and list of associated features
getRequestDataSourceOrBuilder() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
Request data which contains the underlying data schema and list of associated features
getRequestDataSourceOrBuilder() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
Request data which contains the underlying data schema and list of associated features
getRequestFeatureViews(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViews(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViews(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViewsBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViewsBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViewsCount() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViewsCount() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViewsCount() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViewsList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViewsList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViewsList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViewsOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViewsOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViewsOrBuilder(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViewsOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViewsOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getRequestFeatureViewsOrBuilderList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
getResults(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
getResults(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
Length of "results" array should match length of requested features.
getResults(int) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseOrBuilder
Length of "results" array should match length of requested features.
getResults(int) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResults(int) - Method in class grpc.connector.Connector.OnlineReadResponse
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResults(int) - Method in interface grpc.connector.Connector.OnlineReadResponseOrBuilder
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResultsBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
getResultsBuilder(int) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResultsBuilderList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
getResultsBuilderList() - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResultsCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
getResultsCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
Length of "results" array should match length of requested features.
getResultsCount() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseOrBuilder
Length of "results" array should match length of requested features.
getResultsCount() - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResultsCount() - Method in class grpc.connector.Connector.OnlineReadResponse
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResultsCount() - Method in interface grpc.connector.Connector.OnlineReadResponseOrBuilder
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResultsList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
getResultsList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
Length of "results" array should match length of requested features.
getResultsList() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseOrBuilder
Length of "results" array should match length of requested features.
getResultsList() - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResultsList() - Method in class grpc.connector.Connector.OnlineReadResponse
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResultsList() - Method in interface grpc.connector.Connector.OnlineReadResponseOrBuilder
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResultsOrBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
getResultsOrBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
Length of "results" array should match length of requested features.
getResultsOrBuilder(int) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseOrBuilder
Length of "results" array should match length of requested features.
getResultsOrBuilder(int) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResultsOrBuilder(int) - Method in class grpc.connector.Connector.OnlineReadResponse
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResultsOrBuilder(int) - Method in interface grpc.connector.Connector.OnlineReadResponseOrBuilder
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResultsOrBuilderList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
getResultsOrBuilderList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
Length of "results" array should match length of requested features.
getResultsOrBuilderList() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseOrBuilder
Length of "results" array should match length of requested features.
getResultsOrBuilderList() - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResultsOrBuilderList() - Method in class grpc.connector.Connector.OnlineReadResponse
repeated .grpc.connector.ConnectorFeatureList results = 1;
getResultsOrBuilderList() - Method in interface grpc.connector.Connector.OnlineReadResponseOrBuilder
repeated .grpc.connector.ConnectorFeatureList results = 1;
getRevision() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Auto incrementing revision no.
getRevision() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
Auto incrementing revision no.
getRevision() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableMetaOrBuilder
Auto incrementing revision no.
getS3EndpointOverride() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
override AWS S3 storage endpoint with custom S3 endpoint
getS3EndpointOverride() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
override AWS S3 storage endpoint with custom S3 endpoint
getS3EndpointOverride() - Method in interface feast.proto.core.DataSourceProto.DataSource.FileOptionsOrBuilder
override AWS S3 storage endpoint with custom S3 endpoint
getS3EndpointOverride() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
string s3_endpoint_override = 2;
getS3EndpointOverride() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
string s3_endpoint_override = 2;
getS3EndpointOverride() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestinationOrBuilder
string s3_endpoint_override = 2;
getS3EndpointOverrideBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
override AWS S3 storage endpoint with custom S3 endpoint
getS3EndpointOverrideBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
override AWS S3 storage endpoint with custom S3 endpoint
getS3EndpointOverrideBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.FileOptionsOrBuilder
override AWS S3 storage endpoint with custom S3 endpoint
getS3EndpointOverrideBytes() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
string s3_endpoint_override = 2;
getS3EndpointOverrideBytes() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
string s3_endpoint_override = 2;
getS3EndpointOverrideBytes() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestinationOrBuilder
string s3_endpoint_override = 2;
getSampleRate() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
float sample_rate = 1;
getSampleRate() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
float sample_rate = 1;
getSampleRate() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
float sample_rate = 1;
getSavedDatasets(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasets(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasets(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasetsBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasetsBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasetsCount() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasetsCount() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasetsCount() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasetsList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasetsList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasetsList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasetsOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasetsOrBuilder(int) - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasetsOrBuilder(int) - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasetsOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasetsOrBuilderList() - Method in class feast.proto.core.RegistryProto.Registry
repeated .feast.core.SavedDataset saved_datasets = 11;
getSavedDatasetsOrBuilderList() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
repeated .feast.core.SavedDataset saved_datasets = 11;
getSchema() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
Redshift schema name
getSchema() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
Redshift schema name
getSchema() - Method in interface feast.proto.core.DataSourceProto.DataSource.RedshiftOptionsOrBuilder
Redshift schema name
getSchema() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake schema name
getSchema() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
Snowflake schema name
getSchema() - Method in interface feast.proto.core.DataSourceProto.DataSource.SnowflakeOptionsOrBuilder
Snowflake schema name
getSchema(int) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchema(int) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchema(int) - Method in interface feast.proto.core.DataSourceProto.DataSource.RequestDataOptionsOrBuilder
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchemaBuilder(int) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchemaBuilderList() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchemaBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
Redshift schema name
getSchemaBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
Redshift schema name
getSchemaBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.RedshiftOptionsOrBuilder
Redshift schema name
getSchemaBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake schema name
getSchemaBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
Snowflake schema name
getSchemaBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.SnowflakeOptionsOrBuilder
Snowflake schema name
getSchemaCount() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchemaCount() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchemaCount() - Method in interface feast.proto.core.DataSourceProto.DataSource.RequestDataOptionsOrBuilder
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchemaJson() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
Optional if used in a File DataSource as schema is embedded in avro file.
getSchemaJson() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
Optional if used in a File DataSource as schema is embedded in avro file.
getSchemaJson() - Method in interface feast.proto.core.DataFormatProto.StreamFormat.AvroFormatOrBuilder
Optional if used in a File DataSource as schema is embedded in avro file.
getSchemaJsonBytes() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
Optional if used in a File DataSource as schema is embedded in avro file.
getSchemaJsonBytes() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
Optional if used in a File DataSource as schema is embedded in avro file.
getSchemaJsonBytes() - Method in interface feast.proto.core.DataFormatProto.StreamFormat.AvroFormatOrBuilder
Optional if used in a File DataSource as schema is embedded in avro file.
getSchemaList() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchemaList() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchemaList() - Method in interface feast.proto.core.DataSourceProto.DataSource.RequestDataOptionsOrBuilder
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchemaOrBuilder(int) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchemaOrBuilder(int) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchemaOrBuilder(int) - Method in interface feast.proto.core.DataSourceProto.DataSource.RequestDataOptionsOrBuilder
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchemaOrBuilderList() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchemaOrBuilderList() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
repeated .feast.core.FeatureSpecV2 schema = 3;
getSchemaOrBuilderList() - Method in interface feast.proto.core.DataSourceProto.DataSource.RequestDataOptionsOrBuilder
repeated .feast.core.FeatureSpecV2 schema = 3;
getSerializedSize() - Method in class feast.proto.core.DataFormatProto.FileFormat
 
getSerializedSize() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
getSerializedSize() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
getSerializedSize() - Method in class feast.proto.core.DataFormatProto.StreamFormat
 
getSerializedSize() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
getSerializedSize() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
getSerializedSize() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
getSerializedSize() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
getSerializedSize() - Method in class feast.proto.core.DataSourceProto.DataSource
 
getSerializedSize() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
getSerializedSize() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
getSerializedSize() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
getSerializedSize() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
getSerializedSize() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
getSerializedSize() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
getSerializedSize() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
getSerializedSize() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
getSerializedSize() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
getSerializedSize() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
getSerializedSize() - Method in class feast.proto.core.EntityProto.Entity
 
getSerializedSize() - Method in class feast.proto.core.EntityProto.EntityMeta
 
getSerializedSize() - Method in class feast.proto.core.EntityProto.EntitySpecV2
 
getSerializedSize() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
getSerializedSize() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
getSerializedSize() - Method in class feast.proto.core.FeatureServiceProto.FeatureService
 
getSerializedSize() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
getSerializedSize() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
getSerializedSize() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
getSerializedSize() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
getSerializedSize() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
getSerializedSize() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
getSerializedSize() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
getSerializedSize() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
getSerializedSize() - Method in class feast.proto.core.FeatureTableProto.FeatureTable
 
getSerializedSize() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
getSerializedSize() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
getSerializedSize() - Method in class feast.proto.core.FeatureViewProto.FeatureView
 
getSerializedSize() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
getSerializedSize() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
getSerializedSize() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
getSerializedSize() - Method in class feast.proto.core.InfraObjectProto.Infra
 
getSerializedSize() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
getSerializedSize() - Method in class feast.proto.core.InfraObjectProto.InfraObject
 
getSerializedSize() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
getSerializedSize() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
getSerializedSize() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
getSerializedSize() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
getSerializedSize() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
getSerializedSize() - Method in class feast.proto.core.RegistryProto.Registry
 
getSerializedSize() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
getSerializedSize() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
getSerializedSize() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
getSerializedSize() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
getSerializedSize() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
getSerializedSize() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
getSerializedSize() - Method in class feast.proto.core.SqliteTableProto.SqliteTable
 
getSerializedSize() - Method in class feast.proto.core.StoreProto.Store
 
getSerializedSize() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
getSerializedSize() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
 
getSerializedSize() - Method in class feast.proto.core.StoreProto.Store.Subscription
 
getSerializedSize() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
getSerializedSize() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
getSerializedSize() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
getSerializedSize() - Method in class feast.proto.core.ValidationProfile.ValidationReference
 
getSerializedSize() - Method in class feast.proto.serving.ServingAPIProto.FeatureList
 
getSerializedSize() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
getSerializedSize() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
getSerializedSize() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
getSerializedSize() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
getSerializedSize() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
getSerializedSize() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
getSerializedSize() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
getSerializedSize() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
getSerializedSize() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
getSerializedSize() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
getSerializedSize() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
getSerializedSize() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
getSerializedSize() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
getSerializedSize() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
getSerializedSize() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
 
getSerializedSize() - Method in class feast.proto.types.EntityKeyProto.EntityKey
 
getSerializedSize() - Method in class feast.proto.types.FieldProto.Field
 
getSerializedSize() - Method in class feast.proto.types.ValueProto.BoolList
 
getSerializedSize() - Method in class feast.proto.types.ValueProto.BytesList
 
getSerializedSize() - Method in class feast.proto.types.ValueProto.DoubleList
 
getSerializedSize() - Method in class feast.proto.types.ValueProto.FloatList
 
getSerializedSize() - Method in class feast.proto.types.ValueProto.Int32List
 
getSerializedSize() - Method in class feast.proto.types.ValueProto.Int64List
 
getSerializedSize() - Method in class feast.proto.types.ValueProto.RepeatedValue
 
getSerializedSize() - Method in class feast.proto.types.ValueProto.StringList
 
getSerializedSize() - Method in class feast.proto.types.ValueProto.Value
 
getSerializedSize() - Method in class feast.proto.types.ValueProto.ValueType
 
getSerializedSize() - Method in class grpc.connector.Connector.ConnectorFeature
 
getSerializedSize() - Method in class grpc.connector.Connector.ConnectorFeatureList
 
getSerializedSize() - Method in class grpc.connector.Connector.OnlineReadRequest
 
getSerializedSize() - Method in class grpc.connector.Connector.OnlineReadResponse
 
getServiceDescriptor() - Static method in class feast.proto.serving.ServingServiceGrpc
 
getServiceDescriptor() - Static method in class feast.proto.serving.TransformationServiceGrpc
 
getServiceDescriptor() - Static method in class grpc.connector.OnlineStoreGrpc
 
getSnowflakeDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
getSnowflakeDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
getSnowflakeDestination() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
getSnowflakeDestinationBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
getSnowflakeDestinationOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
getSnowflakeDestinationOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
getSnowflakeDestinationOrBuilder() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
getSnowflakeOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_options = 19;
getSnowflakeOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.SnowflakeOptions snowflake_options = 19;
getSnowflakeOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.SnowflakeOptions snowflake_options = 19;
getSnowflakeOptionsBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_options = 19;
getSnowflakeOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_options = 19;
getSnowflakeOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.SnowflakeOptions snowflake_options = 19;
getSnowflakeOptionsOrBuilder() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.SnowflakeOptions snowflake_options = 19;
getSnowflakeStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;
getSnowflakeStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;
getSnowflakeStorage() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;
getSnowflakeStorageBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;
getSnowflakeStorageOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;
getSnowflakeStorageOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;
getSnowflakeStorageOrBuilder() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;
getSourceCase() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
getSourceCase() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
getSourceCase() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandSourceOrBuilder
 
getSources() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Deprecated.
getSources() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
Deprecated.
getSources() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
Deprecated.
getSourcesCount() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
getSourcesCount() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
getSourcesCount() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
Map of sources for this feature view.
getSourcesMap() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Map of sources for this feature view.
getSourcesMap() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
Map of sources for this feature view.
getSourcesMap() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
Map of sources for this feature view.
getSourcesOrDefault(String, OnDemandFeatureViewProto.OnDemandSource) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Map of sources for this feature view.
getSourcesOrDefault(String, OnDemandFeatureViewProto.OnDemandSource) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
Map of sources for this feature view.
getSourcesOrDefault(String, OnDemandFeatureViewProto.OnDemandSource) - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
Map of sources for this feature view.
getSourcesOrThrow(String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Map of sources for this feature view.
getSourcesOrThrow(String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
Map of sources for this feature view.
getSourcesOrThrow(String) - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
Map of sources for this feature view.
getSparkOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SparkOptions spark_options = 27;
getSparkOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.SparkOptions spark_options = 27;
getSparkOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.SparkOptions spark_options = 27;
getSparkOptionsBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SparkOptions spark_options = 27;
getSparkOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SparkOptions spark_options = 27;
getSparkOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.SparkOptions spark_options = 27;
getSparkOptionsOrBuilder() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.SparkOptions spark_options = 27;
getSparkStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SparkOptions spark_storage = 9;
getSparkStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.SparkOptions spark_storage = 9;
getSparkStorage() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.SparkOptions spark_storage = 9;
getSparkStorageBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SparkOptions spark_storage = 9;
getSparkStorageOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SparkOptions spark_storage = 9;
getSparkStorageOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.SparkOptions spark_storage = 9;
getSparkStorageOrBuilder() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.SparkOptions spark_storage = 9;
getSpec() - Method in class feast.proto.core.EntityProto.Entity.Builder
User-specified specifications of this entity.
getSpec() - Method in class feast.proto.core.EntityProto.Entity
User-specified specifications of this entity.
getSpec() - Method in interface feast.proto.core.EntityProto.EntityOrBuilder
User-specified specifications of this entity.
getSpec() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
User-specified specifications of this feature service.
getSpec() - Method in class feast.proto.core.FeatureServiceProto.FeatureService
User-specified specifications of this feature service.
getSpec() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceOrBuilder
User-specified specifications of this feature service.
getSpec() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
User-specified specifications of this feature table.
getSpec() - Method in class feast.proto.core.FeatureTableProto.FeatureTable
User-specified specifications of this feature table.
getSpec() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableOrBuilder
User-specified specifications of this feature table.
getSpec() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
User-specified specifications of this feature view.
getSpec() - Method in class feast.proto.core.FeatureViewProto.FeatureView
User-specified specifications of this feature view.
getSpec() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewOrBuilder
User-specified specifications of this feature view.
getSpec() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
User-specified specifications of this feature view.
getSpec() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
User-specified specifications of this feature view.
getSpec() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewOrBuilder
User-specified specifications of this feature view.
getSpec() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
User-specified specifications of this feature view.
getSpec() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
User-specified specifications of this feature view.
getSpec() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewOrBuilder
User-specified specifications of this feature view.
getSpec() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetSpec spec = 1;
getSpec() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
.feast.core.SavedDatasetSpec spec = 1;
getSpec() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetOrBuilder
.feast.core.SavedDatasetSpec spec = 1;
getSpecBuilder() - Method in class feast.proto.core.EntityProto.Entity.Builder
User-specified specifications of this entity.
getSpecBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
User-specified specifications of this feature service.
getSpecBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
User-specified specifications of this feature table.
getSpecBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
User-specified specifications of this feature view.
getSpecBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
User-specified specifications of this feature view.
getSpecBuilder() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
User-specified specifications of this feature view.
getSpecBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetSpec spec = 1;
getSpecOrBuilder() - Method in class feast.proto.core.EntityProto.Entity.Builder
User-specified specifications of this entity.
getSpecOrBuilder() - Method in class feast.proto.core.EntityProto.Entity
User-specified specifications of this entity.
getSpecOrBuilder() - Method in interface feast.proto.core.EntityProto.EntityOrBuilder
User-specified specifications of this entity.
getSpecOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
User-specified specifications of this feature service.
getSpecOrBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureService
User-specified specifications of this feature service.
getSpecOrBuilder() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceOrBuilder
User-specified specifications of this feature service.
getSpecOrBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
User-specified specifications of this feature table.
getSpecOrBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTable
User-specified specifications of this feature table.
getSpecOrBuilder() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableOrBuilder
User-specified specifications of this feature table.
getSpecOrBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
User-specified specifications of this feature view.
getSpecOrBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureView
User-specified specifications of this feature view.
getSpecOrBuilder() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewOrBuilder
User-specified specifications of this feature view.
getSpecOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
User-specified specifications of this feature view.
getSpecOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
User-specified specifications of this feature view.
getSpecOrBuilder() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewOrBuilder
User-specified specifications of this feature view.
getSpecOrBuilder() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
User-specified specifications of this feature view.
getSpecOrBuilder() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
User-specified specifications of this feature view.
getSpecOrBuilder() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewOrBuilder
User-specified specifications of this feature view.
getSpecOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetSpec spec = 1;
getSpecOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
.feast.core.SavedDatasetSpec spec = 1;
getSpecOrBuilder() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetOrBuilder
.feast.core.SavedDatasetSpec spec = 1;
getSqliteTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.SqliteTable sqlite_table = 4;
getSqliteTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject
.feast.core.SqliteTable sqlite_table = 4;
getSqliteTable() - Method in interface feast.proto.core.InfraObjectProto.InfraObjectOrBuilder
.feast.core.SqliteTable sqlite_table = 4;
getSqliteTableBuilder() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.SqliteTable sqlite_table = 4;
getSqliteTableOrBuilder() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.SqliteTable sqlite_table = 4;
getSqliteTableOrBuilder() - Method in class feast.proto.core.InfraObjectProto.InfraObject
.feast.core.SqliteTable sqlite_table = 4;
getSqliteTableOrBuilder() - Method in interface feast.proto.core.InfraObjectProto.InfraObjectOrBuilder
.feast.core.SqliteTable sqlite_table = 4;
getSsl() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
Optional.
getSsl() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
Optional.
getSsl() - Method in interface feast.proto.core.StoreProto.Store.RedisConfigOrBuilder
Optional.
getStartTime() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp start_time = 1;
getStartTime() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
.google.protobuf.Timestamp start_time = 1;
getStartTime() - Method in interface feast.proto.core.FeatureViewProto.MaterializationIntervalOrBuilder
.google.protobuf.Timestamp start_time = 1;
getStartTimeBuilder() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp start_time = 1;
getStartTimeOrBuilder() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp start_time = 1;
getStartTimeOrBuilder() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
.google.protobuf.Timestamp start_time = 1;
getStartTimeOrBuilder() - Method in interface feast.proto.core.FeatureViewProto.MaterializationIntervalOrBuilder
.google.protobuf.Timestamp start_time = 1;
getStatuses(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.serving.FieldStatus statuses = 2;
getStatuses(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
repeated .feast.serving.FieldStatus statuses = 2;
getStatuses(int) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder
repeated .feast.serving.FieldStatus statuses = 2;
getStatusesCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.serving.FieldStatus statuses = 2;
getStatusesCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
repeated .feast.serving.FieldStatus statuses = 2;
getStatusesCount() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder
repeated .feast.serving.FieldStatus statuses = 2;
getStatusesList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.serving.FieldStatus statuses = 2;
getStatusesList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
repeated .feast.serving.FieldStatus statuses = 2;
getStatusesList() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder
repeated .feast.serving.FieldStatus statuses = 2;
getStatusesValue(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.serving.FieldStatus statuses = 2;
getStatusesValue(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
repeated .feast.serving.FieldStatus statuses = 2;
getStatusesValue(int) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder
repeated .feast.serving.FieldStatus statuses = 2;
getStatusesValueList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.serving.FieldStatus statuses = 2;
getStatusesValueList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
repeated .feast.serving.FieldStatus statuses = 2;
getStatusesValueList() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder
repeated .feast.serving.FieldStatus statuses = 2;
getStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
.feast.core.SavedDatasetStorage storage = 6;
getStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
.feast.core.SavedDatasetStorage storage = 6;
getStorage() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
.feast.core.SavedDatasetStorage storage = 6;
getStorageBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
.feast.core.SavedDatasetStorage storage = 6;
getStorageOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
.feast.core.SavedDatasetStorage storage = 6;
getStorageOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
.feast.core.SavedDatasetStorage storage = 6;
getStorageOrBuilder() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
.feast.core.SavedDatasetStorage storage = 6;
getStreamName() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
Name of the Kinesis stream to obtain feature data from.
getStreamName() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
Name of the Kinesis stream to obtain feature data from.
getStreamName() - Method in interface feast.proto.core.DataSourceProto.DataSource.KinesisOptionsOrBuilder
Name of the Kinesis stream to obtain feature data from.
getStreamNameBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
Name of the Kinesis stream to obtain feature data from.
getStreamNameBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
Name of the Kinesis stream to obtain feature data from.
getStreamNameBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.KinesisOptionsOrBuilder
Name of the Kinesis stream to obtain feature data from.
getStreamSource() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Stream/Online DataSource to source stream/online feature data.
getStreamSource() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
Stream/Online DataSource to source stream/online feature data.
getStreamSource() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
Stream/Online DataSource to source stream/online feature data.
getStreamSource() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Streaming DataSource from where this view can consume "online" feature data.
getStreamSource() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Streaming DataSource from where this view can consume "online" feature data.
getStreamSource() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Streaming DataSource from where this view can consume "online" feature data.
getStreamSourceBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Stream/Online DataSource to source stream/online feature data.
getStreamSourceBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Streaming DataSource from where this view can consume "online" feature data.
getStreamSourceOrBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Stream/Online DataSource to source stream/online feature data.
getStreamSourceOrBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
Stream/Online DataSource to source stream/online feature data.
getStreamSourceOrBuilder() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
Stream/Online DataSource to source stream/online feature data.
getStreamSourceOrBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Streaming DataSource from where this view can consume "online" feature data.
getStreamSourceOrBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Streaming DataSource from where this view can consume "online" feature data.
getStreamSourceOrBuilder() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Streaming DataSource from where this view can consume "online" feature data.
getStringListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.StringList string_list_val = 12;
getStringListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.StringList string_list_val = 12;
getStringListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.StringList string_list_val = 12;
getStringListValBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.StringList string_list_val = 12;
getStringListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.StringList string_list_val = 12;
getStringListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value
.feast.types.StringList string_list_val = 12;
getStringListValOrBuilder() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.StringList string_list_val = 12;
getStringVal() - Method in class feast.proto.types.ValueProto.Value.Builder
string string_val = 2;
getStringVal() - Method in class feast.proto.types.ValueProto.Value
string string_val = 2;
getStringVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
string string_val = 2;
getStringValBytes() - Method in class feast.proto.types.ValueProto.Value.Builder
string string_val = 2;
getStringValBytes() - Method in class feast.proto.types.ValueProto.Value
string string_val = 2;
getStringValBytes() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
string string_val = 2;
getSubscriptions(int) - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
getSubscriptions(int) - Method in class feast.proto.core.StoreProto.Store
Feature sets to subscribe to.
getSubscriptions(int) - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
Feature sets to subscribe to.
getSubscriptionsBuilder(int) - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
getSubscriptionsBuilderList() - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
getSubscriptionsCount() - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
getSubscriptionsCount() - Method in class feast.proto.core.StoreProto.Store
Feature sets to subscribe to.
getSubscriptionsCount() - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
Feature sets to subscribe to.
getSubscriptionsList() - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
getSubscriptionsList() - Method in class feast.proto.core.StoreProto.Store
Feature sets to subscribe to.
getSubscriptionsList() - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
Feature sets to subscribe to.
getSubscriptionsOrBuilder(int) - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
getSubscriptionsOrBuilder(int) - Method in class feast.proto.core.StoreProto.Store
Feature sets to subscribe to.
getSubscriptionsOrBuilder(int) - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
Feature sets to subscribe to.
getSubscriptionsOrBuilderList() - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
getSubscriptionsOrBuilderList() - Method in class feast.proto.core.StoreProto.Store
Feature sets to subscribe to.
getSubscriptionsOrBuilderList() - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
Feature sets to subscribe to.
getTable() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
Full table reference in the form of [project:dataset.table]
getTable() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
Full table reference in the form of [project:dataset.table]
getTable() - Method in interface feast.proto.core.DataSourceProto.DataSource.BigQueryOptionsOrBuilder
Full table reference in the form of [project:dataset.table]
getTable() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
Redshift table name
getTable() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
Redshift table name
getTable() - Method in interface feast.proto.core.DataSourceProto.DataSource.RedshiftOptionsOrBuilder
Redshift table name
getTable() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake table name
getTable() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
Snowflake table name
getTable() - Method in interface feast.proto.core.DataSourceProto.DataSource.SnowflakeOptionsOrBuilder
Snowflake table name
getTable() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Table name
getTable() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
Table name
getTable() - Method in interface feast.proto.core.DataSourceProto.DataSource.SparkOptionsOrBuilder
Table name
getTable() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
Full table reference in the form of [project:dataset.table]
getTable() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
Full table reference in the form of [project:dataset.table]
getTable() - Method in interface feast.proto.core.DataSourceProto.DataSource.TrinoOptionsOrBuilder
Full table reference in the form of [project:dataset.table]
getTableBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
Full table reference in the form of [project:dataset.table]
getTableBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
Full table reference in the form of [project:dataset.table]
getTableBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.BigQueryOptionsOrBuilder
Full table reference in the form of [project:dataset.table]
getTableBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
Redshift table name
getTableBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
Redshift table name
getTableBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.RedshiftOptionsOrBuilder
Redshift table name
getTableBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake table name
getTableBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
Snowflake table name
getTableBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.SnowflakeOptionsOrBuilder
Snowflake table name
getTableBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Table name
getTableBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
Table name
getTableBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.SparkOptionsOrBuilder
Table name
getTableBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
Full table reference in the form of [project:dataset.table]
getTableBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
Full table reference in the form of [project:dataset.table]
getTableBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.TrinoOptionsOrBuilder
Full table reference in the form of [project:dataset.table]
getTableName() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
Destination table name.
getTableName() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
Destination table name.
getTableName() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestinationOrBuilder
Destination table name.
getTableName() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
Destination table name.
getTableName() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
Destination table name.
getTableName() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestinationOrBuilder
Destination table name.
getTableNameBytes() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
Destination table name.
getTableNameBytes() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
Destination table name.
getTableNameBytes() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestinationOrBuilder
Destination table name.
getTableNameBytes() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
Destination table name.
getTableNameBytes() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
Destination table name.
getTableNameBytes() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestinationOrBuilder
Destination table name.
getTableRef() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
Full table reference in the form of [project:dataset.table]
getTableRef() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
Full table reference in the form of [project:dataset.table]
getTableRef() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestinationOrBuilder
Full table reference in the form of [project:dataset.table]
getTableRefBytes() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
Full table reference in the form of [project:dataset.table]
getTableRefBytes() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
Full table reference in the form of [project:dataset.table]
getTableRefBytes() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestinationOrBuilder
Full table reference in the form of [project:dataset.table]
getTags() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Deprecated.
getTags() - Method in class feast.proto.core.DataSourceProto.DataSource
Deprecated.
getTags() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Deprecated.
getTags() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Deprecated.
getTags() - Method in class feast.proto.core.EntityProto.EntitySpecV2
Deprecated.
getTags() - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
Deprecated.
getTags() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Deprecated.
getTags() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
Deprecated.
getTags() - Method in interface feast.proto.core.FeatureProto.FeatureSpecV2OrBuilder
Deprecated.
getTags() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Deprecated.
getTags() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
Deprecated.
getTags() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
Deprecated.
getTags() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Deprecated.
getTags() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Deprecated.
getTags() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Deprecated.
getTags() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Deprecated.
getTags() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
Deprecated.
getTags() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
Deprecated.
getTags() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Deprecated.
getTags() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
Deprecated.
getTags() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
Deprecated.
getTags() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Deprecated.
getTags() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
Deprecated.
getTags() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
Deprecated.
getTagsCount() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
getTagsCount() - Method in class feast.proto.core.DataSourceProto.DataSource
 
getTagsCount() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
map<string, string> tags = 24;
getTagsCount() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
getTagsCount() - Method in class feast.proto.core.EntityProto.EntitySpecV2
 
getTagsCount() - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
User defined metadata
getTagsCount() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
getTagsCount() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
getTagsCount() - Method in interface feast.proto.core.FeatureProto.FeatureSpecV2OrBuilder
Tags for user defined metadata on a feature
getTagsCount() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
getTagsCount() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
getTagsCount() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
User defined metadata
getTagsCount() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
getTagsCount() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
getTagsCount() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
User defined metadata
getTagsCount() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
getTagsCount() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
getTagsCount() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
User defined metadata.
getTagsCount() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
getTagsCount() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
getTagsCount() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
User defined metadata.
getTagsCount() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
getTagsCount() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
getTagsCount() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
User defined metadata
getTagsMap() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
map<string, string> tags = 24;
getTagsMap() - Method in class feast.proto.core.DataSourceProto.DataSource
map<string, string> tags = 24;
getTagsMap() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
map<string, string> tags = 24;
getTagsMap() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
User defined metadata
getTagsMap() - Method in class feast.proto.core.EntityProto.EntitySpecV2
User defined metadata
getTagsMap() - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
User defined metadata
getTagsMap() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Tags for user defined metadata on a feature
getTagsMap() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
Tags for user defined metadata on a feature
getTagsMap() - Method in interface feast.proto.core.FeatureProto.FeatureSpecV2OrBuilder
Tags for user defined metadata on a feature
getTagsMap() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
User defined metadata
getTagsMap() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
User defined metadata
getTagsMap() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
User defined metadata
getTagsMap() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
User defined metadata
getTagsMap() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
User defined metadata
getTagsMap() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
User defined metadata
getTagsMap() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
User defined metadata.
getTagsMap() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
User defined metadata.
getTagsMap() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
User defined metadata.
getTagsMap() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
User defined metadata.
getTagsMap() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
User defined metadata.
getTagsMap() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
User defined metadata.
getTagsMap() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
User defined metadata
getTagsMap() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
User defined metadata
getTagsMap() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
User defined metadata
getTagsOrDefault(String, String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
map<string, string> tags = 24;
getTagsOrDefault(String, String) - Method in class feast.proto.core.DataSourceProto.DataSource
map<string, string> tags = 24;
getTagsOrDefault(String, String) - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
map<string, string> tags = 24;
getTagsOrDefault(String, String) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
User defined metadata
getTagsOrDefault(String, String) - Method in class feast.proto.core.EntityProto.EntitySpecV2
User defined metadata
getTagsOrDefault(String, String) - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
User defined metadata
getTagsOrDefault(String, String) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Tags for user defined metadata on a feature
getTagsOrDefault(String, String) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
Tags for user defined metadata on a feature
getTagsOrDefault(String, String) - Method in interface feast.proto.core.FeatureProto.FeatureSpecV2OrBuilder
Tags for user defined metadata on a feature
getTagsOrDefault(String, String) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
User defined metadata
getTagsOrDefault(String, String) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
User defined metadata
getTagsOrDefault(String, String) - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
User defined metadata
getTagsOrDefault(String, String) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
User defined metadata
getTagsOrDefault(String, String) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
User defined metadata
getTagsOrDefault(String, String) - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
User defined metadata
getTagsOrDefault(String, String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
User defined metadata.
getTagsOrDefault(String, String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
User defined metadata.
getTagsOrDefault(String, String) - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
User defined metadata.
getTagsOrDefault(String, String) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
User defined metadata.
getTagsOrDefault(String, String) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
User defined metadata.
getTagsOrDefault(String, String) - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
User defined metadata.
getTagsOrDefault(String, String) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
User defined metadata
getTagsOrDefault(String, String) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
User defined metadata
getTagsOrDefault(String, String) - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
User defined metadata
getTagsOrThrow(String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
map<string, string> tags = 24;
getTagsOrThrow(String) - Method in class feast.proto.core.DataSourceProto.DataSource
map<string, string> tags = 24;
getTagsOrThrow(String) - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
map<string, string> tags = 24;
getTagsOrThrow(String) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
User defined metadata
getTagsOrThrow(String) - Method in class feast.proto.core.EntityProto.EntitySpecV2
User defined metadata
getTagsOrThrow(String) - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
User defined metadata
getTagsOrThrow(String) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Tags for user defined metadata on a feature
getTagsOrThrow(String) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
Tags for user defined metadata on a feature
getTagsOrThrow(String) - Method in interface feast.proto.core.FeatureProto.FeatureSpecV2OrBuilder
Tags for user defined metadata on a feature
getTagsOrThrow(String) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
User defined metadata
getTagsOrThrow(String) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
User defined metadata
getTagsOrThrow(String) - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
User defined metadata
getTagsOrThrow(String) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
User defined metadata
getTagsOrThrow(String) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
User defined metadata
getTagsOrThrow(String) - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
User defined metadata
getTagsOrThrow(String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
User defined metadata.
getTagsOrThrow(String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
User defined metadata.
getTagsOrThrow(String) - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
User defined metadata.
getTagsOrThrow(String) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
User defined metadata.
getTagsOrThrow(String) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
User defined metadata.
getTagsOrThrow(String) - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
User defined metadata.
getTagsOrThrow(String) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
User defined metadata
getTagsOrThrow(String) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
User defined metadata
getTagsOrThrow(String) - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
User defined metadata
getTimestamp() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Request timestamp of this row.
getTimestamp() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
Request timestamp of this row.
getTimestamp() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRowOrBuilder
Request timestamp of this row.
getTimestamp() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.google.protobuf.Timestamp timestamp = 2;
getTimestamp() - Method in class grpc.connector.Connector.ConnectorFeature
.google.protobuf.Timestamp timestamp = 2;
getTimestamp() - Method in interface grpc.connector.Connector.ConnectorFeatureOrBuilder
.google.protobuf.Timestamp timestamp = 2;
getTimestampBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Request timestamp of this row.
getTimestampBuilder() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.google.protobuf.Timestamp timestamp = 2;
getTimestampField() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Must specify event timestamp column name
getTimestampField() - Method in class feast.proto.core.DataSourceProto.DataSource
Must specify event timestamp column name
getTimestampField() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Must specify event timestamp column name
getTimestampFieldBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Must specify event timestamp column name
getTimestampFieldBytes() - Method in class feast.proto.core.DataSourceProto.DataSource
Must specify event timestamp column name
getTimestampFieldBytes() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Must specify event timestamp column name
getTimestampOrBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Request timestamp of this row.
getTimestampOrBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
Request timestamp of this row.
getTimestampOrBuilder() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRowOrBuilder
Request timestamp of this row.
getTimestampOrBuilder() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.google.protobuf.Timestamp timestamp = 2;
getTimestampOrBuilder() - Method in class grpc.connector.Connector.ConnectorFeature
.google.protobuf.Timestamp timestamp = 2;
getTimestampOrBuilder() - Method in interface grpc.connector.Connector.ConnectorFeatureOrBuilder
.google.protobuf.Timestamp timestamp = 2;
getTopic() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Kafka topic to collect feature data from.
getTopic() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
Kafka topic to collect feature data from.
getTopic() - Method in interface feast.proto.core.DataSourceProto.DataSource.KafkaOptionsOrBuilder
Kafka topic to collect feature data from.
getTopicBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Kafka topic to collect feature data from.
getTopicBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
Kafka topic to collect feature data from.
getTopicBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.KafkaOptionsOrBuilder
Kafka topic to collect feature data from.
getTransformationInput() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
.feast.serving.ValueType transformation_input = 3;
getTransformationInput() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
.feast.serving.ValueType transformation_input = 3;
getTransformationInput() - Method in interface feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequestOrBuilder
.feast.serving.ValueType transformation_input = 3;
getTransformationInputBuilder() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
.feast.serving.ValueType transformation_input = 3;
getTransformationInputOrBuilder() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
.feast.serving.ValueType transformation_input = 3;
getTransformationInputOrBuilder() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
.feast.serving.ValueType transformation_input = 3;
getTransformationInputOrBuilder() - Method in interface feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequestOrBuilder
.feast.serving.ValueType transformation_input = 3;
getTransformationOutput() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
.feast.serving.ValueType transformation_output = 3;
getTransformationOutput() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
.feast.serving.ValueType transformation_output = 3;
getTransformationOutput() - Method in interface feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponseOrBuilder
.feast.serving.ValueType transformation_output = 3;
getTransformationOutputBuilder() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
.feast.serving.ValueType transformation_output = 3;
getTransformationOutputOrBuilder() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
.feast.serving.ValueType transformation_output = 3;
getTransformationOutputOrBuilder() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
.feast.serving.ValueType transformation_output = 3;
getTransformationOutputOrBuilder() - Method in interface feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponseOrBuilder
.feast.serving.ValueType transformation_output = 3;
getTransformationServiceInfo(TransformationServiceAPIProto.GetTransformationServiceInfoRequest) - Method in class feast.proto.serving.TransformationServiceGrpc.TransformationServiceBlockingStub
 
getTransformationServiceInfo(TransformationServiceAPIProto.GetTransformationServiceInfoRequest) - Method in class feast.proto.serving.TransformationServiceGrpc.TransformationServiceFutureStub
 
getTransformationServiceInfo(TransformationServiceAPIProto.GetTransformationServiceInfoRequest, StreamObserver<TransformationServiceAPIProto.GetTransformationServiceInfoResponse>) - Method in class feast.proto.serving.TransformationServiceGrpc.TransformationServiceImplBase
 
getTransformationServiceInfo(TransformationServiceAPIProto.GetTransformationServiceInfoRequest, StreamObserver<TransformationServiceAPIProto.GetTransformationServiceInfoResponse>) - Method in class feast.proto.serving.TransformationServiceGrpc.TransformationServiceStub
 
getTransformationServiceTypeDetails() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
string transformation_service_type_details = 3;
getTransformationServiceTypeDetails() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
string transformation_service_type_details = 3;
getTransformationServiceTypeDetails() - Method in interface feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponseOrBuilder
string transformation_service_type_details = 3;
getTransformationServiceTypeDetailsBytes() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
string transformation_service_type_details = 3;
getTransformationServiceTypeDetailsBytes() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
string transformation_service_type_details = 3;
getTransformationServiceTypeDetailsBytes() - Method in interface feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponseOrBuilder
string transformation_service_type_details = 3;
getTransformFeaturesMethod() - Static method in class feast.proto.serving.TransformationServiceGrpc
 
getTrinoOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.TrinoOptions trino_options = 30;
getTrinoOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.TrinoOptions trino_options = 30;
getTrinoOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.TrinoOptions trino_options = 30;
getTrinoOptionsBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.TrinoOptions trino_options = 30;
getTrinoOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.TrinoOptions trino_options = 30;
getTrinoOptionsOrBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.TrinoOptions trino_options = 30;
getTrinoOptionsOrBuilder() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.TrinoOptions trino_options = 30;
getTrinoStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.TrinoOptions trino_storage = 8;
getTrinoStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.TrinoOptions trino_storage = 8;
getTrinoStorage() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.TrinoOptions trino_storage = 8;
getTrinoStorageBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.TrinoOptions trino_storage = 8;
getTrinoStorageOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.TrinoOptions trino_storage = 8;
getTrinoStorageOrBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.TrinoOptions trino_storage = 8;
getTrinoStorageOrBuilder() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.TrinoOptions trino_storage = 8;
getTtl() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Features in this feature view can only be retrieved from online serving younger than ttl.
getTtl() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Features in this feature view can only be retrieved from online serving younger than ttl.
getTtl() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Features in this feature view can only be retrieved from online serving younger than ttl.
getTtlBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Features in this feature view can only be retrieved from online serving younger than ttl.
getTtlOrBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Features in this feature view can only be retrieved from online serving younger than ttl.
getTtlOrBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Features in this feature view can only be retrieved from online serving younger than ttl.
getTtlOrBuilder() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Features in this feature view can only be retrieved from online serving younger than ttl.
getType() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SourceType type = 1;
getType() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.SourceType type = 1;
getType() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.SourceType type = 1;
getType() - Method in class feast.proto.core.StoreProto.Store.Builder
Type of store.
getType() - Method in class feast.proto.core.StoreProto.Store
Type of store.
getType() - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
Type of store.
getType() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
Type of transformation service deployment.
getType() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
Type of transformation service deployment.
getType() - Method in interface feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponseOrBuilder
Type of transformation service deployment.
getTypeValue() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SourceType type = 1;
getTypeValue() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.SourceType type = 1;
getTypeValue() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.SourceType type = 1;
getTypeValue() - Method in class feast.proto.core.StoreProto.Store.Builder
Type of store.
getTypeValue() - Method in class feast.proto.core.StoreProto.Store
Type of store.
getTypeValue() - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
Type of store.
getTypeValue() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
Type of transformation service deployment.
getTypeValue() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
Type of transformation service deployment.
getTypeValue() - Method in interface feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponseOrBuilder
Type of transformation service deployment.
getUnixTimestampListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List unix_timestamp_list_val = 18;
getUnixTimestampListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.Int64List unix_timestamp_list_val = 18;
getUnixTimestampListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.Int64List unix_timestamp_list_val = 18;
getUnixTimestampListValBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List unix_timestamp_list_val = 18;
getUnixTimestampListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List unix_timestamp_list_val = 18;
getUnixTimestampListValOrBuilder() - Method in class feast.proto.types.ValueProto.Value
.feast.types.Int64List unix_timestamp_list_val = 18;
getUnixTimestampListValOrBuilder() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.Int64List unix_timestamp_list_val = 18;
getUnixTimestampVal() - Method in class feast.proto.types.ValueProto.Value.Builder
int64 unix_timestamp_val = 8;
getUnixTimestampVal() - Method in class feast.proto.types.ValueProto.Value
int64 unix_timestamp_val = 8;
getUnixTimestampVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
int64 unix_timestamp_val = 8;
getUnknownFields() - Method in class feast.proto.core.DataFormatProto.FileFormat
 
getUnknownFields() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
getUnknownFields() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
getUnknownFields() - Method in class feast.proto.core.DataFormatProto.StreamFormat
 
getUnknownFields() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
getUnknownFields() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
getUnknownFields() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
getUnknownFields() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
getUnknownFields() - Method in class feast.proto.core.DataSourceProto.DataSource
 
getUnknownFields() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
getUnknownFields() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
getUnknownFields() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
getUnknownFields() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
getUnknownFields() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
getUnknownFields() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
getUnknownFields() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
getUnknownFields() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
getUnknownFields() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
getUnknownFields() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
getUnknownFields() - Method in class feast.proto.core.EntityProto.Entity
 
getUnknownFields() - Method in class feast.proto.core.EntityProto.EntityMeta
 
getUnknownFields() - Method in class feast.proto.core.EntityProto.EntitySpecV2
 
getUnknownFields() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
getUnknownFields() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
getUnknownFields() - Method in class feast.proto.core.FeatureServiceProto.FeatureService
 
getUnknownFields() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
getUnknownFields() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
getUnknownFields() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
getUnknownFields() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
getUnknownFields() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
getUnknownFields() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
getUnknownFields() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
getUnknownFields() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
getUnknownFields() - Method in class feast.proto.core.FeatureTableProto.FeatureTable
 
getUnknownFields() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
getUnknownFields() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
getUnknownFields() - Method in class feast.proto.core.FeatureViewProto.FeatureView
 
getUnknownFields() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
getUnknownFields() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
getUnknownFields() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
getUnknownFields() - Method in class feast.proto.core.InfraObjectProto.Infra
 
getUnknownFields() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
getUnknownFields() - Method in class feast.proto.core.InfraObjectProto.InfraObject
 
getUnknownFields() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
getUnknownFields() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
getUnknownFields() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
getUnknownFields() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
getUnknownFields() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
getUnknownFields() - Method in class feast.proto.core.RegistryProto.Registry
 
getUnknownFields() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
getUnknownFields() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
getUnknownFields() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
getUnknownFields() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
getUnknownFields() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
getUnknownFields() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
getUnknownFields() - Method in class feast.proto.core.SqliteTableProto.SqliteTable
 
getUnknownFields() - Method in class feast.proto.core.StoreProto.Store
 
getUnknownFields() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
getUnknownFields() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
 
getUnknownFields() - Method in class feast.proto.core.StoreProto.Store.Subscription
 
getUnknownFields() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
getUnknownFields() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
getUnknownFields() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
getUnknownFields() - Method in class feast.proto.core.ValidationProfile.ValidationReference
 
getUnknownFields() - Method in class feast.proto.serving.ServingAPIProto.FeatureList
 
getUnknownFields() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
getUnknownFields() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
getUnknownFields() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
getUnknownFields() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
getUnknownFields() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
getUnknownFields() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
getUnknownFields() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
getUnknownFields() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
getUnknownFields() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
getUnknownFields() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
getUnknownFields() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
getUnknownFields() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
getUnknownFields() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
getUnknownFields() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
getUnknownFields() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
 
getUnknownFields() - Method in class feast.proto.types.EntityKeyProto.EntityKey
 
getUnknownFields() - Method in class feast.proto.types.FieldProto.Field
 
getUnknownFields() - Method in class feast.proto.types.ValueProto.BoolList
 
getUnknownFields() - Method in class feast.proto.types.ValueProto.BytesList
 
getUnknownFields() - Method in class feast.proto.types.ValueProto.DoubleList
 
getUnknownFields() - Method in class feast.proto.types.ValueProto.FloatList
 
getUnknownFields() - Method in class feast.proto.types.ValueProto.Int32List
 
getUnknownFields() - Method in class feast.proto.types.ValueProto.Int64List
 
getUnknownFields() - Method in class feast.proto.types.ValueProto.RepeatedValue
 
getUnknownFields() - Method in class feast.proto.types.ValueProto.StringList
 
getUnknownFields() - Method in class feast.proto.types.ValueProto.Value
 
getUnknownFields() - Method in class feast.proto.types.ValueProto.ValueType
 
getUnknownFields() - Method in class grpc.connector.Connector.ConnectorFeature
 
getUnknownFields() - Method in class grpc.connector.Connector.ConnectorFeatureList
 
getUnknownFields() - Method in class grpc.connector.Connector.OnlineReadRequest
 
getUnknownFields() - Method in class grpc.connector.Connector.OnlineReadResponse
 
getUri() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
Target URL of file to retrieve and source features from.
getUri() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
Target URL of file to retrieve and source features from.
getUri() - Method in interface feast.proto.core.DataSourceProto.DataSource.FileOptionsOrBuilder
Target URL of file to retrieve and source features from.
getUriBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
Target URL of file to retrieve and source features from.
getUriBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
Target URL of file to retrieve and source features from.
getUriBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.FileOptionsOrBuilder
Target URL of file to retrieve and source features from.
getUserDefinedFunction() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
.feast.core.UserDefinedFunction user_defined_function = 5;
getUserDefinedFunction() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
.feast.core.UserDefinedFunction user_defined_function = 5;
getUserDefinedFunction() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
.feast.core.UserDefinedFunction user_defined_function = 5;
getUserDefinedFunctionBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
.feast.core.UserDefinedFunction user_defined_function = 5;
getUserDefinedFunctionOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
.feast.core.UserDefinedFunction user_defined_function = 5;
getUserDefinedFunctionOrBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
.feast.core.UserDefinedFunction user_defined_function = 5;
getUserDefinedFunctionOrBuilder() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
.feast.core.UserDefinedFunction user_defined_function = 5;
getVal(int) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
repeated string val = 1;
getVal(int) - Method in class feast.proto.serving.ServingAPIProto.FeatureList
repeated string val = 1;
getVal(int) - Method in interface feast.proto.serving.ServingAPIProto.FeatureListOrBuilder
repeated string val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.BoolList.Builder
repeated bool val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.BoolList
repeated bool val = 1;
getVal(int) - Method in interface feast.proto.types.ValueProto.BoolListOrBuilder
repeated bool val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.BytesList.Builder
repeated bytes val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.BytesList
repeated bytes val = 1;
getVal(int) - Method in interface feast.proto.types.ValueProto.BytesListOrBuilder
repeated bytes val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.DoubleList.Builder
repeated double val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.DoubleList
repeated double val = 1;
getVal(int) - Method in interface feast.proto.types.ValueProto.DoubleListOrBuilder
repeated double val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.FloatList.Builder
repeated float val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.FloatList
repeated float val = 1;
getVal(int) - Method in interface feast.proto.types.ValueProto.FloatListOrBuilder
repeated float val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.Int32List.Builder
repeated int32 val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.Int32List
repeated int32 val = 1;
getVal(int) - Method in interface feast.proto.types.ValueProto.Int32ListOrBuilder
repeated int32 val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.Int64List.Builder
repeated int64 val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.Int64List
repeated int64 val = 1;
getVal(int) - Method in interface feast.proto.types.ValueProto.Int64ListOrBuilder
repeated int64 val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.RepeatedValue
repeated .feast.types.Value val = 1;
getVal(int) - Method in interface feast.proto.types.ValueProto.RepeatedValueOrBuilder
repeated .feast.types.Value val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.StringList.Builder
repeated string val = 1;
getVal(int) - Method in class feast.proto.types.ValueProto.StringList
repeated string val = 1;
getVal(int) - Method in interface feast.proto.types.ValueProto.StringListOrBuilder
repeated string val = 1;
getValBuilder(int) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
getValBuilderList() - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
getValBytes(int) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
repeated string val = 1;
getValBytes(int) - Method in class feast.proto.serving.ServingAPIProto.FeatureList
repeated string val = 1;
getValBytes(int) - Method in interface feast.proto.serving.ServingAPIProto.FeatureListOrBuilder
repeated string val = 1;
getValBytes(int) - Method in class feast.proto.types.ValueProto.StringList.Builder
repeated string val = 1;
getValBytes(int) - Method in class feast.proto.types.ValueProto.StringList
repeated string val = 1;
getValBytes(int) - Method in interface feast.proto.types.ValueProto.StringListOrBuilder
repeated string val = 1;
getValCase() - Method in class feast.proto.types.ValueProto.Value.Builder
 
getValCase() - Method in class feast.proto.types.ValueProto.Value
 
getValCase() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
 
getValCount() - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
repeated string val = 1;
getValCount() - Method in class feast.proto.serving.ServingAPIProto.FeatureList
repeated string val = 1;
getValCount() - Method in interface feast.proto.serving.ServingAPIProto.FeatureListOrBuilder
repeated string val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.BoolList.Builder
repeated bool val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.BoolList
repeated bool val = 1;
getValCount() - Method in interface feast.proto.types.ValueProto.BoolListOrBuilder
repeated bool val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.BytesList.Builder
repeated bytes val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.BytesList
repeated bytes val = 1;
getValCount() - Method in interface feast.proto.types.ValueProto.BytesListOrBuilder
repeated bytes val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.DoubleList.Builder
repeated double val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.DoubleList
repeated double val = 1;
getValCount() - Method in interface feast.proto.types.ValueProto.DoubleListOrBuilder
repeated double val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.FloatList.Builder
repeated float val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.FloatList
repeated float val = 1;
getValCount() - Method in interface feast.proto.types.ValueProto.FloatListOrBuilder
repeated float val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.Int32List.Builder
repeated int32 val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.Int32List
repeated int32 val = 1;
getValCount() - Method in interface feast.proto.types.ValueProto.Int32ListOrBuilder
repeated int32 val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.Int64List.Builder
repeated int64 val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.Int64List
repeated int64 val = 1;
getValCount() - Method in interface feast.proto.types.ValueProto.Int64ListOrBuilder
repeated int64 val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.RepeatedValue
repeated .feast.types.Value val = 1;
getValCount() - Method in interface feast.proto.types.ValueProto.RepeatedValueOrBuilder
repeated .feast.types.Value val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.StringList.Builder
repeated string val = 1;
getValCount() - Method in class feast.proto.types.ValueProto.StringList
repeated string val = 1;
getValCount() - Method in interface feast.proto.types.ValueProto.StringListOrBuilder
repeated string val = 1;
getValList() - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
repeated string val = 1;
getValList() - Method in class feast.proto.serving.ServingAPIProto.FeatureList
repeated string val = 1;
getValList() - Method in interface feast.proto.serving.ServingAPIProto.FeatureListOrBuilder
repeated string val = 1;
getValList() - Method in class feast.proto.types.ValueProto.BoolList.Builder
repeated bool val = 1;
getValList() - Method in class feast.proto.types.ValueProto.BoolList
repeated bool val = 1;
getValList() - Method in interface feast.proto.types.ValueProto.BoolListOrBuilder
repeated bool val = 1;
getValList() - Method in class feast.proto.types.ValueProto.BytesList.Builder
repeated bytes val = 1;
getValList() - Method in class feast.proto.types.ValueProto.BytesList
repeated bytes val = 1;
getValList() - Method in interface feast.proto.types.ValueProto.BytesListOrBuilder
repeated bytes val = 1;
getValList() - Method in class feast.proto.types.ValueProto.DoubleList.Builder
repeated double val = 1;
getValList() - Method in class feast.proto.types.ValueProto.DoubleList
repeated double val = 1;
getValList() - Method in interface feast.proto.types.ValueProto.DoubleListOrBuilder
repeated double val = 1;
getValList() - Method in class feast.proto.types.ValueProto.FloatList.Builder
repeated float val = 1;
getValList() - Method in class feast.proto.types.ValueProto.FloatList
repeated float val = 1;
getValList() - Method in interface feast.proto.types.ValueProto.FloatListOrBuilder
repeated float val = 1;
getValList() - Method in class feast.proto.types.ValueProto.Int32List.Builder
repeated int32 val = 1;
getValList() - Method in class feast.proto.types.ValueProto.Int32List
repeated int32 val = 1;
getValList() - Method in interface feast.proto.types.ValueProto.Int32ListOrBuilder
repeated int32 val = 1;
getValList() - Method in class feast.proto.types.ValueProto.Int64List.Builder
repeated int64 val = 1;
getValList() - Method in class feast.proto.types.ValueProto.Int64List
repeated int64 val = 1;
getValList() - Method in interface feast.proto.types.ValueProto.Int64ListOrBuilder
repeated int64 val = 1;
getValList() - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
getValList() - Method in class feast.proto.types.ValueProto.RepeatedValue
repeated .feast.types.Value val = 1;
getValList() - Method in interface feast.proto.types.ValueProto.RepeatedValueOrBuilder
repeated .feast.types.Value val = 1;
getValList() - Method in class feast.proto.types.ValueProto.StringList.Builder
repeated string val = 1;
getValList() - Method in class feast.proto.types.ValueProto.StringList
repeated string val = 1;
getValList() - Method in interface feast.proto.types.ValueProto.StringListOrBuilder
repeated string val = 1;
getValOrBuilder(int) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
getValOrBuilder(int) - Method in class feast.proto.types.ValueProto.RepeatedValue
repeated .feast.types.Value val = 1;
getValOrBuilder(int) - Method in interface feast.proto.types.ValueProto.RepeatedValueOrBuilder
repeated .feast.types.Value val = 1;
getValOrBuilderList() - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
getValOrBuilderList() - Method in class feast.proto.types.ValueProto.RepeatedValue
repeated .feast.types.Value val = 1;
getValOrBuilderList() - Method in interface feast.proto.types.ValueProto.RepeatedValueOrBuilder
repeated .feast.types.Value val = 1;
getValue() - Method in class feast.proto.types.FieldProto.Field.Builder
.feast.types.ValueType.Enum value = 2;
getValue() - Method in class feast.proto.types.FieldProto.Field
.feast.types.ValueType.Enum value = 2;
getValue() - Method in interface feast.proto.types.FieldProto.FieldOrBuilder
.feast.types.ValueType.Enum value = 2;
getValue() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.types.Value value = 3;
getValue() - Method in class grpc.connector.Connector.ConnectorFeature
.feast.types.Value value = 3;
getValue() - Method in interface grpc.connector.Connector.ConnectorFeatureOrBuilder
.feast.types.Value value = 3;
getValueBuilder() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.types.Value value = 3;
getValueCase() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
getValueCase() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
getValueCase() - Method in interface feast.proto.serving.TransformationServiceAPIProto.ValueTypeOrBuilder
 
getValueDescriptor() - Method in enum feast.proto.core.DataSourceProto.DataSource.SourceType
 
getValueDescriptor() - Method in enum feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
 
getValueDescriptor() - Method in enum feast.proto.core.StoreProto.Store.StoreType
 
getValueDescriptor() - Method in enum feast.proto.serving.ServingAPIProto.FieldStatus
 
getValueDescriptor() - Method in enum feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
 
getValueDescriptor() - Method in enum feast.proto.types.ValueProto.Null
 
getValueDescriptor() - Method in enum feast.proto.types.ValueProto.ValueType.Enum
 
getValueOrBuilder() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.types.Value value = 3;
getValueOrBuilder() - Method in class grpc.connector.Connector.ConnectorFeature
.feast.types.Value value = 3;
getValueOrBuilder() - Method in interface grpc.connector.Connector.ConnectorFeatureOrBuilder
.feast.types.Value value = 3;
getValues(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
getValues(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
repeated .feast.types.Value values = 1;
getValues(int) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder
repeated .feast.types.Value values = 1;
getValuesBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
getValuesBuilderList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
getValuesCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
getValuesCount() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
repeated .feast.types.Value values = 1;
getValuesCount() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder
repeated .feast.types.Value values = 1;
getValuesList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
getValuesList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
repeated .feast.types.Value values = 1;
getValuesList() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder
repeated .feast.types.Value values = 1;
getValuesOrBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
getValuesOrBuilder(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
repeated .feast.types.Value values = 1;
getValuesOrBuilder(int) - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder
repeated .feast.types.Value values = 1;
getValuesOrBuilderList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
getValuesOrBuilderList() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
repeated .feast.types.Value values = 1;
getValuesOrBuilderList() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder
repeated .feast.types.Value values = 1;
getValueType() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Type of the entity.
getValueType() - Method in class feast.proto.core.EntityProto.EntitySpecV2
Type of the entity.
getValueType() - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
Type of the entity.
getValueType() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Value type of the feature.
getValueType() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
Value type of the feature.
getValueType() - Method in interface feast.proto.core.FeatureProto.FeatureSpecV2OrBuilder
Value type of the feature.
getValueTypeValue() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Type of the entity.
getValueTypeValue() - Method in class feast.proto.core.EntityProto.EntitySpecV2
Type of the entity.
getValueTypeValue() - Method in interface feast.proto.core.EntityProto.EntitySpecV2OrBuilder
Type of the entity.
getValueTypeValue() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Value type of the feature.
getValueTypeValue() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
Value type of the feature.
getValueTypeValue() - Method in interface feast.proto.core.FeatureProto.FeatureSpecV2OrBuilder
Value type of the feature.
getValueValue() - Method in class feast.proto.types.FieldProto.Field.Builder
.feast.types.ValueType.Enum value = 2;
getValueValue() - Method in class feast.proto.types.FieldProto.Field
.feast.types.ValueType.Enum value = 2;
getValueValue() - Method in interface feast.proto.types.FieldProto.FieldOrBuilder
.feast.types.ValueType.Enum value = 2;
getVersion() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
Feast version of this serving deployment.
getVersion() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
Feast version of this serving deployment.
getVersion() - Method in interface feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponseOrBuilder
Feast version of this serving deployment.
getVersion() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
Feast version of this transformation service deployment.
getVersion() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
Feast version of this transformation service deployment.
getVersion() - Method in interface feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponseOrBuilder
Feast version of this transformation service deployment.
getVersionBytes() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
Feast version of this serving deployment.
getVersionBytes() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
Feast version of this serving deployment.
getVersionBytes() - Method in interface feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponseOrBuilder
Feast version of this serving deployment.
getVersionBytes() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
Feast version of this transformation service deployment.
getVersionBytes() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
Feast version of this transformation service deployment.
getVersionBytes() - Method in interface feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponseOrBuilder
Feast version of this transformation service deployment.
getVersionId() - Method in class feast.proto.core.RegistryProto.Registry.Builder
version id, random string generated on each update of the data; now used only for debugging purposes
getVersionId() - Method in class feast.proto.core.RegistryProto.Registry
version id, random string generated on each update of the data; now used only for debugging purposes
getVersionId() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
version id, random string generated on each update of the data; now used only for debugging purposes
getVersionIdBytes() - Method in class feast.proto.core.RegistryProto.Registry.Builder
version id, random string generated on each update of the data; now used only for debugging purposes
getVersionIdBytes() - Method in class feast.proto.core.RegistryProto.Registry
version id, random string generated on each update of the data; now used only for debugging purposes
getVersionIdBytes() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
version id, random string generated on each update of the data; now used only for debugging purposes
getView() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
string view = 2;
getView() - Method in class grpc.connector.Connector.OnlineReadRequest
string view = 2;
getView() - Method in interface grpc.connector.Connector.OnlineReadRequestOrBuilder
string view = 2;
getViewBytes() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
string view = 2;
getViewBytes() - Method in class grpc.connector.Connector.OnlineReadRequest
string view = 2;
getViewBytes() - Method in interface grpc.connector.Connector.OnlineReadRequestOrBuilder
string view = 2;
getWarehouse() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake warehouse name
getWarehouse() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
Snowflake warehouse name
getWarehouse() - Method in interface feast.proto.core.DataSourceProto.DataSource.SnowflakeOptionsOrBuilder
Snowflake warehouse name
getWarehouseBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake warehouse name
getWarehouseBytes() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
Snowflake warehouse name
getWarehouseBytes() - Method in interface feast.proto.core.DataSourceProto.DataSource.SnowflakeOptionsOrBuilder
Snowflake warehouse name
grpc.connector - package grpc.connector
 

H

hasAvroFormat() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.AvroFormat avro_format = 1;
hasAvroFormat() - Method in class feast.proto.core.DataFormatProto.StreamFormat
.feast.core.StreamFormat.AvroFormat avro_format = 1;
hasAvroFormat() - Method in interface feast.proto.core.DataFormatProto.StreamFormatOrBuilder
.feast.core.StreamFormat.AvroFormat avro_format = 1;
hasBatchSource() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Optional batch source for streaming sources for historical features and materialization.
hasBatchSource() - Method in class feast.proto.core.DataSourceProto.DataSource
Optional batch source for streaming sources for historical features and materialization.
hasBatchSource() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
Optional batch source for streaming sources for historical features and materialization.
hasBatchSource() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Batch/Offline DataSource to source batch/offline feature data.
hasBatchSource() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
Batch/Offline DataSource to source batch/offline feature data.
hasBatchSource() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
Batch/Offline DataSource to source batch/offline feature data.
hasBatchSource() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Batch/Offline DataSource where this view can retrieve offline feature data.
hasBatchSource() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Batch/Offline DataSource where this view can retrieve offline feature data.
hasBatchSource() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Batch/Offline DataSource where this view can retrieve offline feature data.
hasBigqueryDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
hasBigqueryDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
hasBigqueryDestination() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
hasBigqueryOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.BigQueryOptions bigquery_options = 12;
hasBigqueryOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.BigQueryOptions bigquery_options = 12;
hasBigqueryOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.BigQueryOptions bigquery_options = 12;
hasBigqueryStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;
hasBigqueryStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;
hasBigqueryStorage() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;
hasBoolListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BoolList bool_list_val = 17;
hasBoolListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.BoolList bool_list_val = 17;
hasBoolListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.BoolList bool_list_val = 17;
hasBytesListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BytesList bytes_list_val = 11;
hasBytesListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.BytesList bytes_list_val = 11;
hasBytesListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.BytesList bytes_list_val = 11;
hasCreatedTimestamp() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp created_timestamp = 1;
hasCreatedTimestamp() - Method in class feast.proto.core.EntityProto.EntityMeta
.google.protobuf.Timestamp created_timestamp = 1;
hasCreatedTimestamp() - Method in interface feast.proto.core.EntityProto.EntityMetaOrBuilder
.google.protobuf.Timestamp created_timestamp = 1;
hasCreatedTimestamp() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is created
hasCreatedTimestamp() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
Time where this Feature Service is created
hasCreatedTimestamp() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceMetaOrBuilder
Time where this Feature Service is created
hasCreatedTimestamp() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is created
hasCreatedTimestamp() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
Time where this Feature Table is created
hasCreatedTimestamp() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableMetaOrBuilder
Time where this Feature Table is created
hasCreatedTimestamp() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is created
hasCreatedTimestamp() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
Time where this Feature View is created
hasCreatedTimestamp() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewMetaOrBuilder
Time where this Feature View is created
hasCreatedTimestamp() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is created
hasCreatedTimestamp() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
Time where this Feature View is created
hasCreatedTimestamp() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMetaOrBuilder
Time where this Feature View is created
hasCreatedTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is created
hasCreatedTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
Time when this saved dataset is created
hasCreatedTimestamp() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetMetaOrBuilder
Time when this saved dataset is created
hasCustomDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;
hasCustomDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;
hasCustomDestination() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;
hasCustomInfra() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.InfraObject.CustomInfra custom_infra = 100;
hasCustomInfra() - Method in class feast.proto.core.InfraObjectProto.InfraObject
.feast.core.InfraObject.CustomInfra custom_infra = 100;
hasCustomInfra() - Method in interface feast.proto.core.InfraObjectProto.InfraObjectOrBuilder
.feast.core.InfraObject.CustomInfra custom_infra = 100;
hasCustomOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.CustomSourceOptions custom_options = 16;
hasCustomOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.CustomSourceOptions custom_options = 16;
hasCustomOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.CustomSourceOptions custom_options = 16;
hasDataset() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.SavedDataset dataset = 1;
hasDataset() - Method in class feast.proto.core.ValidationProfile.ValidationReference
.feast.core.SavedDataset dataset = 1;
hasDataset() - Method in interface feast.proto.core.ValidationProfile.ValidationReferenceOrBuilder
.feast.core.SavedDataset dataset = 1;
hasDatastoreTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DatastoreTable datastore_table = 3;
hasDatastoreTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject
.feast.core.DatastoreTable datastore_table = 3;
hasDatastoreTable() - Method in interface feast.proto.core.InfraObjectProto.InfraObjectOrBuilder
.feast.core.DatastoreTable datastore_table = 3;
hasDoubleListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.DoubleList double_list_val = 15;
hasDoubleListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.DoubleList double_list_val = 15;
hasDoubleListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.DoubleList double_list_val = 15;
hasDynamodbTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DynamoDBTable dynamodb_table = 2;
hasDynamodbTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject
.feast.core.DynamoDBTable dynamodb_table = 2;
hasDynamodbTable() - Method in interface feast.proto.core.InfraObjectProto.InfraObjectOrBuilder
.feast.core.DynamoDBTable dynamodb_table = 2;
hasEndTime() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp end_time = 2;
hasEndTime() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
.google.protobuf.Timestamp end_time = 2;
hasEndTime() - Method in interface feast.proto.core.FeatureViewProto.MaterializationIntervalOrBuilder
.google.protobuf.Timestamp end_time = 2;
hasFeatureNames() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
.feast.serving.FeatureList feature_names = 1;
hasFeatureNames() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
.feast.serving.FeatureList feature_names = 1;
hasFeatureNames() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadataOrBuilder
.feast.serving.FeatureList feature_names = 1;
hasFeatures() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
.feast.serving.FeatureList features = 2;
hasFeatures() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
.feast.serving.FeatureList features = 2;
hasFeatures() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestOrBuilder
.feast.serving.FeatureList features = 2;
hasFeatureView() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureView feature_view = 1;
hasFeatureView() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
.feast.core.FeatureView feature_view = 1;
hasFeatureView() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandSourceOrBuilder
.feast.core.FeatureView feature_view = 1;
hasFeatureViewProjection() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureViewProjection feature_view_projection = 3;
hasFeatureViewProjection() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
.feast.core.FeatureViewProjection feature_view_projection = 3;
hasFeatureViewProjection() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandSourceOrBuilder
.feast.core.FeatureViewProjection feature_view_projection = 3;
hasFileDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.FileDestination file_destination = 3;
hasFileDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.feast.core.LoggingConfig.FileDestination file_destination = 3;
hasFileDestination() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.feast.core.LoggingConfig.FileDestination file_destination = 3;
hasFileFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
.feast.core.FileFormat file_format = 1;
hasFileFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
.feast.core.FileFormat file_format = 1;
hasFileFormat() - Method in interface feast.proto.core.DataSourceProto.DataSource.FileOptionsOrBuilder
.feast.core.FileFormat file_format = 1;
hasFileOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.FileOptions file_options = 11;
hasFileOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.FileOptions file_options = 11;
hasFileOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.FileOptions file_options = 11;
hasFileStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.FileOptions file_storage = 4;
hasFileStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.FileOptions file_storage = 4;
hasFileStorage() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.FileOptions file_storage = 4;
hasFloatListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.FloatList float_list_val = 16;
hasFloatListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.FloatList float_list_val = 16;
hasFloatListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.FloatList float_list_val = 16;
hasGeProfiler() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.GEValidationProfiler ge_profiler = 2;
hasGeProfiler() - Method in class feast.proto.core.ValidationProfile.ValidationReference
.feast.core.GEValidationProfiler ge_profiler = 2;
hasGeProfiler() - Method in interface feast.proto.core.ValidationProfile.ValidationReferenceOrBuilder
.feast.core.GEValidationProfiler ge_profiler = 2;
HASH_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
hashCode() - Method in class feast.proto.core.DataFormatProto.FileFormat
 
hashCode() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
hashCode() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
hashCode() - Method in class feast.proto.core.DataFormatProto.StreamFormat
 
hashCode() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
hashCode() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
hashCode() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
hashCode() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
hashCode() - Method in class feast.proto.core.DataSourceProto.DataSource
 
hashCode() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
hashCode() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
hashCode() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
hashCode() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
hashCode() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
hashCode() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
hashCode() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
hashCode() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
hashCode() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
hashCode() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
hashCode() - Method in class feast.proto.core.EntityProto.Entity
 
hashCode() - Method in class feast.proto.core.EntityProto.EntityMeta
 
hashCode() - Method in class feast.proto.core.EntityProto.EntitySpecV2
 
hashCode() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
hashCode() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
hashCode() - Method in class feast.proto.core.FeatureServiceProto.FeatureService
 
hashCode() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
hashCode() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
hashCode() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
hashCode() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
hashCode() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
hashCode() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
hashCode() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
hashCode() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
hashCode() - Method in class feast.proto.core.FeatureTableProto.FeatureTable
 
hashCode() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
hashCode() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
hashCode() - Method in class feast.proto.core.FeatureViewProto.FeatureView
 
hashCode() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
hashCode() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
hashCode() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
hashCode() - Method in class feast.proto.core.InfraObjectProto.Infra
 
hashCode() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
hashCode() - Method in class feast.proto.core.InfraObjectProto.InfraObject
 
hashCode() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
hashCode() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
hashCode() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
hashCode() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
hashCode() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
hashCode() - Method in class feast.proto.core.RegistryProto.Registry
 
hashCode() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
hashCode() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
hashCode() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
hashCode() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
hashCode() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
hashCode() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
hashCode() - Method in class feast.proto.core.SqliteTableProto.SqliteTable
 
hashCode() - Method in class feast.proto.core.StoreProto.Store
 
hashCode() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
hashCode() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
 
hashCode() - Method in class feast.proto.core.StoreProto.Store.Subscription
 
hashCode() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
hashCode() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
hashCode() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
hashCode() - Method in class feast.proto.core.ValidationProfile.ValidationReference
 
hashCode() - Method in class feast.proto.serving.ServingAPIProto.FeatureList
 
hashCode() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
hashCode() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
hashCode() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
hashCode() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
hashCode() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
hashCode() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
hashCode() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
hashCode() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
hashCode() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
hashCode() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
hashCode() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
hashCode() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
hashCode() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
hashCode() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
hashCode() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
 
hashCode() - Method in class feast.proto.types.EntityKeyProto.EntityKey
 
hashCode() - Method in class feast.proto.types.FieldProto.Field
 
hashCode() - Method in class feast.proto.types.ValueProto.BoolList
 
hashCode() - Method in class feast.proto.types.ValueProto.BytesList
 
hashCode() - Method in class feast.proto.types.ValueProto.DoubleList
 
hashCode() - Method in class feast.proto.types.ValueProto.FloatList
 
hashCode() - Method in class feast.proto.types.ValueProto.Int32List
 
hashCode() - Method in class feast.proto.types.ValueProto.Int64List
 
hashCode() - Method in class feast.proto.types.ValueProto.RepeatedValue
 
hashCode() - Method in class feast.proto.types.ValueProto.StringList
 
hashCode() - Method in class feast.proto.types.ValueProto.Value
 
hashCode() - Method in class feast.proto.types.ValueProto.ValueType
 
hashCode() - Method in class grpc.connector.Connector.ConnectorFeature
 
hashCode() - Method in class grpc.connector.Connector.ConnectorFeatureList
 
hashCode() - Method in class grpc.connector.Connector.OnlineReadRequest
 
hashCode() - Method in class grpc.connector.Connector.OnlineReadResponse
 
hasInfra() - Method in class feast.proto.core.RegistryProto.Registry.Builder
.feast.core.Infra infra = 10;
hasInfra() - Method in class feast.proto.core.RegistryProto.Registry
.feast.core.Infra infra = 10;
hasInfra() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
.feast.core.Infra infra = 10;
hasInt32ListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int32List int32_list_val = 13;
hasInt32ListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.Int32List int32_list_val = 13;
hasInt32ListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.Int32List int32_list_val = 13;
hasInt64ListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List int64_list_val = 14;
hasInt64ListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.Int64List int64_list_val = 14;
hasInt64ListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.Int64List int64_list_val = 14;
hasKafkaOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KafkaOptions kafka_options = 13;
hasKafkaOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.KafkaOptions kafka_options = 13;
hasKafkaOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.KafkaOptions kafka_options = 13;
hasKinesisOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KinesisOptions kinesis_options = 14;
hasKinesisOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.KinesisOptions kinesis_options = 14;
hasKinesisOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.KinesisOptions kinesis_options = 14;
hasLastUpdated() - Method in class feast.proto.core.RegistryProto.Registry.Builder
.google.protobuf.Timestamp last_updated = 5;
hasLastUpdated() - Method in class feast.proto.core.RegistryProto.Registry
.google.protobuf.Timestamp last_updated = 5;
hasLastUpdated() - Method in interface feast.proto.core.RegistryProto.RegistryOrBuilder
.google.protobuf.Timestamp last_updated = 5;
hasLastUpdatedTimestamp() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp last_updated_timestamp = 2;
hasLastUpdatedTimestamp() - Method in class feast.proto.core.EntityProto.EntityMeta
.google.protobuf.Timestamp last_updated_timestamp = 2;
hasLastUpdatedTimestamp() - Method in interface feast.proto.core.EntityProto.EntityMetaOrBuilder
.google.protobuf.Timestamp last_updated_timestamp = 2;
hasLastUpdatedTimestamp() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is last updated
hasLastUpdatedTimestamp() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
Time where this Feature Service is last updated
hasLastUpdatedTimestamp() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceMetaOrBuilder
Time where this Feature Service is last updated
hasLastUpdatedTimestamp() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is last updated
hasLastUpdatedTimestamp() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
Time where this Feature Table is last updated
hasLastUpdatedTimestamp() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableMetaOrBuilder
Time where this Feature Table is last updated
hasLastUpdatedTimestamp() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is last updated
hasLastUpdatedTimestamp() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
Time where this Feature View is last updated
hasLastUpdatedTimestamp() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewMetaOrBuilder
Time where this Feature View is last updated
hasLastUpdatedTimestamp() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is last updated
hasLastUpdatedTimestamp() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
Time where this Feature View is last updated
hasLastUpdatedTimestamp() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMetaOrBuilder
Time where this Feature View is last updated
hasLastUpdatedTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is last updated
hasLastUpdatedTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
Time when this saved dataset is last updated
hasLastUpdatedTimestamp() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetMetaOrBuilder
Time when this saved dataset is last updated
hasLoggingConfig() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
(optional) if provided logging will be enabled for this feature service.
hasLoggingConfig() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
(optional) if provided logging will be enabled for this feature service.
hasLoggingConfig() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceSpecOrBuilder
(optional) if provided logging will be enabled for this feature service.
hasMaxAge() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Features in this feature table can only be retrieved from online serving younger than max age.
hasMaxAge() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
Features in this feature table can only be retrieved from online serving younger than max age.
hasMaxAge() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
Features in this feature table can only be retrieved from online serving younger than max age.
hasMaxEventTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Max timestamp in the dataset (needed for retrieval)
hasMaxEventTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
Max timestamp in the dataset (needed for retrieval)
hasMaxEventTimestamp() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetMetaOrBuilder
Max timestamp in the dataset (needed for retrieval)
hasMessageFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Defines the stream data format encoding feature/entity data in Kafka messages.
hasMessageFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
Defines the stream data format encoding feature/entity data in Kafka messages.
hasMessageFormat() - Method in interface feast.proto.core.DataSourceProto.DataSource.KafkaOptionsOrBuilder
Defines the stream data format encoding feature/entity data in Kafka messages.
hasMeta() - Method in class feast.proto.core.EntityProto.Entity.Builder
System-populated metadata for this entity.
hasMeta() - Method in class feast.proto.core.EntityProto.Entity
System-populated metadata for this entity.
hasMeta() - Method in interface feast.proto.core.EntityProto.EntityOrBuilder
System-populated metadata for this entity.
hasMeta() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
System-populated metadata for this feature service.
hasMeta() - Method in class feast.proto.core.FeatureServiceProto.FeatureService
System-populated metadata for this feature service.
hasMeta() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceOrBuilder
System-populated metadata for this feature service.
hasMeta() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
System-populated metadata for this feature table.
hasMeta() - Method in class feast.proto.core.FeatureTableProto.FeatureTable
System-populated metadata for this feature table.
hasMeta() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableOrBuilder
System-populated metadata for this feature table.
hasMeta() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
System-populated metadata for this feature view.
hasMeta() - Method in class feast.proto.core.FeatureViewProto.FeatureView
System-populated metadata for this feature view.
hasMeta() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewOrBuilder
System-populated metadata for this feature view.
hasMeta() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
.feast.core.OnDemandFeatureViewMeta meta = 2;
hasMeta() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
.feast.core.OnDemandFeatureViewMeta meta = 2;
hasMeta() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewOrBuilder
.feast.core.OnDemandFeatureViewMeta meta = 2;
hasMeta() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetMeta meta = 2;
hasMeta() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
.feast.core.SavedDatasetMeta meta = 2;
hasMeta() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetOrBuilder
.feast.core.SavedDatasetMeta meta = 2;
hasMetadata() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
.feast.serving.GetOnlineFeaturesResponseMetadata metadata = 1;
hasMetadata() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
.feast.serving.GetOnlineFeaturesResponseMetadata metadata = 1;
hasMetadata() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseOrBuilder
.feast.serving.GetOnlineFeaturesResponseMetadata metadata = 1;
hasMinEventTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Min timestamp in the dataset (needed for retrieval)
hasMinEventTimestamp() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
Min timestamp in the dataset (needed for retrieval)
hasMinEventTimestamp() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetMetaOrBuilder
Min timestamp in the dataset (needed for retrieval)
hasNamespace() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Datastore namespace
hasNamespace() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
Datastore namespace
hasNamespace() - Method in interface feast.proto.core.DatastoreTableProto.DatastoreTableOrBuilder
Datastore namespace
hasParquetFormat() - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
.feast.core.FileFormat.ParquetFormat parquet_format = 1;
hasParquetFormat() - Method in class feast.proto.core.DataFormatProto.FileFormat
.feast.core.FileFormat.ParquetFormat parquet_format = 1;
hasParquetFormat() - Method in interface feast.proto.core.DataFormatProto.FileFormatOrBuilder
.feast.core.FileFormat.ParquetFormat parquet_format = 1;
hasPartitionInterval() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.google.protobuf.Duration partition_interval = 2;
hasPartitionInterval() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.google.protobuf.Duration partition_interval = 2;
hasPartitionInterval() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.google.protobuf.Duration partition_interval = 2;
hasProfiler() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;
hasProfiler() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;
hasProfiler() - Method in interface feast.proto.core.ValidationProfile.GEValidationProfilerOrBuilder
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;
hasProjectId() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
GCP project id
hasProjectId() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
GCP project id
hasProjectId() - Method in interface feast.proto.core.DatastoreTableProto.DatastoreTableOrBuilder
GCP project id
hasProtoFormat() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
hasProtoFormat() - Method in class feast.proto.core.DataFormatProto.StreamFormat
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
hasProtoFormat() - Method in interface feast.proto.core.DataFormatProto.StreamFormatOrBuilder
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
hasPushOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.PushOptions push_options = 22;
hasPushOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.PushOptions push_options = 22;
hasPushOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.PushOptions push_options = 22;
hasRecordFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
Defines the data format encoding the feature/entity data in Kinesis records.
hasRecordFormat() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
Defines the data format encoding the feature/entity data in Kinesis records.
hasRecordFormat() - Method in interface feast.proto.core.DataSourceProto.DataSource.KinesisOptionsOrBuilder
Defines the data format encoding the feature/entity data in Kinesis records.
hasRedisClusterConfig() - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
hasRedisClusterConfig() - Method in class feast.proto.core.StoreProto.Store
.feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
hasRedisClusterConfig() - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
.feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
hasRedisConfig() - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisConfig redis_config = 11;
hasRedisConfig() - Method in class feast.proto.core.StoreProto.Store
.feast.core.Store.RedisConfig redis_config = 11;
hasRedisConfig() - Method in interface feast.proto.core.StoreProto.StoreOrBuilder
.feast.core.Store.RedisConfig redis_config = 11;
hasRedshiftDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
hasRedshiftDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
hasRedshiftDestination() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
hasRedshiftOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RedshiftOptions redshift_options = 15;
hasRedshiftOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.RedshiftOptions redshift_options = 15;
hasRedshiftOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.RedshiftOptions redshift_options = 15;
hasRedshiftStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;
hasRedshiftStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;
hasRedshiftStorage() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;
hasReference() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.serving.FeatureReferenceV2 reference = 1;
hasReference() - Method in class grpc.connector.Connector.ConnectorFeature
.feast.serving.FeatureReferenceV2 reference = 1;
hasReference() - Method in interface grpc.connector.Connector.ConnectorFeatureOrBuilder
.feast.serving.FeatureReferenceV2 reference = 1;
hasRequestDataOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RequestDataOptions request_data_options = 18;
hasRequestDataOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.RequestDataOptions request_data_options = 18;
hasRequestDataOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.RequestDataOptions request_data_options = 18;
hasRequestDataSource() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.DataSource request_data_source = 2;
hasRequestDataSource() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
.feast.core.DataSource request_data_source = 2;
hasRequestDataSource() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandSourceOrBuilder
.feast.core.DataSource request_data_source = 2;
hasRequestDataSource() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Request data which contains the underlying data schema and list of associated features
hasRequestDataSource() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
Request data which contains the underlying data schema and list of associated features
hasRequestDataSource() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder
Request data which contains the underlying data schema and list of associated features
hasSnowflakeDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
hasSnowflakeDestination() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
hasSnowflakeDestination() - Method in interface feast.proto.core.FeatureServiceProto.LoggingConfigOrBuilder
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
hasSnowflakeOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_options = 19;
hasSnowflakeOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.SnowflakeOptions snowflake_options = 19;
hasSnowflakeOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.SnowflakeOptions snowflake_options = 19;
hasSnowflakeStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;
hasSnowflakeStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;
hasSnowflakeStorage() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;
hasSparkOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SparkOptions spark_options = 27;
hasSparkOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.SparkOptions spark_options = 27;
hasSparkOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.SparkOptions spark_options = 27;
hasSparkStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SparkOptions spark_storage = 9;
hasSparkStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.SparkOptions spark_storage = 9;
hasSparkStorage() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.SparkOptions spark_storage = 9;
hasSpec() - Method in class feast.proto.core.EntityProto.Entity.Builder
User-specified specifications of this entity.
hasSpec() - Method in class feast.proto.core.EntityProto.Entity
User-specified specifications of this entity.
hasSpec() - Method in interface feast.proto.core.EntityProto.EntityOrBuilder
User-specified specifications of this entity.
hasSpec() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
User-specified specifications of this feature service.
hasSpec() - Method in class feast.proto.core.FeatureServiceProto.FeatureService
User-specified specifications of this feature service.
hasSpec() - Method in interface feast.proto.core.FeatureServiceProto.FeatureServiceOrBuilder
User-specified specifications of this feature service.
hasSpec() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
User-specified specifications of this feature table.
hasSpec() - Method in class feast.proto.core.FeatureTableProto.FeatureTable
User-specified specifications of this feature table.
hasSpec() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableOrBuilder
User-specified specifications of this feature table.
hasSpec() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
User-specified specifications of this feature view.
hasSpec() - Method in class feast.proto.core.FeatureViewProto.FeatureView
User-specified specifications of this feature view.
hasSpec() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewOrBuilder
User-specified specifications of this feature view.
hasSpec() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
User-specified specifications of this feature view.
hasSpec() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
User-specified specifications of this feature view.
hasSpec() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewOrBuilder
User-specified specifications of this feature view.
hasSpec() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
User-specified specifications of this feature view.
hasSpec() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
User-specified specifications of this feature view.
hasSpec() - Method in interface feast.proto.core.RequestFeatureViewProto.RequestFeatureViewOrBuilder
User-specified specifications of this feature view.
hasSpec() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetSpec spec = 1;
hasSpec() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
.feast.core.SavedDatasetSpec spec = 1;
hasSpec() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetOrBuilder
.feast.core.SavedDatasetSpec spec = 1;
hasSqliteTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.SqliteTable sqlite_table = 4;
hasSqliteTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject
.feast.core.SqliteTable sqlite_table = 4;
hasSqliteTable() - Method in interface feast.proto.core.InfraObjectProto.InfraObjectOrBuilder
.feast.core.SqliteTable sqlite_table = 4;
hasStartTime() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp start_time = 1;
hasStartTime() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
.google.protobuf.Timestamp start_time = 1;
hasStartTime() - Method in interface feast.proto.core.FeatureViewProto.MaterializationIntervalOrBuilder
.google.protobuf.Timestamp start_time = 1;
hasStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
.feast.core.SavedDatasetStorage storage = 6;
hasStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
.feast.core.SavedDatasetStorage storage = 6;
hasStorage() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetSpecOrBuilder
.feast.core.SavedDatasetStorage storage = 6;
hasStreamSource() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Stream/Online DataSource to source stream/online feature data.
hasStreamSource() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
Stream/Online DataSource to source stream/online feature data.
hasStreamSource() - Method in interface feast.proto.core.FeatureTableProto.FeatureTableSpecOrBuilder
Stream/Online DataSource to source stream/online feature data.
hasStreamSource() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Streaming DataSource from where this view can consume "online" feature data.
hasStreamSource() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Streaming DataSource from where this view can consume "online" feature data.
hasStreamSource() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Streaming DataSource from where this view can consume "online" feature data.
hasStringListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.StringList string_list_val = 12;
hasStringListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.StringList string_list_val = 12;
hasStringListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.StringList string_list_val = 12;
hasTimestamp() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Request timestamp of this row.
hasTimestamp() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
Request timestamp of this row.
hasTimestamp() - Method in interface feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRowOrBuilder
Request timestamp of this row.
hasTimestamp() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.google.protobuf.Timestamp timestamp = 2;
hasTimestamp() - Method in class grpc.connector.Connector.ConnectorFeature
.google.protobuf.Timestamp timestamp = 2;
hasTimestamp() - Method in interface grpc.connector.Connector.ConnectorFeatureOrBuilder
.google.protobuf.Timestamp timestamp = 2;
hasTransformationInput() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
.feast.serving.ValueType transformation_input = 3;
hasTransformationInput() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
.feast.serving.ValueType transformation_input = 3;
hasTransformationInput() - Method in interface feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequestOrBuilder
.feast.serving.ValueType transformation_input = 3;
hasTransformationOutput() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
.feast.serving.ValueType transformation_output = 3;
hasTransformationOutput() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
.feast.serving.ValueType transformation_output = 3;
hasTransformationOutput() - Method in interface feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponseOrBuilder
.feast.serving.ValueType transformation_output = 3;
hasTrinoOptions() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.TrinoOptions trino_options = 30;
hasTrinoOptions() - Method in class feast.proto.core.DataSourceProto.DataSource
.feast.core.DataSource.TrinoOptions trino_options = 30;
hasTrinoOptions() - Method in interface feast.proto.core.DataSourceProto.DataSourceOrBuilder
.feast.core.DataSource.TrinoOptions trino_options = 30;
hasTrinoStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.TrinoOptions trino_storage = 8;
hasTrinoStorage() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
.feast.core.DataSource.TrinoOptions trino_storage = 8;
hasTrinoStorage() - Method in interface feast.proto.core.SavedDatasetProto.SavedDatasetStorageOrBuilder
.feast.core.DataSource.TrinoOptions trino_storage = 8;
hasTtl() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Features in this feature view can only be retrieved from online serving younger than ttl.
hasTtl() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
Features in this feature view can only be retrieved from online serving younger than ttl.
hasTtl() - Method in interface feast.proto.core.FeatureViewProto.FeatureViewSpecOrBuilder
Features in this feature view can only be retrieved from online serving younger than ttl.
hasUnixTimestampListVal() - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List unix_timestamp_list_val = 18;
hasUnixTimestampListVal() - Method in class feast.proto.types.ValueProto.Value
.feast.types.Int64List unix_timestamp_list_val = 18;
hasUnixTimestampListVal() - Method in interface feast.proto.types.ValueProto.ValueOrBuilder
.feast.types.Int64List unix_timestamp_list_val = 18;
hasUserDefinedFunction() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
.feast.core.UserDefinedFunction user_defined_function = 5;
hasUserDefinedFunction() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
.feast.core.UserDefinedFunction user_defined_function = 5;
hasUserDefinedFunction() - Method in interface feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder
.feast.core.UserDefinedFunction user_defined_function = 5;
hasValue() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.types.Value value = 3;
hasValue() - Method in class grpc.connector.Connector.ConnectorFeature
.feast.types.Value value = 3;
hasValue() - Method in interface grpc.connector.Connector.ConnectorFeatureOrBuilder
.feast.types.Value value = 3;
HOST_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.RedisConfig
 

I

INFRA_FIELD_NUMBER - Static variable in class feast.proto.core.RegistryProto.Registry
 
INFRA_OBJECT_CLASS_TYPE_FIELD_NUMBER - Static variable in class feast.proto.core.InfraObjectProto.InfraObject
 
INFRA_OBJECTS_FIELD_NUMBER - Static variable in class feast.proto.core.InfraObjectProto.Infra
 
INFRAOBJECT_NOT_SET - feast.proto.core.InfraObjectProto.InfraObject.InfraObjectCase
 
InfraObjectProto - Class in feast.proto.core
 
InfraObjectProto.Infra - Class in feast.proto.core
Represents a set of infrastructure objects managed by Feast
InfraObjectProto.Infra.Builder - Class in feast.proto.core
Represents a set of infrastructure objects managed by Feast
InfraObjectProto.InfraObject - Class in feast.proto.core
Represents a single infrastructure object managed by Feast
InfraObjectProto.InfraObject.Builder - Class in feast.proto.core
Represents a single infrastructure object managed by Feast
InfraObjectProto.InfraObject.CustomInfra - Class in feast.proto.core
Allows for custom infra objects to be added
InfraObjectProto.InfraObject.CustomInfra.Builder - Class in feast.proto.core
Allows for custom infra objects to be added
InfraObjectProto.InfraObject.CustomInfraOrBuilder - Interface in feast.proto.core
 
InfraObjectProto.InfraObject.InfraObjectCase - Enum in feast.proto.core
 
InfraObjectProto.InfraObjectOrBuilder - Interface in feast.proto.core
 
InfraObjectProto.InfraOrBuilder - Interface in feast.proto.core
 
INITIAL_BACKOFF_MS_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
INITIAL_BACKOFF_MS_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.RedisConfig
 
INT32 - feast.proto.types.ValueProto.ValueType.Enum
INT32 = 3;
INT32_LIST - feast.proto.types.ValueProto.ValueType.Enum
INT32_LIST = 13;
INT32_LIST_VAL - feast.proto.types.ValueProto.Value.ValCase
 
INT32_LIST_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
INT32_LIST_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
INT32_LIST = 13;
INT32_VAL - feast.proto.types.ValueProto.Value.ValCase
 
INT32_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
INT32_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
INT32 = 3;
INT64 - feast.proto.types.ValueProto.ValueType.Enum
INT64 = 4;
INT64_LIST - feast.proto.types.ValueProto.ValueType.Enum
INT64_LIST = 14;
INT64_LIST_VAL - feast.proto.types.ValueProto.Value.ValCase
 
INT64_LIST_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
INT64_LIST_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
INT64_LIST = 14;
INT64_VAL - feast.proto.types.ValueProto.Value.ValCase
 
INT64_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
INT64_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
INT64 = 4;
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataFormatProto.FileFormat
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataFormatProto.StreamFormat
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.EntityProto.Entity.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.EntityProto.Entity
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.EntityProto.EntityMeta
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.EntityProto.EntitySpecV2
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.FeatureService
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureTableProto.FeatureTable
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureViewProto.FeatureView
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.InfraObjectProto.Infra
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.InfraObjectProto.InfraObject
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.RegistryProto.Registry
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.SqliteTableProto.SqliteTable
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.StoreProto.Store.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.StoreProto.Store
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.StoreProto.Store.Subscription
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.core.ValidationProfile.ValidationReference
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.FeatureList
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
internalGetFieldAccessorTable() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.EntityKeyProto.EntityKey
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.FieldProto.Field.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.FieldProto.Field
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.BoolList
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.BytesList
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.DoubleList
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.FloatList
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.Int32List
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.Int64List
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.RepeatedValue
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.StringList.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.StringList
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.Value.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.Value
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
internalGetFieldAccessorTable() - Method in class feast.proto.types.ValueProto.ValueType
 
internalGetFieldAccessorTable() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
internalGetFieldAccessorTable() - Method in class grpc.connector.Connector.ConnectorFeature
 
internalGetFieldAccessorTable() - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
internalGetFieldAccessorTable() - Method in class grpc.connector.Connector.ConnectorFeatureList
 
internalGetFieldAccessorTable() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
internalGetFieldAccessorTable() - Method in class grpc.connector.Connector.OnlineReadRequest
 
internalGetFieldAccessorTable() - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
internalGetFieldAccessorTable() - Method in class grpc.connector.Connector.OnlineReadResponse
 
internalGetMapField(int) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
internalGetMapField(int) - Method in class feast.proto.core.DataSourceProto.DataSource
 
internalGetMapField(int) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
internalGetMapField(int) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
internalGetMapField(int) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
internalGetMapField(int) - Method in class feast.proto.core.EntityProto.EntitySpecV2
 
internalGetMapField(int) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
internalGetMapField(int) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
internalGetMapField(int) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
internalGetMapField(int) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
internalGetMapField(int) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
internalGetMapField(int) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
internalGetMapField(int) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
internalGetMapField(int) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
internalGetMapField(int) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
internalGetMapField(int) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
internalGetMapField(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
internalGetMapField(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
internalGetMapField(int) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
internalGetMapField(int) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
internalGetMapField(int) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
internalGetMapField(int) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
internalGetMapField(int) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
internalGetMapField(int) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
internalGetMapField(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
internalGetMapField(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
internalGetMapField(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
internalGetMapField(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
internalGetMutableMapField(int) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
internalGetMutableMapField(int) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
internalGetMutableMapField(int) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
internalGetMutableMapField(int) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
internalGetMutableMapField(int) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
internalGetMutableMapField(int) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
internalGetMutableMapField(int) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
internalGetMutableMapField(int) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
internalGetMutableMapField(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
internalGetMutableMapField(int) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
internalGetMutableMapField(int) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
internalGetMutableMapField(int) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
internalGetMutableMapField(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
internalGetMutableMapField(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
internalGetValueMap() - Static method in enum feast.proto.core.DataSourceProto.DataSource.SourceType
 
internalGetValueMap() - Static method in enum feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
 
internalGetValueMap() - Static method in enum feast.proto.core.StoreProto.Store.StoreType
 
internalGetValueMap() - Static method in enum feast.proto.serving.ServingAPIProto.FieldStatus
 
internalGetValueMap() - Static method in enum feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
 
internalGetValueMap() - Static method in enum feast.proto.types.ValueProto.Null
 
internalGetValueMap() - Static method in enum feast.proto.types.ValueProto.ValueType.Enum
 
INVALID - feast.proto.core.DataSourceProto.DataSource.SourceType
INVALID = 0;
INVALID - feast.proto.core.StoreProto.Store.StoreType
INVALID = 0;
INVALID - feast.proto.serving.ServingAPIProto.FieldStatus
Status is unset for this field.
INVALID - feast.proto.types.ValueProto.ValueType.Enum
INVALID = 0;
INVALID_VALUE - Static variable in enum feast.proto.core.DataSourceProto.DataSource.SourceType
INVALID = 0;
INVALID_VALUE - Static variable in enum feast.proto.core.StoreProto.Store.StoreType
INVALID = 0;
INVALID_VALUE - Static variable in enum feast.proto.serving.ServingAPIProto.FieldStatus
Status is unset for this field.
INVALID_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
INVALID = 0;
isInitialized() - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
isInitialized() - Method in class feast.proto.core.DataFormatProto.FileFormat
 
isInitialized() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
isInitialized() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
isInitialized() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
isInitialized() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
isInitialized() - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
isInitialized() - Method in class feast.proto.core.DataFormatProto.StreamFormat
 
isInitialized() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
isInitialized() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
isInitialized() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
isInitialized() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
isInitialized() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
isInitialized() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
isInitialized() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
isInitialized() - Method in class feast.proto.core.EntityProto.Entity.Builder
 
isInitialized() - Method in class feast.proto.core.EntityProto.Entity
 
isInitialized() - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
isInitialized() - Method in class feast.proto.core.EntityProto.EntityMeta
 
isInitialized() - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
isInitialized() - Method in class feast.proto.core.EntityProto.EntitySpecV2
 
isInitialized() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
isInitialized() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.FeatureService
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
isInitialized() - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureTableProto.FeatureTable
 
isInitialized() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
isInitialized() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
isInitialized() - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureViewProto.FeatureView
 
isInitialized() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
isInitialized() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
isInitialized() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
isInitialized() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
isInitialized() - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
isInitialized() - Method in class feast.proto.core.InfraObjectProto.Infra
 
isInitialized() - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
isInitialized() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
isInitialized() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
isInitialized() - Method in class feast.proto.core.InfraObjectProto.InfraObject
 
isInitialized() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
isInitialized() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
isInitialized() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
isInitialized() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
isInitialized() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
isInitialized() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
isInitialized() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
isInitialized() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
isInitialized() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
isInitialized() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
isInitialized() - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
isInitialized() - Method in class feast.proto.core.RegistryProto.Registry
 
isInitialized() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
isInitialized() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
isInitialized() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
isInitialized() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
isInitialized() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
isInitialized() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
isInitialized() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
isInitialized() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
isInitialized() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
isInitialized() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
isInitialized() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
isInitialized() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
isInitialized() - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
isInitialized() - Method in class feast.proto.core.SqliteTableProto.SqliteTable
 
isInitialized() - Method in class feast.proto.core.StoreProto.Store.Builder
 
isInitialized() - Method in class feast.proto.core.StoreProto.Store
 
isInitialized() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
isInitialized() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
isInitialized() - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
isInitialized() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
 
isInitialized() - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
isInitialized() - Method in class feast.proto.core.StoreProto.Store.Subscription
 
isInitialized() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
isInitialized() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
isInitialized() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
isInitialized() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
isInitialized() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
isInitialized() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
isInitialized() - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
isInitialized() - Method in class feast.proto.core.ValidationProfile.ValidationReference
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.FeatureList
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
isInitialized() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
isInitialized() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
isInitialized() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
isInitialized() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
isInitialized() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
isInitialized() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
isInitialized() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
isInitialized() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
isInitialized() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
isInitialized() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
isInitialized() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
isInitialized() - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
isInitialized() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
 
isInitialized() - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
isInitialized() - Method in class feast.proto.types.EntityKeyProto.EntityKey
 
isInitialized() - Method in class feast.proto.types.FieldProto.Field.Builder
 
isInitialized() - Method in class feast.proto.types.FieldProto.Field
 
isInitialized() - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
isInitialized() - Method in class feast.proto.types.ValueProto.BoolList
 
isInitialized() - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
isInitialized() - Method in class feast.proto.types.ValueProto.BytesList
 
isInitialized() - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
isInitialized() - Method in class feast.proto.types.ValueProto.DoubleList
 
isInitialized() - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
isInitialized() - Method in class feast.proto.types.ValueProto.FloatList
 
isInitialized() - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
isInitialized() - Method in class feast.proto.types.ValueProto.Int32List
 
isInitialized() - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
isInitialized() - Method in class feast.proto.types.ValueProto.Int64List
 
isInitialized() - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
isInitialized() - Method in class feast.proto.types.ValueProto.RepeatedValue
 
isInitialized() - Method in class feast.proto.types.ValueProto.StringList.Builder
 
isInitialized() - Method in class feast.proto.types.ValueProto.StringList
 
isInitialized() - Method in class feast.proto.types.ValueProto.Value.Builder
 
isInitialized() - Method in class feast.proto.types.ValueProto.Value
 
isInitialized() - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
isInitialized() - Method in class feast.proto.types.ValueProto.ValueType
 
isInitialized() - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
isInitialized() - Method in class grpc.connector.Connector.ConnectorFeature
 
isInitialized() - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
isInitialized() - Method in class grpc.connector.Connector.ConnectorFeatureList
 
isInitialized() - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
isInitialized() - Method in class grpc.connector.Connector.OnlineReadRequest
 
isInitialized() - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
isInitialized() - Method in class grpc.connector.Connector.OnlineReadResponse
 

J

JOIN_KEY_FIELD_NUMBER - Static variable in class feast.proto.core.EntityProto.EntitySpecV2
 
JOIN_KEY_MAP_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
JOIN_KEYS_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
JOIN_KEYS_FIELD_NUMBER - Static variable in class feast.proto.types.EntityKeyProto.EntityKey
 

K

KAFKA_OPTIONS - feast.proto.core.DataSourceProto.DataSource.OptionsCase
 
KAFKA_OPTIONS_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
KEY_PREFIX_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
KIND_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
KIND_NOT_SET - feast.proto.core.SavedDatasetProto.SavedDatasetStorage.KindCase
 
KIND_NOT_SET - feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.KindCase
 
KINESIS_OPTIONS - feast.proto.core.DataSourceProto.DataSource.OptionsCase
 
KINESIS_OPTIONS_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 

L

LABELS_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
LAST_UPDATED_FIELD_NUMBER - Static variable in class feast.proto.core.RegistryProto.Registry
 
LAST_UPDATED_TIMESTAMP_FIELD_NUMBER - Static variable in class feast.proto.core.EntityProto.EntityMeta
 
LAST_UPDATED_TIMESTAMP_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
LAST_UPDATED_TIMESTAMP_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
LAST_UPDATED_TIMESTAMP_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
LAST_UPDATED_TIMESTAMP_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
LAST_UPDATED_TIMESTAMP_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
LOGGING_CONFIG_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 

M

MASTER - feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
MASTER = 0;
MASTER_PREFERRED - feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
MASTER_PREFERRED = 1;
MASTER_PREFERRED_VALUE - Static variable in enum feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
MASTER_PREFERRED = 1;
MASTER_VALUE - Static variable in enum feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
MASTER = 0;
MATERIALIZATION_INTERVALS_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
MAX_AGE_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
MAX_EVENT_TIMESTAMP_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
MAX_RETRIES_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
MAX_RETRIES_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.RedisConfig
 
mergeAvroFormat(DataFormatProto.StreamFormat.AvroFormat) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.AvroFormat avro_format = 1;
mergeBatchSource(DataSourceProto.DataSource) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Optional batch source for streaming sources for historical features and materialization.
mergeBatchSource(DataSourceProto.DataSource) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Batch/Offline DataSource to source batch/offline feature data.
mergeBatchSource(DataSourceProto.DataSource) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Batch/Offline DataSource where this view can retrieve offline feature data.
mergeBigqueryDestination(FeatureServiceProto.LoggingConfig.BigQueryDestination) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
mergeBigqueryOptions(DataSourceProto.DataSource.BigQueryOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.BigQueryOptions bigquery_options = 12;
mergeBigqueryStorage(DataSourceProto.DataSource.BigQueryOptions) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;
mergeBoolListVal(ValueProto.BoolList) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BoolList bool_list_val = 17;
mergeBytesListVal(ValueProto.BytesList) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BytesList bytes_list_val = 11;
mergeCreatedTimestamp(Timestamp) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp created_timestamp = 1;
mergeCreatedTimestamp(Timestamp) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is created
mergeCreatedTimestamp(Timestamp) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is created
mergeCreatedTimestamp(Timestamp) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is created
mergeCreatedTimestamp(Timestamp) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is created
mergeCreatedTimestamp(Timestamp) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is created
mergeCustomDestination(FeatureServiceProto.LoggingConfig.CustomDestination) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;
mergeCustomInfra(InfraObjectProto.InfraObject.CustomInfra) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.InfraObject.CustomInfra custom_infra = 100;
mergeCustomOptions(DataSourceProto.DataSource.CustomSourceOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.CustomSourceOptions custom_options = 16;
mergeDataset(SavedDatasetProto.SavedDataset) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.SavedDataset dataset = 1;
mergeDatastoreTable(DatastoreTableProto.DatastoreTable) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DatastoreTable datastore_table = 3;
mergeDoubleListVal(ValueProto.DoubleList) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.DoubleList double_list_val = 15;
mergeDynamodbTable(DynamoDBTableProto.DynamoDBTable) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DynamoDBTable dynamodb_table = 2;
mergeEndTime(Timestamp) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp end_time = 2;
mergeFeatureNames(ServingAPIProto.FeatureList) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
.feast.serving.FeatureList feature_names = 1;
mergeFeatures(ServingAPIProto.FeatureList) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
.feast.serving.FeatureList features = 2;
mergeFeatureView(FeatureViewProto.FeatureView) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureView feature_view = 1;
mergeFeatureViewProjection(FeatureReferenceProto.FeatureViewProjection) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureViewProjection feature_view_projection = 3;
mergeFileDestination(FeatureServiceProto.LoggingConfig.FileDestination) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.FileDestination file_destination = 3;
mergeFileFormat(DataFormatProto.FileFormat) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
.feast.core.FileFormat file_format = 1;
mergeFileOptions(DataSourceProto.DataSource.FileOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.FileOptions file_options = 11;
mergeFileStorage(DataSourceProto.DataSource.FileOptions) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.FileOptions file_storage = 4;
mergeFloatListVal(ValueProto.FloatList) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.FloatList float_list_val = 16;
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.EntityProto.Entity.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.StoreProto.Store.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.types.FieldProto.Field.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.types.ValueProto.StringList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.types.ValueProto.Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.EntityProto.Entity.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.StoreProto.Store.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
mergeFrom(Message) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
mergeFrom(Message) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
mergeFrom(Message) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
mergeFrom(Message) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
mergeFrom(Message) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
mergeFrom(Message) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
mergeFrom(Message) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
mergeFrom(Message) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
mergeFrom(Message) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
mergeFrom(Message) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
mergeFrom(Message) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
mergeFrom(Message) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
mergeFrom(Message) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
mergeFrom(Message) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
mergeFrom(Message) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
mergeFrom(Message) - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
mergeFrom(Message) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
mergeFrom(Message) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
mergeFrom(Message) - Method in class feast.proto.types.FieldProto.Field.Builder
 
mergeFrom(Message) - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
mergeFrom(Message) - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
mergeFrom(Message) - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
mergeFrom(Message) - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
mergeFrom(Message) - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
mergeFrom(Message) - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
mergeFrom(Message) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
mergeFrom(Message) - Method in class feast.proto.types.ValueProto.StringList.Builder
 
mergeFrom(Message) - Method in class feast.proto.types.ValueProto.Value.Builder
 
mergeFrom(Message) - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
mergeFrom(Message) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
mergeFrom(Message) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
mergeFrom(Message) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
mergeFrom(Message) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
mergeFrom(DataFormatProto.FileFormat) - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
mergeFrom(DataFormatProto.FileFormat.ParquetFormat) - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
mergeFrom(DataFormatProto.StreamFormat) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
mergeFrom(DataFormatProto.StreamFormat.AvroFormat) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
mergeFrom(DataFormatProto.StreamFormat.ProtoFormat) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
mergeFrom(DataSourceProto.DataSource) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
mergeFrom(DataSourceProto.DataSource.BigQueryOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
mergeFrom(DataSourceProto.DataSource.CustomSourceOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
mergeFrom(DataSourceProto.DataSource.FileOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
mergeFrom(DataSourceProto.DataSource.KafkaOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
mergeFrom(DataSourceProto.DataSource.KinesisOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
mergeFrom(DataSourceProto.DataSource.PushOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
mergeFrom(DataSourceProto.DataSource.RedshiftOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
mergeFrom(DataSourceProto.DataSource.RequestDataOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
mergeFrom(DataSourceProto.DataSource.SnowflakeOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
mergeFrom(DataSourceProto.DataSource.SparkOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
mergeFrom(DataSourceProto.DataSource.TrinoOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
mergeFrom(DatastoreTableProto.DatastoreTable) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
mergeFrom(DynamoDBTableProto.DynamoDBTable) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
mergeFrom(EntityProto.Entity) - Method in class feast.proto.core.EntityProto.Entity.Builder
 
mergeFrom(EntityProto.EntityMeta) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
mergeFrom(EntityProto.EntitySpecV2) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
mergeFrom(FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
mergeFrom(FeatureReferenceProto.FeatureViewProjection) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
mergeFrom(FeatureServiceProto.FeatureService) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
mergeFrom(FeatureServiceProto.FeatureServiceMeta) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
mergeFrom(FeatureServiceProto.FeatureServiceSpec) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
mergeFrom(FeatureServiceProto.LoggingConfig) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
mergeFrom(FeatureServiceProto.LoggingConfig.BigQueryDestination) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
mergeFrom(FeatureServiceProto.LoggingConfig.CustomDestination) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
mergeFrom(FeatureServiceProto.LoggingConfig.FileDestination) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
mergeFrom(FeatureServiceProto.LoggingConfig.RedshiftDestination) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
mergeFrom(FeatureServiceProto.LoggingConfig.SnowflakeDestination) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
mergeFrom(FeatureTableProto.FeatureTable) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
mergeFrom(FeatureTableProto.FeatureTableMeta) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
mergeFrom(FeatureTableProto.FeatureTableSpec) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
mergeFrom(FeatureViewProto.FeatureView) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
mergeFrom(FeatureViewProto.FeatureViewMeta) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
mergeFrom(FeatureViewProto.FeatureViewSpec) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
mergeFrom(FeatureViewProto.MaterializationInterval) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
mergeFrom(InfraObjectProto.Infra) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
mergeFrom(InfraObjectProto.InfraObject) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
mergeFrom(InfraObjectProto.InfraObject.CustomInfra) - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
mergeFrom(OnDemandFeatureViewProto.OnDemandFeatureView) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
mergeFrom(OnDemandFeatureViewProto.OnDemandFeatureViewMeta) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
mergeFrom(OnDemandFeatureViewProto.OnDemandFeatureViewSpec) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
mergeFrom(OnDemandFeatureViewProto.OnDemandSource) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
mergeFrom(OnDemandFeatureViewProto.UserDefinedFunction) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
mergeFrom(RegistryProto.Registry) - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
mergeFrom(RequestFeatureViewProto.RequestFeatureView) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
mergeFrom(RequestFeatureViewProto.RequestFeatureViewSpec) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
mergeFrom(SavedDatasetProto.SavedDataset) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
mergeFrom(SavedDatasetProto.SavedDatasetMeta) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
mergeFrom(SavedDatasetProto.SavedDatasetSpec) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
mergeFrom(SavedDatasetProto.SavedDatasetStorage) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
mergeFrom(SqliteTableProto.SqliteTable) - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
mergeFrom(StoreProto.Store) - Method in class feast.proto.core.StoreProto.Store.Builder
 
mergeFrom(StoreProto.Store.RedisClusterConfig) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
mergeFrom(StoreProto.Store.RedisConfig) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
mergeFrom(StoreProto.Store.Subscription) - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
mergeFrom(ValidationProfile.GEValidationProfile) - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
mergeFrom(ValidationProfile.GEValidationProfiler) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
mergeFrom(ValidationProfile.GEValidationProfiler.UserDefinedProfiler) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
mergeFrom(ValidationProfile.ValidationReference) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
mergeFrom(ServingAPIProto.FeatureList) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
mergeFrom(ServingAPIProto.FeatureReferenceV2) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
mergeFrom(ServingAPIProto.GetFeastServingInfoRequest) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
mergeFrom(ServingAPIProto.GetFeastServingInfoResponse) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
mergeFrom(ServingAPIProto.GetOnlineFeaturesRequest) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
mergeFrom(ServingAPIProto.GetOnlineFeaturesRequestV2) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
mergeFrom(ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
mergeFrom(ServingAPIProto.GetOnlineFeaturesResponse) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
mergeFrom(ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
mergeFrom(ServingAPIProto.GetOnlineFeaturesResponseMetadata) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
mergeFrom(TransformationServiceAPIProto.GetTransformationServiceInfoRequest) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
mergeFrom(TransformationServiceAPIProto.GetTransformationServiceInfoResponse) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
mergeFrom(TransformationServiceAPIProto.TransformFeaturesRequest) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
mergeFrom(TransformationServiceAPIProto.TransformFeaturesResponse) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
mergeFrom(TransformationServiceAPIProto.ValueType) - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
mergeFrom(RedisProto.RedisKeyV2) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
mergeFrom(EntityKeyProto.EntityKey) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
mergeFrom(FieldProto.Field) - Method in class feast.proto.types.FieldProto.Field.Builder
 
mergeFrom(ValueProto.BoolList) - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
mergeFrom(ValueProto.BytesList) - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
mergeFrom(ValueProto.DoubleList) - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
mergeFrom(ValueProto.FloatList) - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
mergeFrom(ValueProto.Int32List) - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
mergeFrom(ValueProto.Int64List) - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
mergeFrom(ValueProto.RepeatedValue) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
mergeFrom(ValueProto.StringList) - Method in class feast.proto.types.ValueProto.StringList.Builder
 
mergeFrom(ValueProto.Value) - Method in class feast.proto.types.ValueProto.Value.Builder
 
mergeFrom(ValueProto.ValueType) - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
mergeFrom(Connector.ConnectorFeature) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
mergeFrom(Connector.ConnectorFeatureList) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
mergeFrom(Connector.OnlineReadRequest) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
mergeFrom(Connector.OnlineReadResponse) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
mergeGeProfiler(ValidationProfile.GEValidationProfiler) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.GEValidationProfiler ge_profiler = 2;
mergeInfra(InfraObjectProto.Infra) - Method in class feast.proto.core.RegistryProto.Registry.Builder
.feast.core.Infra infra = 10;
mergeInt32ListVal(ValueProto.Int32List) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int32List int32_list_val = 13;
mergeInt64ListVal(ValueProto.Int64List) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List int64_list_val = 14;
mergeKafkaOptions(DataSourceProto.DataSource.KafkaOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KafkaOptions kafka_options = 13;
mergeKinesisOptions(DataSourceProto.DataSource.KinesisOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KinesisOptions kinesis_options = 14;
mergeLastUpdated(Timestamp) - Method in class feast.proto.core.RegistryProto.Registry.Builder
.google.protobuf.Timestamp last_updated = 5;
mergeLastUpdatedTimestamp(Timestamp) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp last_updated_timestamp = 2;
mergeLastUpdatedTimestamp(Timestamp) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is last updated
mergeLastUpdatedTimestamp(Timestamp) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is last updated
mergeLastUpdatedTimestamp(Timestamp) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is last updated
mergeLastUpdatedTimestamp(Timestamp) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is last updated
mergeLastUpdatedTimestamp(Timestamp) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is last updated
mergeLoggingConfig(FeatureServiceProto.LoggingConfig) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
(optional) if provided logging will be enabled for this feature service.
mergeMaxAge(Duration) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Features in this feature table can only be retrieved from online serving younger than max age.
mergeMaxEventTimestamp(Timestamp) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Max timestamp in the dataset (needed for retrieval)
mergeMessageFormat(DataFormatProto.StreamFormat) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Defines the stream data format encoding feature/entity data in Kafka messages.
mergeMeta(EntityProto.EntityMeta) - Method in class feast.proto.core.EntityProto.Entity.Builder
System-populated metadata for this entity.
mergeMeta(FeatureServiceProto.FeatureServiceMeta) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
System-populated metadata for this feature service.
mergeMeta(FeatureTableProto.FeatureTableMeta) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
System-populated metadata for this feature table.
mergeMeta(FeatureViewProto.FeatureViewMeta) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
System-populated metadata for this feature view.
mergeMeta(OnDemandFeatureViewProto.OnDemandFeatureViewMeta) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
.feast.core.OnDemandFeatureViewMeta meta = 2;
mergeMeta(SavedDatasetProto.SavedDatasetMeta) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetMeta meta = 2;
mergeMetadata(ServingAPIProto.GetOnlineFeaturesResponseMetadata) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
.feast.serving.GetOnlineFeaturesResponseMetadata metadata = 1;
mergeMinEventTimestamp(Timestamp) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Min timestamp in the dataset (needed for retrieval)
mergeNamespace(StringValue) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Datastore namespace
mergeParquetFormat(DataFormatProto.FileFormat.ParquetFormat) - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
.feast.core.FileFormat.ParquetFormat parquet_format = 1;
mergePartitionInterval(Duration) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.google.protobuf.Duration partition_interval = 2;
mergeProfiler(ValidationProfile.GEValidationProfiler.UserDefinedProfiler) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;
mergeProjectId(StringValue) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
GCP project id
mergeProtoFormat(DataFormatProto.StreamFormat.ProtoFormat) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
mergePushOptions(DataSourceProto.DataSource.PushOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.PushOptions push_options = 22;
mergeRecordFormat(DataFormatProto.StreamFormat) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
Defines the data format encoding the feature/entity data in Kinesis records.
mergeRedisClusterConfig(StoreProto.Store.RedisClusterConfig) - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
mergeRedisConfig(StoreProto.Store.RedisConfig) - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisConfig redis_config = 11;
mergeRedshiftDestination(FeatureServiceProto.LoggingConfig.RedshiftDestination) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
mergeRedshiftOptions(DataSourceProto.DataSource.RedshiftOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RedshiftOptions redshift_options = 15;
mergeRedshiftStorage(DataSourceProto.DataSource.RedshiftOptions) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;
mergeReference(ServingAPIProto.FeatureReferenceV2) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.serving.FeatureReferenceV2 reference = 1;
mergeRequestDataOptions(DataSourceProto.DataSource.RequestDataOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RequestDataOptions request_data_options = 18;
mergeRequestDataSource(DataSourceProto.DataSource) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.DataSource request_data_source = 2;
mergeRequestDataSource(DataSourceProto.DataSource) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Request data which contains the underlying data schema and list of associated features
mergeSnowflakeDestination(FeatureServiceProto.LoggingConfig.SnowflakeDestination) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
mergeSnowflakeOptions(DataSourceProto.DataSource.SnowflakeOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_options = 19;
mergeSnowflakeStorage(DataSourceProto.DataSource.SnowflakeOptions) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;
mergeSparkOptions(DataSourceProto.DataSource.SparkOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SparkOptions spark_options = 27;
mergeSparkStorage(DataSourceProto.DataSource.SparkOptions) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SparkOptions spark_storage = 9;
mergeSpec(EntityProto.EntitySpecV2) - Method in class feast.proto.core.EntityProto.Entity.Builder
User-specified specifications of this entity.
mergeSpec(FeatureServiceProto.FeatureServiceSpec) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
User-specified specifications of this feature service.
mergeSpec(FeatureTableProto.FeatureTableSpec) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
User-specified specifications of this feature table.
mergeSpec(FeatureViewProto.FeatureViewSpec) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
User-specified specifications of this feature view.
mergeSpec(OnDemandFeatureViewProto.OnDemandFeatureViewSpec) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
User-specified specifications of this feature view.
mergeSpec(RequestFeatureViewProto.RequestFeatureViewSpec) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
User-specified specifications of this feature view.
mergeSpec(SavedDatasetProto.SavedDatasetSpec) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetSpec spec = 1;
mergeSqliteTable(SqliteTableProto.SqliteTable) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.SqliteTable sqlite_table = 4;
mergeStartTime(Timestamp) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp start_time = 1;
mergeStorage(SavedDatasetProto.SavedDatasetStorage) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
.feast.core.SavedDatasetStorage storage = 6;
mergeStreamSource(DataSourceProto.DataSource) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Stream/Online DataSource to source stream/online feature data.
mergeStreamSource(DataSourceProto.DataSource) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Streaming DataSource from where this view can consume "online" feature data.
mergeStringListVal(ValueProto.StringList) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.StringList string_list_val = 12;
mergeTimestamp(Timestamp) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Request timestamp of this row.
mergeTimestamp(Timestamp) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.google.protobuf.Timestamp timestamp = 2;
mergeTransformationInput(TransformationServiceAPIProto.ValueType) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
.feast.serving.ValueType transformation_input = 3;
mergeTransformationOutput(TransformationServiceAPIProto.ValueType) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
.feast.serving.ValueType transformation_output = 3;
mergeTrinoOptions(DataSourceProto.DataSource.TrinoOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.TrinoOptions trino_options = 30;
mergeTrinoStorage(DataSourceProto.DataSource.TrinoOptions) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.TrinoOptions trino_storage = 8;
mergeTtl(Duration) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Features in this feature view can only be retrieved from online serving younger than ttl.
mergeUnixTimestampListVal(ValueProto.Int64List) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List unix_timestamp_list_val = 18;
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.EntityProto.Entity.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.StoreProto.Store.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.FieldProto.Field.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.StringList.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.Value.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
mergeUserDefinedFunction(OnDemandFeatureViewProto.UserDefinedFunction) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
.feast.core.UserDefinedFunction user_defined_function = 5;
mergeValue(ValueProto.Value) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.types.Value value = 3;
MESSAGE_FORMAT_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
META_FIELD_NUMBER - Static variable in class feast.proto.core.EntityProto.Entity
 
META_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.FeatureService
 
META_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureTableProto.FeatureTable
 
META_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureView
 
META_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
META_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDataset
 
METADATA_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
MIN_EVENT_TIMESTAMP_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 

N

NAME_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
NAME_FIELD_NUMBER - Static variable in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
NAME_FIELD_NUMBER - Static variable in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
NAME_FIELD_NUMBER - Static variable in class feast.proto.core.EntityProto.EntitySpecV2
 
NAME_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureProto.FeatureSpecV2
 
NAME_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
NAME_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
NAME_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
NAME_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
NAME_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
NAME_FIELD_NUMBER - Static variable in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
NAME_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
NAME_FIELD_NUMBER - Static variable in class feast.proto.core.SqliteTableProto.SqliteTable
 
NAME_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store
 
NAME_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.Subscription
 
NAME_FIELD_NUMBER - Static variable in class feast.proto.types.FieldProto.Field
 
NAMESPACE_FIELD_NUMBER - Static variable in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
newBlockingStub(Channel) - Static method in class feast.proto.serving.ServingServiceGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class feast.proto.serving.TransformationServiceGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class grpc.connector.OnlineStoreGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBuilder() - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
newBuilder() - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
newBuilder() - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
newBuilder() - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
newBuilder() - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
newBuilder() - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
newBuilder() - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
newBuilder() - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
newBuilder() - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
newBuilder() - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
newBuilder() - Static method in class feast.proto.core.DataSourceProto.DataSource
 
newBuilder() - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
newBuilder() - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
newBuilder() - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
newBuilder() - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
newBuilder() - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
newBuilder() - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
newBuilder() - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
newBuilder() - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
newBuilder() - Static method in class feast.proto.core.EntityProto.Entity
 
newBuilder() - Static method in class feast.proto.core.EntityProto.EntityMeta
 
newBuilder() - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
newBuilder() - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
newBuilder() - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
newBuilder() - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
newBuilder() - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
newBuilder() - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
newBuilder() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
newBuilder() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
newBuilder() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
newBuilder() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
newBuilder() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
newBuilder() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
newBuilder() - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
newBuilder() - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
newBuilder() - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
newBuilder() - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
newBuilder() - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
newBuilder() - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
newBuilder() - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
newBuilder() - Static method in class feast.proto.core.InfraObjectProto.Infra
 
newBuilder() - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
newBuilder() - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
newBuilder() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
newBuilder() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
newBuilder() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
newBuilder() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
newBuilder() - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
newBuilder() - Static method in class feast.proto.core.RegistryProto.Registry
 
newBuilder() - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
newBuilder() - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
newBuilder() - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
newBuilder() - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
newBuilder() - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
newBuilder() - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
newBuilder() - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
newBuilder() - Static method in class feast.proto.core.StoreProto.Store
 
newBuilder() - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
newBuilder() - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
newBuilder() - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
newBuilder() - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
newBuilder() - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
newBuilder() - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
newBuilder() - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
newBuilder() - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
newBuilder() - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
newBuilder() - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
newBuilder() - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
newBuilder() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
newBuilder() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
newBuilder() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
newBuilder() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
newBuilder() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
newBuilder() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
newBuilder() - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
newBuilder() - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
newBuilder() - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
newBuilder() - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
newBuilder() - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
newBuilder() - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
newBuilder() - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
newBuilder() - Static method in class feast.proto.types.FieldProto.Field
 
newBuilder() - Static method in class feast.proto.types.ValueProto.BoolList
 
newBuilder() - Static method in class feast.proto.types.ValueProto.BytesList
 
newBuilder() - Static method in class feast.proto.types.ValueProto.DoubleList
 
newBuilder() - Static method in class feast.proto.types.ValueProto.FloatList
 
newBuilder() - Static method in class feast.proto.types.ValueProto.Int32List
 
newBuilder() - Static method in class feast.proto.types.ValueProto.Int64List
 
newBuilder() - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
newBuilder() - Static method in class feast.proto.types.ValueProto.StringList
 
newBuilder() - Static method in class feast.proto.types.ValueProto.Value
 
newBuilder() - Static method in class feast.proto.types.ValueProto.ValueType
 
newBuilder() - Static method in class grpc.connector.Connector.ConnectorFeature
 
newBuilder() - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
newBuilder() - Static method in class grpc.connector.Connector.OnlineReadRequest
 
newBuilder() - Static method in class grpc.connector.Connector.OnlineReadResponse
 
newBuilder(DataFormatProto.FileFormat) - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
newBuilder(DataFormatProto.FileFormat.ParquetFormat) - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
newBuilder(DataFormatProto.StreamFormat) - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
newBuilder(DataFormatProto.StreamFormat.AvroFormat) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
newBuilder(DataFormatProto.StreamFormat.ProtoFormat) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
newBuilder(DataSourceProto.DataSource) - Static method in class feast.proto.core.DataSourceProto.DataSource
 
newBuilder(DataSourceProto.DataSource.BigQueryOptions) - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
newBuilder(DataSourceProto.DataSource.CustomSourceOptions) - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
newBuilder(DataSourceProto.DataSource.FileOptions) - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
newBuilder(DataSourceProto.DataSource.KafkaOptions) - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
newBuilder(DataSourceProto.DataSource.KinesisOptions) - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
newBuilder(DataSourceProto.DataSource.PushOptions) - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
newBuilder(DataSourceProto.DataSource.RedshiftOptions) - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
newBuilder(DataSourceProto.DataSource.RequestDataOptions) - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
newBuilder(DataSourceProto.DataSource.SnowflakeOptions) - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
newBuilder(DataSourceProto.DataSource.SparkOptions) - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
newBuilder(DataSourceProto.DataSource.TrinoOptions) - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
newBuilder(DatastoreTableProto.DatastoreTable) - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
newBuilder(DynamoDBTableProto.DynamoDBTable) - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
newBuilder(EntityProto.Entity) - Static method in class feast.proto.core.EntityProto.Entity
 
newBuilder(EntityProto.EntityMeta) - Static method in class feast.proto.core.EntityProto.EntityMeta
 
newBuilder(EntityProto.EntitySpecV2) - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
newBuilder(FeatureProto.FeatureSpecV2) - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
newBuilder(FeatureReferenceProto.FeatureViewProjection) - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
newBuilder(FeatureServiceProto.FeatureService) - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
newBuilder(FeatureServiceProto.FeatureServiceMeta) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
newBuilder(FeatureServiceProto.FeatureServiceSpec) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
newBuilder(FeatureServiceProto.LoggingConfig) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
newBuilder(FeatureServiceProto.LoggingConfig.BigQueryDestination) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
newBuilder(FeatureServiceProto.LoggingConfig.CustomDestination) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
newBuilder(FeatureServiceProto.LoggingConfig.FileDestination) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
newBuilder(FeatureServiceProto.LoggingConfig.RedshiftDestination) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
newBuilder(FeatureServiceProto.LoggingConfig.SnowflakeDestination) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
newBuilder(FeatureTableProto.FeatureTable) - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
newBuilder(FeatureTableProto.FeatureTableMeta) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
newBuilder(FeatureTableProto.FeatureTableSpec) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
newBuilder(FeatureViewProto.FeatureView) - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
newBuilder(FeatureViewProto.FeatureViewMeta) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
newBuilder(FeatureViewProto.FeatureViewSpec) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
newBuilder(FeatureViewProto.MaterializationInterval) - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
newBuilder(InfraObjectProto.Infra) - Static method in class feast.proto.core.InfraObjectProto.Infra
 
newBuilder(InfraObjectProto.InfraObject) - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
newBuilder(InfraObjectProto.InfraObject.CustomInfra) - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
newBuilder(OnDemandFeatureViewProto.OnDemandFeatureView) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
newBuilder(OnDemandFeatureViewProto.OnDemandFeatureViewMeta) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
newBuilder(OnDemandFeatureViewProto.OnDemandFeatureViewSpec) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
newBuilder(OnDemandFeatureViewProto.OnDemandSource) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
newBuilder(OnDemandFeatureViewProto.UserDefinedFunction) - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
newBuilder(RegistryProto.Registry) - Static method in class feast.proto.core.RegistryProto.Registry
 
newBuilder(RequestFeatureViewProto.RequestFeatureView) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
newBuilder(RequestFeatureViewProto.RequestFeatureViewSpec) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
newBuilder(SavedDatasetProto.SavedDataset) - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
newBuilder(SavedDatasetProto.SavedDatasetMeta) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
newBuilder(SavedDatasetProto.SavedDatasetSpec) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
newBuilder(SavedDatasetProto.SavedDatasetStorage) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
newBuilder(SqliteTableProto.SqliteTable) - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
newBuilder(StoreProto.Store) - Static method in class feast.proto.core.StoreProto.Store
 
newBuilder(StoreProto.Store.RedisClusterConfig) - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
newBuilder(StoreProto.Store.RedisConfig) - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
newBuilder(StoreProto.Store.Subscription) - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
newBuilder(ValidationProfile.GEValidationProfile) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
newBuilder(ValidationProfile.GEValidationProfiler) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
newBuilder(ValidationProfile.GEValidationProfiler.UserDefinedProfiler) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
newBuilder(ValidationProfile.ValidationReference) - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
newBuilder(ServingAPIProto.FeatureList) - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
newBuilder(ServingAPIProto.FeatureReferenceV2) - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
newBuilder(ServingAPIProto.GetFeastServingInfoRequest) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
newBuilder(ServingAPIProto.GetFeastServingInfoResponse) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
newBuilder(ServingAPIProto.GetOnlineFeaturesRequest) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
newBuilder(ServingAPIProto.GetOnlineFeaturesRequestV2) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
newBuilder(ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
newBuilder(ServingAPIProto.GetOnlineFeaturesResponse) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
newBuilder(ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
newBuilder(ServingAPIProto.GetOnlineFeaturesResponseMetadata) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
newBuilder(TransformationServiceAPIProto.GetTransformationServiceInfoRequest) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
newBuilder(TransformationServiceAPIProto.GetTransformationServiceInfoResponse) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
newBuilder(TransformationServiceAPIProto.TransformFeaturesRequest) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
newBuilder(TransformationServiceAPIProto.TransformFeaturesResponse) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
newBuilder(TransformationServiceAPIProto.ValueType) - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
newBuilder(RedisProto.RedisKeyV2) - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
newBuilder(EntityKeyProto.EntityKey) - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
newBuilder(FieldProto.Field) - Static method in class feast.proto.types.FieldProto.Field
 
newBuilder(ValueProto.BoolList) - Static method in class feast.proto.types.ValueProto.BoolList
 
newBuilder(ValueProto.BytesList) - Static method in class feast.proto.types.ValueProto.BytesList
 
newBuilder(ValueProto.DoubleList) - Static method in class feast.proto.types.ValueProto.DoubleList
 
newBuilder(ValueProto.FloatList) - Static method in class feast.proto.types.ValueProto.FloatList
 
newBuilder(ValueProto.Int32List) - Static method in class feast.proto.types.ValueProto.Int32List
 
newBuilder(ValueProto.Int64List) - Static method in class feast.proto.types.ValueProto.Int64List
 
newBuilder(ValueProto.RepeatedValue) - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
newBuilder(ValueProto.StringList) - Static method in class feast.proto.types.ValueProto.StringList
 
newBuilder(ValueProto.Value) - Static method in class feast.proto.types.ValueProto.Value
 
newBuilder(ValueProto.ValueType) - Static method in class feast.proto.types.ValueProto.ValueType
 
newBuilder(Connector.ConnectorFeature) - Static method in class grpc.connector.Connector.ConnectorFeature
 
newBuilder(Connector.ConnectorFeatureList) - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
newBuilder(Connector.OnlineReadRequest) - Static method in class grpc.connector.Connector.OnlineReadRequest
 
newBuilder(Connector.OnlineReadResponse) - Static method in class grpc.connector.Connector.OnlineReadResponse
 
newBuilderForType() - Method in class feast.proto.core.DataFormatProto.FileFormat
 
newBuilderForType() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
newBuilderForType() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
newBuilderForType() - Method in class feast.proto.core.DataFormatProto.StreamFormat
 
newBuilderForType() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
newBuilderForType() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
newBuilderForType() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
newBuilderForType() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
newBuilderForType() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
newBuilderForType() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
newBuilderForType() - Method in class feast.proto.core.DataSourceProto.DataSource
 
newBuilderForType() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
newBuilderForType() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
newBuilderForType() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
newBuilderForType() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
newBuilderForType() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
newBuilderForType() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
newBuilderForType() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
newBuilderForType() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
newBuilderForType() - Method in class feast.proto.core.EntityProto.Entity
 
newBuilderForType() - Method in class feast.proto.core.EntityProto.EntityMeta
 
newBuilderForType() - Method in class feast.proto.core.EntityProto.EntitySpecV2
 
newBuilderForType() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
newBuilderForType() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
newBuilderForType() - Method in class feast.proto.core.FeatureServiceProto.FeatureService
 
newBuilderForType() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
newBuilderForType() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
newBuilderForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
newBuilderForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
newBuilderForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
newBuilderForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
newBuilderForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
newBuilderForType() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
newBuilderForType() - Method in class feast.proto.core.FeatureTableProto.FeatureTable
 
newBuilderForType() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
newBuilderForType() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
newBuilderForType() - Method in class feast.proto.core.FeatureViewProto.FeatureView
 
newBuilderForType() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
newBuilderForType() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
newBuilderForType() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
newBuilderForType() - Method in class feast.proto.core.InfraObjectProto.Infra
 
newBuilderForType() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
newBuilderForType() - Method in class feast.proto.core.InfraObjectProto.InfraObject
 
newBuilderForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
newBuilderForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
newBuilderForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
newBuilderForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
newBuilderForType() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
newBuilderForType() - Method in class feast.proto.core.RegistryProto.Registry
 
newBuilderForType() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
newBuilderForType() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
newBuilderForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
newBuilderForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
newBuilderForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
newBuilderForType() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
newBuilderForType() - Method in class feast.proto.core.SqliteTableProto.SqliteTable
 
newBuilderForType() - Method in class feast.proto.core.StoreProto.Store
 
newBuilderForType() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
newBuilderForType() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
 
newBuilderForType() - Method in class feast.proto.core.StoreProto.Store.Subscription
 
newBuilderForType() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
newBuilderForType() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
newBuilderForType() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
newBuilderForType() - Method in class feast.proto.core.ValidationProfile.ValidationReference
 
newBuilderForType() - Method in class feast.proto.serving.ServingAPIProto.FeatureList
 
newBuilderForType() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
newBuilderForType() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
newBuilderForType() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
newBuilderForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
newBuilderForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
newBuilderForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
newBuilderForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
newBuilderForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
newBuilderForType() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
newBuilderForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
newBuilderForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
newBuilderForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
newBuilderForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
newBuilderForType() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
newBuilderForType() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
 
newBuilderForType() - Method in class feast.proto.types.EntityKeyProto.EntityKey
 
newBuilderForType() - Method in class feast.proto.types.FieldProto.Field
 
newBuilderForType() - Method in class feast.proto.types.ValueProto.BoolList
 
newBuilderForType() - Method in class feast.proto.types.ValueProto.BytesList
 
newBuilderForType() - Method in class feast.proto.types.ValueProto.DoubleList
 
newBuilderForType() - Method in class feast.proto.types.ValueProto.FloatList
 
newBuilderForType() - Method in class feast.proto.types.ValueProto.Int32List
 
newBuilderForType() - Method in class feast.proto.types.ValueProto.Int64List
 
newBuilderForType() - Method in class feast.proto.types.ValueProto.RepeatedValue
 
newBuilderForType() - Method in class feast.proto.types.ValueProto.StringList
 
newBuilderForType() - Method in class feast.proto.types.ValueProto.Value
 
newBuilderForType() - Method in class feast.proto.types.ValueProto.ValueType
 
newBuilderForType() - Method in class grpc.connector.Connector.ConnectorFeature
 
newBuilderForType() - Method in class grpc.connector.Connector.ConnectorFeatureList
 
newBuilderForType() - Method in class grpc.connector.Connector.OnlineReadRequest
 
newBuilderForType() - Method in class grpc.connector.Connector.OnlineReadResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataFormatProto.FileFormat
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataFormatProto.StreamFormat
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataSourceProto.DataSource
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.EntityProto.Entity
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.EntityProto.EntityMeta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.EntityProto.EntitySpecV2
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureServiceProto.FeatureService
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureTableProto.FeatureTable
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureViewProto.FeatureView
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.InfraObjectProto.Infra
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.InfraObjectProto.InfraObject
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.RegistryProto.Registry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.SqliteTableProto.SqliteTable
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.StoreProto.Store
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.StoreProto.Store.RedisConfig
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.StoreProto.Store.Subscription
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.core.ValidationProfile.ValidationReference
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.serving.ServingAPIProto.FeatureList
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.storage.RedisProto.RedisKeyV2
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.types.EntityKeyProto.EntityKey
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.types.FieldProto.Field
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.types.ValueProto.BoolList
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.types.ValueProto.BytesList
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.types.ValueProto.DoubleList
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.types.ValueProto.FloatList
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.types.ValueProto.Int32List
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.types.ValueProto.Int64List
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.types.ValueProto.RepeatedValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.types.ValueProto.StringList
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.types.ValueProto.Value
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class feast.proto.types.ValueProto.ValueType
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class grpc.connector.Connector.ConnectorFeature
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class grpc.connector.Connector.ConnectorFeatureList
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class grpc.connector.Connector.OnlineReadRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class grpc.connector.Connector.OnlineReadResponse
 
newFutureStub(Channel) - Static method in class feast.proto.serving.ServingServiceGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class feast.proto.serving.TransformationServiceGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class grpc.connector.OnlineStoreGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataFormatProto.FileFormat
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataFormatProto.StreamFormat
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataSourceProto.DataSource
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.EntityProto.Entity
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.EntityProto.EntityMeta
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.EntityProto.EntitySpecV2
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureServiceProto.FeatureService
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureTableProto.FeatureTable
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureViewProto.FeatureView
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.InfraObjectProto.Infra
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.InfraObjectProto.InfraObject
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.RegistryProto.Registry
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.SqliteTableProto.SqliteTable
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.StoreProto.Store
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.StoreProto.Store.RedisConfig
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.StoreProto.Store.Subscription
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.core.ValidationProfile.ValidationReference
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.serving.ServingAPIProto.FeatureList
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.storage.RedisProto.RedisKeyV2
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.types.EntityKeyProto.EntityKey
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.types.FieldProto.Field
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.types.ValueProto.BoolList
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.types.ValueProto.BytesList
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.types.ValueProto.DoubleList
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.types.ValueProto.FloatList
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.types.ValueProto.Int32List
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.types.ValueProto.Int64List
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.types.ValueProto.RepeatedValue
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.types.ValueProto.StringList
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.types.ValueProto.Value
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class feast.proto.types.ValueProto.ValueType
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class grpc.connector.Connector.ConnectorFeature
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class grpc.connector.Connector.ConnectorFeatureList
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class grpc.connector.Connector.OnlineReadRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class grpc.connector.Connector.OnlineReadResponse
 
newStub(Channel) - Static method in class feast.proto.serving.ServingServiceGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class feast.proto.serving.TransformationServiceGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class grpc.connector.OnlineStoreGrpc
Creates a new async stub that supports all call types for the service
NOT_FOUND - feast.proto.serving.ServingAPIProto.FieldStatus
Entity key did not return any values as they do not exist in Feast.
NOT_FOUND_VALUE - Static variable in enum feast.proto.serving.ServingAPIProto.FieldStatus
Entity key did not return any values as they do not exist in Feast.
NULL - feast.proto.types.ValueProto.Null
NULL = 0;
NULL - feast.proto.types.ValueProto.ValueType.Enum
NULL = 19;
NULL_VAL - feast.proto.types.ValueProto.Value.ValCase
 
NULL_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
NULL_VALUE - feast.proto.serving.ServingAPIProto.FieldStatus
Values could be found for entity key and age is within max age, but this field value is assigned a value on ingestion into feast.
NULL_VALUE - Static variable in enum feast.proto.types.ValueProto.Null
NULL = 0;
NULL_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
NULL = 19;
NULL_VALUE_VALUE - Static variable in enum feast.proto.serving.ServingAPIProto.FieldStatus
Values could be found for entity key and age is within max age, but this field value is assigned a value on ingestion into feast.

O

ON_DEMAND_FEATURE_VIEW_NAME_FIELD_NUMBER - Static variable in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
ON_DEMAND_FEATURE_VIEWS_FIELD_NUMBER - Static variable in class feast.proto.core.RegistryProto.Registry
 
OnDemandFeatureViewProto - Class in feast.proto.core
 
OnDemandFeatureViewProto.OnDemandFeatureView - Class in feast.proto.core
Protobuf type feast.core.OnDemandFeatureView
OnDemandFeatureViewProto.OnDemandFeatureView.Builder - Class in feast.proto.core
Protobuf type feast.core.OnDemandFeatureView
OnDemandFeatureViewProto.OnDemandFeatureViewMeta - Class in feast.proto.core
Protobuf type feast.core.OnDemandFeatureViewMeta
OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder - Class in feast.proto.core
Protobuf type feast.core.OnDemandFeatureViewMeta
OnDemandFeatureViewProto.OnDemandFeatureViewMetaOrBuilder - Interface in feast.proto.core
 
OnDemandFeatureViewProto.OnDemandFeatureViewOrBuilder - Interface in feast.proto.core
 
OnDemandFeatureViewProto.OnDemandFeatureViewSpec - Class in feast.proto.core
Next available id: 9
OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder - Class in feast.proto.core
Next available id: 9
OnDemandFeatureViewProto.OnDemandFeatureViewSpecOrBuilder - Interface in feast.proto.core
 
OnDemandFeatureViewProto.OnDemandSource - Class in feast.proto.core
Protobuf type feast.core.OnDemandSource
OnDemandFeatureViewProto.OnDemandSource.Builder - Class in feast.proto.core
Protobuf type feast.core.OnDemandSource
OnDemandFeatureViewProto.OnDemandSource.SourceCase - Enum in feast.proto.core
 
OnDemandFeatureViewProto.OnDemandSourceOrBuilder - Interface in feast.proto.core
 
OnDemandFeatureViewProto.UserDefinedFunction - Class in feast.proto.core
Serialized representation of python function.
OnDemandFeatureViewProto.UserDefinedFunction.Builder - Class in feast.proto.core
Serialized representation of python function.
OnDemandFeatureViewProto.UserDefinedFunctionOrBuilder - Interface in feast.proto.core
 
ONLINE_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
onlineRead(Connector.OnlineReadRequest) - Method in class grpc.connector.OnlineStoreGrpc.OnlineStoreBlockingStub
 
onlineRead(Connector.OnlineReadRequest) - Method in class grpc.connector.OnlineStoreGrpc.OnlineStoreFutureStub
 
onlineRead(Connector.OnlineReadRequest, StreamObserver<Connector.OnlineReadResponse>) - Method in class grpc.connector.OnlineStoreGrpc.OnlineStoreImplBase
 
onlineRead(Connector.OnlineReadRequest, StreamObserver<Connector.OnlineReadResponse>) - Method in class grpc.connector.OnlineStoreGrpc.OnlineStoreStub
 
OnlineStoreGrpc - Class in grpc.connector
 
OnlineStoreGrpc.OnlineStoreBlockingStub - Class in grpc.connector
 
OnlineStoreGrpc.OnlineStoreFutureStub - Class in grpc.connector
 
OnlineStoreGrpc.OnlineStoreImplBase - Class in grpc.connector
 
OnlineStoreGrpc.OnlineStoreStub - Class in grpc.connector
 
OnlineStoreImplBase() - Constructor for class grpc.connector.OnlineStoreGrpc.OnlineStoreImplBase
 
OPTIONS_NOT_SET - feast.proto.core.DataSourceProto.DataSource.OptionsCase
 
OUTSIDE_MAX_AGE - feast.proto.serving.ServingAPIProto.FieldStatus
Values could be found for entity key, but field values are outside the maximum allowable range.
OUTSIDE_MAX_AGE_VALUE - Static variable in enum feast.proto.serving.ServingAPIProto.FieldStatus
Values could be found for entity key, but field values are outside the maximum allowable range.
OWNER_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
OWNER_FIELD_NUMBER - Static variable in class feast.proto.core.EntityProto.EntitySpecV2
 
OWNER_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
OWNER_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
OWNER_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
OWNER_FIELD_NUMBER - Static variable in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 

P

PARQUET_FORMAT - feast.proto.core.DataFormatProto.FileFormat.FormatCase
 
PARQUET_FORMAT_FIELD_NUMBER - Static variable in class feast.proto.core.DataFormatProto.FileFormat
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.EntityProto.Entity
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.EntityProto.EntityMeta
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.InfraObjectProto.Infra
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.RegistryProto.Registry
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.StoreProto.Store
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.types.FieldProto.Field
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.types.ValueProto.BoolList
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.types.ValueProto.BytesList
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.types.ValueProto.DoubleList
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.types.ValueProto.FloatList
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.types.ValueProto.Int32List
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.types.ValueProto.Int64List
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.types.ValueProto.StringList
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.types.ValueProto.Value
 
parseDelimitedFrom(InputStream) - Static method in class feast.proto.types.ValueProto.ValueType
 
parseDelimitedFrom(InputStream) - Static method in class grpc.connector.Connector.ConnectorFeature
 
parseDelimitedFrom(InputStream) - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
parseDelimitedFrom(InputStream) - Static method in class grpc.connector.Connector.OnlineReadRequest
 
parseDelimitedFrom(InputStream) - Static method in class grpc.connector.Connector.OnlineReadResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.Entity
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.EntityMeta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.Infra
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.RegistryProto.Registry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.FieldProto.Field
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.BoolList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.BytesList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.DoubleList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.FloatList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Int32List
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Int64List
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.StringList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.ValueType
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.ConnectorFeature
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.OnlineReadRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.OnlineReadResponse
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataSourceProto.DataSource
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
parseFrom(byte[]) - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
parseFrom(byte[]) - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
parseFrom(byte[]) - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
parseFrom(byte[]) - Static method in class feast.proto.core.EntityProto.Entity
 
parseFrom(byte[]) - Static method in class feast.proto.core.EntityProto.EntityMeta
 
parseFrom(byte[]) - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
parseFrom(byte[]) - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
parseFrom(byte[]) - Static method in class feast.proto.core.InfraObjectProto.Infra
 
parseFrom(byte[]) - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
parseFrom(byte[]) - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
parseFrom(byte[]) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
parseFrom(byte[]) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
parseFrom(byte[]) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
parseFrom(byte[]) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
parseFrom(byte[]) - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
parseFrom(byte[]) - Static method in class feast.proto.core.RegistryProto.Registry
 
parseFrom(byte[]) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
parseFrom(byte[]) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
parseFrom(byte[]) - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
parseFrom(byte[]) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
parseFrom(byte[]) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
parseFrom(byte[]) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
parseFrom(byte[]) - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
parseFrom(byte[]) - Static method in class feast.proto.core.StoreProto.Store
 
parseFrom(byte[]) - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
parseFrom(byte[]) - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
parseFrom(byte[]) - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
parseFrom(byte[]) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
parseFrom(byte[]) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
parseFrom(byte[]) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
parseFrom(byte[]) - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
parseFrom(byte[]) - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
parseFrom(byte[]) - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
parseFrom(byte[]) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
parseFrom(byte[]) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
parseFrom(byte[]) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
parseFrom(byte[]) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
parseFrom(byte[]) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
parseFrom(byte[]) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
parseFrom(byte[]) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
parseFrom(byte[]) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
parseFrom(byte[]) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
parseFrom(byte[]) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
parseFrom(byte[]) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
parseFrom(byte[]) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
parseFrom(byte[]) - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
parseFrom(byte[]) - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
parseFrom(byte[]) - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
parseFrom(byte[]) - Static method in class feast.proto.types.FieldProto.Field
 
parseFrom(byte[]) - Static method in class feast.proto.types.ValueProto.BoolList
 
parseFrom(byte[]) - Static method in class feast.proto.types.ValueProto.BytesList
 
parseFrom(byte[]) - Static method in class feast.proto.types.ValueProto.DoubleList
 
parseFrom(byte[]) - Static method in class feast.proto.types.ValueProto.FloatList
 
parseFrom(byte[]) - Static method in class feast.proto.types.ValueProto.Int32List
 
parseFrom(byte[]) - Static method in class feast.proto.types.ValueProto.Int64List
 
parseFrom(byte[]) - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
parseFrom(byte[]) - Static method in class feast.proto.types.ValueProto.StringList
 
parseFrom(byte[]) - Static method in class feast.proto.types.ValueProto.Value
 
parseFrom(byte[]) - Static method in class feast.proto.types.ValueProto.ValueType
 
parseFrom(byte[]) - Static method in class grpc.connector.Connector.ConnectorFeature
 
parseFrom(byte[]) - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
parseFrom(byte[]) - Static method in class grpc.connector.Connector.OnlineReadRequest
 
parseFrom(byte[]) - Static method in class grpc.connector.Connector.OnlineReadResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.Entity
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.EntityMeta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.Infra
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.RegistryProto.Registry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.types.FieldProto.Field
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.BoolList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.BytesList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.DoubleList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.FloatList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Int32List
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Int64List
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.StringList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.ValueType
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class grpc.connector.Connector.ConnectorFeature
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class grpc.connector.Connector.OnlineReadRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class grpc.connector.Connector.OnlineReadResponse
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataSourceProto.DataSource
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
parseFrom(ByteString) - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
parseFrom(ByteString) - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
parseFrom(ByteString) - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
parseFrom(ByteString) - Static method in class feast.proto.core.EntityProto.Entity
 
parseFrom(ByteString) - Static method in class feast.proto.core.EntityProto.EntityMeta
 
parseFrom(ByteString) - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
parseFrom(ByteString) - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
parseFrom(ByteString) - Static method in class feast.proto.core.InfraObjectProto.Infra
 
parseFrom(ByteString) - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
parseFrom(ByteString) - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
parseFrom(ByteString) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
parseFrom(ByteString) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
parseFrom(ByteString) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
parseFrom(ByteString) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
parseFrom(ByteString) - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
parseFrom(ByteString) - Static method in class feast.proto.core.RegistryProto.Registry
 
parseFrom(ByteString) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
parseFrom(ByteString) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
parseFrom(ByteString) - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
parseFrom(ByteString) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
parseFrom(ByteString) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
parseFrom(ByteString) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
parseFrom(ByteString) - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
parseFrom(ByteString) - Static method in class feast.proto.core.StoreProto.Store
 
parseFrom(ByteString) - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
parseFrom(ByteString) - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
parseFrom(ByteString) - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
parseFrom(ByteString) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
parseFrom(ByteString) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
parseFrom(ByteString) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
parseFrom(ByteString) - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
parseFrom(ByteString) - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
parseFrom(ByteString) - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
parseFrom(ByteString) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
parseFrom(ByteString) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
parseFrom(ByteString) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
parseFrom(ByteString) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
parseFrom(ByteString) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
parseFrom(ByteString) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
parseFrom(ByteString) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
parseFrom(ByteString) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
parseFrom(ByteString) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
parseFrom(ByteString) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
parseFrom(ByteString) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
parseFrom(ByteString) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
parseFrom(ByteString) - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
parseFrom(ByteString) - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
parseFrom(ByteString) - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
parseFrom(ByteString) - Static method in class feast.proto.types.FieldProto.Field
 
parseFrom(ByteString) - Static method in class feast.proto.types.ValueProto.BoolList
 
parseFrom(ByteString) - Static method in class feast.proto.types.ValueProto.BytesList
 
parseFrom(ByteString) - Static method in class feast.proto.types.ValueProto.DoubleList
 
parseFrom(ByteString) - Static method in class feast.proto.types.ValueProto.FloatList
 
parseFrom(ByteString) - Static method in class feast.proto.types.ValueProto.Int32List
 
parseFrom(ByteString) - Static method in class feast.proto.types.ValueProto.Int64List
 
parseFrom(ByteString) - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
parseFrom(ByteString) - Static method in class feast.proto.types.ValueProto.StringList
 
parseFrom(ByteString) - Static method in class feast.proto.types.ValueProto.Value
 
parseFrom(ByteString) - Static method in class feast.proto.types.ValueProto.ValueType
 
parseFrom(ByteString) - Static method in class grpc.connector.Connector.ConnectorFeature
 
parseFrom(ByteString) - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
parseFrom(ByteString) - Static method in class grpc.connector.Connector.OnlineReadRequest
 
parseFrom(ByteString) - Static method in class grpc.connector.Connector.OnlineReadResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.Entity
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.EntityMeta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.Infra
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.RegistryProto.Registry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.types.FieldProto.Field
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.BoolList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.BytesList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.DoubleList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.FloatList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Int32List
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Int64List
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.StringList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.ValueType
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.ConnectorFeature
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.OnlineReadRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.OnlineReadResponse
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.EntityProto.Entity
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.EntityProto.EntityMeta
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.InfraObjectProto.Infra
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.RegistryProto.Registry
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.StoreProto.Store
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
parseFrom(CodedInputStream) - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
parseFrom(CodedInputStream) - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
parseFrom(CodedInputStream) - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
parseFrom(CodedInputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
parseFrom(CodedInputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
parseFrom(CodedInputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
parseFrom(CodedInputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
parseFrom(CodedInputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
parseFrom(CodedInputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
parseFrom(CodedInputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
parseFrom(CodedInputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
parseFrom(CodedInputStream) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
parseFrom(CodedInputStream) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
parseFrom(CodedInputStream) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
parseFrom(CodedInputStream) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
parseFrom(CodedInputStream) - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
parseFrom(CodedInputStream) - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
parseFrom(CodedInputStream) - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
parseFrom(CodedInputStream) - Static method in class feast.proto.types.FieldProto.Field
 
parseFrom(CodedInputStream) - Static method in class feast.proto.types.ValueProto.BoolList
 
parseFrom(CodedInputStream) - Static method in class feast.proto.types.ValueProto.BytesList
 
parseFrom(CodedInputStream) - Static method in class feast.proto.types.ValueProto.DoubleList
 
parseFrom(CodedInputStream) - Static method in class feast.proto.types.ValueProto.FloatList
 
parseFrom(CodedInputStream) - Static method in class feast.proto.types.ValueProto.Int32List
 
parseFrom(CodedInputStream) - Static method in class feast.proto.types.ValueProto.Int64List
 
parseFrom(CodedInputStream) - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
parseFrom(CodedInputStream) - Static method in class feast.proto.types.ValueProto.StringList
 
parseFrom(CodedInputStream) - Static method in class feast.proto.types.ValueProto.Value
 
parseFrom(CodedInputStream) - Static method in class feast.proto.types.ValueProto.ValueType
 
parseFrom(CodedInputStream) - Static method in class grpc.connector.Connector.ConnectorFeature
 
parseFrom(CodedInputStream) - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
parseFrom(CodedInputStream) - Static method in class grpc.connector.Connector.OnlineReadRequest
 
parseFrom(CodedInputStream) - Static method in class grpc.connector.Connector.OnlineReadResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.Entity
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.EntityMeta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.Infra
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.RegistryProto.Registry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.FieldProto.Field
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.BoolList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.BytesList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.DoubleList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.FloatList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Int32List
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Int64List
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.StringList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.ValueType
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.ConnectorFeature
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.OnlineReadRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.OnlineReadResponse
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
parseFrom(InputStream) - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
parseFrom(InputStream) - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
parseFrom(InputStream) - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
parseFrom(InputStream) - Static method in class feast.proto.core.EntityProto.Entity
 
parseFrom(InputStream) - Static method in class feast.proto.core.EntityProto.EntityMeta
 
parseFrom(InputStream) - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
parseFrom(InputStream) - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
parseFrom(InputStream) - Static method in class feast.proto.core.InfraObjectProto.Infra
 
parseFrom(InputStream) - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
parseFrom(InputStream) - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
parseFrom(InputStream) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
parseFrom(InputStream) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
parseFrom(InputStream) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
parseFrom(InputStream) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
parseFrom(InputStream) - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
parseFrom(InputStream) - Static method in class feast.proto.core.RegistryProto.Registry
 
parseFrom(InputStream) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
parseFrom(InputStream) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
parseFrom(InputStream) - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
parseFrom(InputStream) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
parseFrom(InputStream) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
parseFrom(InputStream) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
parseFrom(InputStream) - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
parseFrom(InputStream) - Static method in class feast.proto.core.StoreProto.Store
 
parseFrom(InputStream) - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
parseFrom(InputStream) - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
parseFrom(InputStream) - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
parseFrom(InputStream) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
parseFrom(InputStream) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
parseFrom(InputStream) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
parseFrom(InputStream) - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
parseFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
parseFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
parseFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
parseFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
parseFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
parseFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
parseFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
parseFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
parseFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
parseFrom(InputStream) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
parseFrom(InputStream) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
parseFrom(InputStream) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
parseFrom(InputStream) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
parseFrom(InputStream) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
parseFrom(InputStream) - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
parseFrom(InputStream) - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
parseFrom(InputStream) - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
parseFrom(InputStream) - Static method in class feast.proto.types.FieldProto.Field
 
parseFrom(InputStream) - Static method in class feast.proto.types.ValueProto.BoolList
 
parseFrom(InputStream) - Static method in class feast.proto.types.ValueProto.BytesList
 
parseFrom(InputStream) - Static method in class feast.proto.types.ValueProto.DoubleList
 
parseFrom(InputStream) - Static method in class feast.proto.types.ValueProto.FloatList
 
parseFrom(InputStream) - Static method in class feast.proto.types.ValueProto.Int32List
 
parseFrom(InputStream) - Static method in class feast.proto.types.ValueProto.Int64List
 
parseFrom(InputStream) - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
parseFrom(InputStream) - Static method in class feast.proto.types.ValueProto.StringList
 
parseFrom(InputStream) - Static method in class feast.proto.types.ValueProto.Value
 
parseFrom(InputStream) - Static method in class feast.proto.types.ValueProto.ValueType
 
parseFrom(InputStream) - Static method in class grpc.connector.Connector.ConnectorFeature
 
parseFrom(InputStream) - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
parseFrom(InputStream) - Static method in class grpc.connector.Connector.OnlineReadRequest
 
parseFrom(InputStream) - Static method in class grpc.connector.Connector.OnlineReadResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.Entity
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.EntityMeta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.Infra
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.RegistryProto.Registry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.FieldProto.Field
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.BoolList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.BytesList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.DoubleList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.FloatList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Int32List
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Int64List
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.StringList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.ValueType
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.ConnectorFeature
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.OnlineReadRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.OnlineReadResponse
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataSourceProto.DataSource
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.EntityProto.Entity
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.EntityProto.EntityMeta
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.InfraObjectProto.Infra
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.RegistryProto.Registry
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.StoreProto.Store
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
parseFrom(ByteBuffer) - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
parseFrom(ByteBuffer) - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
parseFrom(ByteBuffer) - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
parseFrom(ByteBuffer) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
parseFrom(ByteBuffer) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
parseFrom(ByteBuffer) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
parseFrom(ByteBuffer) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
parseFrom(ByteBuffer) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
parseFrom(ByteBuffer) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
parseFrom(ByteBuffer) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
parseFrom(ByteBuffer) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
parseFrom(ByteBuffer) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
parseFrom(ByteBuffer) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
parseFrom(ByteBuffer) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
parseFrom(ByteBuffer) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
parseFrom(ByteBuffer) - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
parseFrom(ByteBuffer) - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
parseFrom(ByteBuffer) - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
parseFrom(ByteBuffer) - Static method in class feast.proto.types.FieldProto.Field
 
parseFrom(ByteBuffer) - Static method in class feast.proto.types.ValueProto.BoolList
 
parseFrom(ByteBuffer) - Static method in class feast.proto.types.ValueProto.BytesList
 
parseFrom(ByteBuffer) - Static method in class feast.proto.types.ValueProto.DoubleList
 
parseFrom(ByteBuffer) - Static method in class feast.proto.types.ValueProto.FloatList
 
parseFrom(ByteBuffer) - Static method in class feast.proto.types.ValueProto.Int32List
 
parseFrom(ByteBuffer) - Static method in class feast.proto.types.ValueProto.Int64List
 
parseFrom(ByteBuffer) - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
parseFrom(ByteBuffer) - Static method in class feast.proto.types.ValueProto.StringList
 
parseFrom(ByteBuffer) - Static method in class feast.proto.types.ValueProto.Value
 
parseFrom(ByteBuffer) - Static method in class feast.proto.types.ValueProto.ValueType
 
parseFrom(ByteBuffer) - Static method in class grpc.connector.Connector.ConnectorFeature
 
parseFrom(ByteBuffer) - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
parseFrom(ByteBuffer) - Static method in class grpc.connector.Connector.OnlineReadRequest
 
parseFrom(ByteBuffer) - Static method in class grpc.connector.Connector.OnlineReadResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.Entity
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.EntityMeta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.Infra
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.RegistryProto.Registry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.types.FieldProto.Field
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.BoolList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.BytesList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.DoubleList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.FloatList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Int32List
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Int64List
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.StringList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.Value
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto.ValueType
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.ConnectorFeature
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.OnlineReadRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class grpc.connector.Connector.OnlineReadResponse
 
parser() - Static method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
parser() - Static method in class feast.proto.core.DataFormatProto.FileFormat
 
parser() - Static method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
parser() - Static method in class feast.proto.core.DataFormatProto.StreamFormat
 
parser() - Static method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
parser() - Static method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
parser() - Static method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
parser() - Static method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
parser() - Static method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
parser() - Static method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
parser() - Static method in class feast.proto.core.DataSourceProto.DataSource
 
parser() - Static method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
parser() - Static method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
parser() - Static method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
parser() - Static method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
parser() - Static method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
parser() - Static method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
parser() - Static method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
parser() - Static method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
parser() - Static method in class feast.proto.core.EntityProto.Entity
 
parser() - Static method in class feast.proto.core.EntityProto.EntityMeta
 
parser() - Static method in class feast.proto.core.EntityProto.EntitySpecV2
 
parser() - Static method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
parser() - Static method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
parser() - Static method in class feast.proto.core.FeatureServiceProto.FeatureService
 
parser() - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
parser() - Static method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
parser() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
parser() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
parser() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
parser() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
parser() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
parser() - Static method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
parser() - Static method in class feast.proto.core.FeatureTableProto.FeatureTable
 
parser() - Static method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
parser() - Static method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
parser() - Static method in class feast.proto.core.FeatureViewProto.FeatureView
 
parser() - Static method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
parser() - Static method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
parser() - Static method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
parser() - Static method in class feast.proto.core.InfraObjectProto.Infra
 
parser() - Static method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
parser() - Static method in class feast.proto.core.InfraObjectProto.InfraObject
 
parser() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
parser() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
parser() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
parser() - Static method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
parser() - Static method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
parser() - Static method in class feast.proto.core.RegistryProto.Registry
 
parser() - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
parser() - Static method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
parser() - Static method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
parser() - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
parser() - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
parser() - Static method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
parser() - Static method in class feast.proto.core.SqliteTableProto.SqliteTable
 
parser() - Static method in class feast.proto.core.StoreProto.Store
 
parser() - Static method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
parser() - Static method in class feast.proto.core.StoreProto.Store.RedisConfig
 
parser() - Static method in class feast.proto.core.StoreProto.Store.Subscription
 
parser() - Static method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
parser() - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
parser() - Static method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
parser() - Static method in class feast.proto.core.ValidationProfile.ValidationReference
 
parser() - Static method in class feast.proto.serving.ServingAPIProto.FeatureList
 
parser() - Static method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
parser() - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
parser() - Static method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
parser() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
parser() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
parser() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
parser() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
parser() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
parser() - Static method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
parser() - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
parser() - Static method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
parser() - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
parser() - Static method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
parser() - Static method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
parser() - Static method in class feast.proto.storage.RedisProto.RedisKeyV2
 
parser() - Static method in class feast.proto.types.EntityKeyProto.EntityKey
 
parser() - Static method in class feast.proto.types.FieldProto.Field
 
parser() - Static method in class feast.proto.types.ValueProto.BoolList
 
parser() - Static method in class feast.proto.types.ValueProto.BytesList
 
parser() - Static method in class feast.proto.types.ValueProto.DoubleList
 
parser() - Static method in class feast.proto.types.ValueProto.FloatList
 
parser() - Static method in class feast.proto.types.ValueProto.Int32List
 
parser() - Static method in class feast.proto.types.ValueProto.Int64List
 
parser() - Static method in class feast.proto.types.ValueProto.RepeatedValue
 
parser() - Static method in class feast.proto.types.ValueProto.StringList
 
parser() - Static method in class feast.proto.types.ValueProto.Value
 
parser() - Static method in class feast.proto.types.ValueProto.ValueType
 
parser() - Static method in class grpc.connector.Connector.ConnectorFeature
 
parser() - Static method in class grpc.connector.Connector.ConnectorFeatureList
 
parser() - Static method in class grpc.connector.Connector.OnlineReadRequest
 
parser() - Static method in class grpc.connector.Connector.OnlineReadResponse
 
PARTITION_BY_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
PARTITION_INTERVAL_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
PATH_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
PATH_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
PATH_FIELD_NUMBER - Static variable in class feast.proto.core.SqliteTableProto.SqliteTable
 
PORT_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.RedisConfig
 
PRESENT - feast.proto.serving.ServingAPIProto.FieldStatus
Field value is present for this field and age is within max age.
PRESENT_VALUE - Static variable in enum feast.proto.serving.ServingAPIProto.FieldStatus
Field value is present for this field and age is within max age.
PROFILER_FIELD_NUMBER - Static variable in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
PROFILER_NOT_SET - feast.proto.core.ValidationProfile.ValidationReference.ProfilerCase
 
PROJECT_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
PROJECT_FIELD_NUMBER - Static variable in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
PROJECT_FIELD_NUMBER - Static variable in class feast.proto.core.EntityProto.EntitySpecV2
 
PROJECT_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
PROJECT_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
PROJECT_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
PROJECT_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
PROJECT_FIELD_NUMBER - Static variable in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
PROJECT_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
PROJECT_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.Subscription
 
PROJECT_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
PROJECT_FIELD_NUMBER - Static variable in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
PROJECT_FIELD_NUMBER - Static variable in class feast.proto.storage.RedisProto.RedisKeyV2
 
PROJECT_ID_FIELD_NUMBER - Static variable in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
PROTO_FORMAT - feast.proto.core.DataFormatProto.StreamFormat.FormatCase
 
PROTO_FORMAT_FIELD_NUMBER - Static variable in class feast.proto.core.DataFormatProto.StreamFormat
 
PUSH_OPTIONS - feast.proto.core.DataSourceProto.DataSource.OptionsCase
 
PUSH_OPTIONS_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
PUSH_SOURCE - feast.proto.core.DataSourceProto.DataSource.SourceType
PUSH_SOURCE = 9;
PUSH_SOURCE_VALUE - Static variable in enum feast.proto.core.DataSourceProto.DataSource.SourceType
PUSH_SOURCE = 9;
putAllConfig(Map<String, String>) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
map<string, string> config = 2;
putAllDeprecatedSchema(Map<String, ValueProto.ValueType.Enum>) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Mapping of feature name to type
putAllDeprecatedSchemaValue(Map<String, Integer>) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Mapping of feature name to type
putAllEntities(Map<String, ValueProto.RepeatedValue>) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
The entity data is specified in a columnar format A map of entity name -> list of values
putAllFieldMapping(Map<String, String>) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
putAllFields(Map<String, ValueProto.Value>) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Map containing mapping of entity name to entity value.
putAllJoinKeyMap(Map<String, String>) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
Map for entity join_key overrides of feature data entity join_key to entity data join_key
putAllLabels(Map<String, String>) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
User defined metadata
putAllRequestContext(Map<String, ValueProto.RepeatedValue>) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
putAllSources(Map<String, OnDemandFeatureViewProto.OnDemandSource>) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Map of sources for this feature view.
putAllTags(Map<String, String>) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
map<string, string> tags = 24;
putAllTags(Map<String, String>) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
User defined metadata
putAllTags(Map<String, String>) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Tags for user defined metadata on a feature
putAllTags(Map<String, String>) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
User defined metadata
putAllTags(Map<String, String>) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
User defined metadata
putAllTags(Map<String, String>) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
User defined metadata.
putAllTags(Map<String, String>) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
User defined metadata.
putAllTags(Map<String, String>) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
User defined metadata
putConfig(String, String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
map<string, string> config = 2;
putDeprecatedSchema(String, ValueProto.ValueType.Enum) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Mapping of feature name to type
putDeprecatedSchemaValue(String, int) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Mapping of feature name to type
putEntities(String, ValueProto.RepeatedValue) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
The entity data is specified in a columnar format A map of entity name -> list of values
putFieldMapping(String, String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
putFields(String, ValueProto.Value) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Map containing mapping of entity name to entity value.
putJoinKeyMap(String, String) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
Map for entity join_key overrides of feature data entity join_key to entity data join_key
putLabels(String, String) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
User defined metadata
putRequestContext(String, ValueProto.RepeatedValue) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
putSources(String, OnDemandFeatureViewProto.OnDemandSource) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Map of sources for this feature view.
putTags(String, String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
map<string, string> tags = 24;
putTags(String, String) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
User defined metadata
putTags(String, String) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Tags for user defined metadata on a feature
putTags(String, String) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
User defined metadata
putTags(String, String) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
User defined metadata
putTags(String, String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
User defined metadata.
putTags(String, String) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
User defined metadata.
putTags(String, String) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
User defined metadata

Q

QUERY_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
QUERY_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
QUERY_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
QUERY_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
QUERY_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 

R

READ_FROM_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
RECORD_FORMAT_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
REDIS - feast.proto.core.StoreProto.Store.StoreType
Redis stores a FeatureRow element as a key, value pair.
REDIS_CLUSTER - feast.proto.core.StoreProto.Store.StoreType
REDIS_CLUSTER = 4;
REDIS_CLUSTER_CONFIG - feast.proto.core.StoreProto.Store.ConfigCase
 
REDIS_CLUSTER_CONFIG_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store
 
REDIS_CLUSTER_VALUE - Static variable in enum feast.proto.core.StoreProto.Store.StoreType
REDIS_CLUSTER = 4;
REDIS_CONFIG - feast.proto.core.StoreProto.Store.ConfigCase
 
REDIS_CONFIG_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store
 
REDIS_VALUE - Static variable in enum feast.proto.core.StoreProto.Store.StoreType
Redis stores a FeatureRow element as a key, value pair.
RedisProto - Class in feast.proto.storage
 
RedisProto.RedisKeyV2 - Class in feast.proto.storage
Protobuf type feast.storage.RedisKeyV2
RedisProto.RedisKeyV2.Builder - Class in feast.proto.storage
Protobuf type feast.storage.RedisKeyV2
RedisProto.RedisKeyV2OrBuilder - Interface in feast.proto.storage
 
REDSHIFT_DESTINATION - feast.proto.core.FeatureServiceProto.LoggingConfig.DestinationCase
 
REDSHIFT_DESTINATION_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
REDSHIFT_OPTIONS - feast.proto.core.DataSourceProto.DataSource.OptionsCase
 
REDSHIFT_OPTIONS_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
REDSHIFT_STORAGE - feast.proto.core.SavedDatasetProto.SavedDatasetStorage.KindCase
 
REDSHIFT_STORAGE_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
REFERENCE_FIELD_NUMBER - Static variable in class grpc.connector.Connector.ConnectorFeature
 
REGION_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
REGION_FIELD_NUMBER - Static variable in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.DataFormatProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.DataSourceProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.DatastoreTableProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.DynamoDBTableProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.EntityProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.FeatureProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.FeatureReferenceProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.FeatureServiceProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.FeatureTableProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.FeatureViewProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.InfraObjectProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.OnDemandFeatureViewProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.RegistryProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.RequestFeatureViewProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.SavedDatasetProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.SqliteTableProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.StoreProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.core.ValidationProfile
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.serving.ServingAPIProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.serving.TransformationServiceAPIProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.storage.RedisProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.types.EntityKeyProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.types.FieldProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class feast.proto.types.ValueProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class grpc.connector.Connector
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.DataFormatProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.DataSourceProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.DatastoreTableProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.DynamoDBTableProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.EntityProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureReferenceProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureServiceProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureTableProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.FeatureViewProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.InfraObjectProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.OnDemandFeatureViewProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.RegistryProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.RequestFeatureViewProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.SavedDatasetProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.SqliteTableProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.StoreProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.core.ValidationProfile
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.serving.ServingAPIProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.serving.TransformationServiceAPIProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.storage.RedisProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.types.EntityKeyProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.types.FieldProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class feast.proto.types.ValueProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class grpc.connector.Connector
 
REGISTRY_SCHEMA_VERSION_FIELD_NUMBER - Static variable in class feast.proto.core.RegistryProto.Registry
 
RegistryProto - Class in feast.proto.core
 
RegistryProto.Registry - Class in feast.proto.core
Next id: 13
RegistryProto.Registry.Builder - Class in feast.proto.core
Next id: 13
RegistryProto.RegistryOrBuilder - Interface in feast.proto.core
 
removeConfig(String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
map<string, string> config = 2;
removeDataSources(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
removeDeprecatedSchema(String) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
Mapping of feature name to type
removeEntities(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
removeEntities(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
The entity data is specified in a columnar format A map of entity name -> list of values
removeEntityKeys(int) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
removeEntityRows(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
removeEntityValues(int) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
removeEntityValues(int) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
removeEventTimestamps(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
removeFeatureColumns(int) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
removeFeatureList(int) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
removeFeatures(int) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
removeFeatures(int) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
removeFeatures(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
removeFeatures(int) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
removeFeatures(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
removeFeatureServices(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
removeFeatureTables(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
removeFeatureViews(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
removeFieldMapping(String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Defines mapping between fields in the sourced data and fields in parent FeatureTable.
removeFields(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Map containing mapping of entity name to entity value.
removeInfraObjects(int) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
removeJoinKeyMap(String) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
Map for entity join_key overrides of feature data entity join_key to entity data join_key
removeLabels(String) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
User defined metadata
removeMaterializationIntervals(int) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
removeOnDemandFeatureViews(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
removeRequestContext(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
removeRequestFeatureViews(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
removeResults(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
removeResults(int) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
removeSavedDatasets(int) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
removeSchema(int) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
removeSources(String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Map of sources for this feature view.
removeSubscriptions(int) - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
removeTags(String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
map<string, string> tags = 24;
removeTags(String) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
User defined metadata
removeTags(String) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Tags for user defined metadata on a feature
removeTags(String) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
User defined metadata
removeTags(String) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
User defined metadata
removeTags(String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
User defined metadata.
removeTags(String) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
User defined metadata.
removeTags(String) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
User defined metadata
removeVal(int) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
removeValues(int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
REPLICA - feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
REPLICA = 2;
REPLICA_PREFERRED - feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
REPLICA_PREFERRED = 3;
REPLICA_PREFERRED_VALUE - Static variable in enum feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
REPLICA_PREFERRED = 3;
REPLICA_VALUE - Static variable in enum feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
REPLICA = 2;
REQUEST_CONTEXT_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
REQUEST_DATA_OPTIONS - feast.proto.core.DataSourceProto.DataSource.OptionsCase
 
REQUEST_DATA_OPTIONS_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
REQUEST_DATA_SOURCE - feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.SourceCase
 
REQUEST_DATA_SOURCE_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
REQUEST_DATA_SOURCE_FIELD_NUMBER - Static variable in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
REQUEST_FEATURE_VIEWS_FIELD_NUMBER - Static variable in class feast.proto.core.RegistryProto.Registry
 
REQUEST_SOURCE - feast.proto.core.DataSourceProto.DataSource.SourceType
REQUEST_SOURCE = 7;
REQUEST_SOURCE_VALUE - Static variable in enum feast.proto.core.DataSourceProto.DataSource.SourceType
REQUEST_SOURCE = 7;
RequestFeatureViewProto - Class in feast.proto.core
 
RequestFeatureViewProto.RequestFeatureView - Class in feast.proto.core
Protobuf type feast.core.RequestFeatureView
RequestFeatureViewProto.RequestFeatureView.Builder - Class in feast.proto.core
Protobuf type feast.core.RequestFeatureView
RequestFeatureViewProto.RequestFeatureViewOrBuilder - Interface in feast.proto.core
 
RequestFeatureViewProto.RequestFeatureViewSpec - Class in feast.proto.core
Next available id: 7
RequestFeatureViewProto.RequestFeatureViewSpec.Builder - Class in feast.proto.core
Next available id: 7
RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder - Interface in feast.proto.core
 
RESULTS_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
RESULTS_FIELD_NUMBER - Static variable in class grpc.connector.Connector.OnlineReadResponse
 
REVISION_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 

S

S3_ENDPOINT_OVERRIDE_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
S3_ENDPOINT_OVERRIDE_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
SAMPLE_RATE_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
SAVED_DATASETS_FIELD_NUMBER - Static variable in class feast.proto.core.RegistryProto.Registry
 
SavedDatasetProto - Class in feast.proto.core
 
SavedDatasetProto.SavedDataset - Class in feast.proto.core
Protobuf type feast.core.SavedDataset
SavedDatasetProto.SavedDataset.Builder - Class in feast.proto.core
Protobuf type feast.core.SavedDataset
SavedDatasetProto.SavedDatasetMeta - Class in feast.proto.core
Protobuf type feast.core.SavedDatasetMeta
SavedDatasetProto.SavedDatasetMeta.Builder - Class in feast.proto.core
Protobuf type feast.core.SavedDatasetMeta
SavedDatasetProto.SavedDatasetMetaOrBuilder - Interface in feast.proto.core
 
SavedDatasetProto.SavedDatasetOrBuilder - Interface in feast.proto.core
 
SavedDatasetProto.SavedDatasetSpec - Class in feast.proto.core
Protobuf type feast.core.SavedDatasetSpec
SavedDatasetProto.SavedDatasetSpec.Builder - Class in feast.proto.core
Protobuf type feast.core.SavedDatasetSpec
SavedDatasetProto.SavedDatasetSpecOrBuilder - Interface in feast.proto.core
 
SavedDatasetProto.SavedDatasetStorage - Class in feast.proto.core
Protobuf type feast.core.SavedDatasetStorage
SavedDatasetProto.SavedDatasetStorage.Builder - Class in feast.proto.core
Protobuf type feast.core.SavedDatasetStorage
SavedDatasetProto.SavedDatasetStorage.KindCase - Enum in feast.proto.core
 
SavedDatasetProto.SavedDatasetStorageOrBuilder - Interface in feast.proto.core
 
SCHEMA_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
SCHEMA_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
SCHEMA_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
SCHEMA_JSON_FIELD_NUMBER - Static variable in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
SERVICE_NAME - Static variable in class feast.proto.serving.ServingServiceGrpc
 
SERVICE_NAME - Static variable in class feast.proto.serving.TransformationServiceGrpc
 
SERVICE_NAME - Static variable in class grpc.connector.OnlineStoreGrpc
 
ServingAPIProto - Class in feast.proto.serving
 
ServingAPIProto.FeatureList - Class in feast.proto.serving
In JSON "val" field can be omitted
ServingAPIProto.FeatureList.Builder - Class in feast.proto.serving
In JSON "val" field can be omitted
ServingAPIProto.FeatureListOrBuilder - Interface in feast.proto.serving
 
ServingAPIProto.FeatureReferenceV2 - Class in feast.proto.serving
Protobuf type feast.serving.FeatureReferenceV2
ServingAPIProto.FeatureReferenceV2.Builder - Class in feast.proto.serving
Protobuf type feast.serving.FeatureReferenceV2
ServingAPIProto.FeatureReferenceV2OrBuilder - Interface in feast.proto.serving
 
ServingAPIProto.FieldStatus - Enum in feast.proto.serving
Protobuf enum feast.serving.FieldStatus
ServingAPIProto.GetFeastServingInfoRequest - Class in feast.proto.serving
Protobuf type feast.serving.GetFeastServingInfoRequest
ServingAPIProto.GetFeastServingInfoRequest.Builder - Class in feast.proto.serving
Protobuf type feast.serving.GetFeastServingInfoRequest
ServingAPIProto.GetFeastServingInfoRequestOrBuilder - Interface in feast.proto.serving
 
ServingAPIProto.GetFeastServingInfoResponse - Class in feast.proto.serving
Protobuf type feast.serving.GetFeastServingInfoResponse
ServingAPIProto.GetFeastServingInfoResponse.Builder - Class in feast.proto.serving
Protobuf type feast.serving.GetFeastServingInfoResponse
ServingAPIProto.GetFeastServingInfoResponseOrBuilder - Interface in feast.proto.serving
 
ServingAPIProto.GetOnlineFeaturesRequest - Class in feast.proto.serving
Protobuf type feast.serving.GetOnlineFeaturesRequest
ServingAPIProto.GetOnlineFeaturesRequest.Builder - Class in feast.proto.serving
Protobuf type feast.serving.GetOnlineFeaturesRequest
ServingAPIProto.GetOnlineFeaturesRequest.KindCase - Enum in feast.proto.serving
 
ServingAPIProto.GetOnlineFeaturesRequestOrBuilder - Interface in feast.proto.serving
 
ServingAPIProto.GetOnlineFeaturesRequestV2 - Class in feast.proto.serving
ToDo (oleksii): remove this message (since it's not used) and move EntityRow on package level
ServingAPIProto.GetOnlineFeaturesRequestV2.Builder - Class in feast.proto.serving
ToDo (oleksii): remove this message (since it's not used) and move EntityRow on package level
ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow - Class in feast.proto.serving
Protobuf type feast.serving.GetOnlineFeaturesRequestV2.EntityRow
ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder - Class in feast.proto.serving
Protobuf type feast.serving.GetOnlineFeaturesRequestV2.EntityRow
ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRowOrBuilder - Interface in feast.proto.serving
 
ServingAPIProto.GetOnlineFeaturesRequestV2OrBuilder - Interface in feast.proto.serving
 
ServingAPIProto.GetOnlineFeaturesResponse - Class in feast.proto.serving
Protobuf type feast.serving.GetOnlineFeaturesResponse
ServingAPIProto.GetOnlineFeaturesResponse.Builder - Class in feast.proto.serving
Protobuf type feast.serving.GetOnlineFeaturesResponse
ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector - Class in feast.proto.serving
Protobuf type feast.serving.GetOnlineFeaturesResponse.FeatureVector
ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder - Class in feast.proto.serving
Protobuf type feast.serving.GetOnlineFeaturesResponse.FeatureVector
ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder - Interface in feast.proto.serving
 
ServingAPIProto.GetOnlineFeaturesResponseMetadata - Class in feast.proto.serving
Protobuf type feast.serving.GetOnlineFeaturesResponseMetadata
ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder - Class in feast.proto.serving
Protobuf type feast.serving.GetOnlineFeaturesResponseMetadata
ServingAPIProto.GetOnlineFeaturesResponseMetadataOrBuilder - Interface in feast.proto.serving
 
ServingAPIProto.GetOnlineFeaturesResponseOrBuilder - Interface in feast.proto.serving
 
ServingServiceGrpc - Class in feast.proto.serving
 
ServingServiceGrpc.ServingServiceBlockingStub - Class in feast.proto.serving
 
ServingServiceGrpc.ServingServiceFutureStub - Class in feast.proto.serving
 
ServingServiceGrpc.ServingServiceImplBase - Class in feast.proto.serving
 
ServingServiceGrpc.ServingServiceStub - Class in feast.proto.serving
 
ServingServiceImplBase() - Constructor for class feast.proto.serving.ServingServiceGrpc.ServingServiceImplBase
 
setArrowValue(ByteString) - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
Having a oneOf provides forward compatibility if we need to support compound types that are not supported by arrow natively.
setAvroFormat(DataFormatProto.StreamFormat.AvroFormat) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.AvroFormat avro_format = 1;
setAvroFormat(DataFormatProto.StreamFormat.AvroFormat.Builder) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.AvroFormat avro_format = 1;
setBatchSource(DataSourceProto.DataSource) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Optional batch source for streaming sources for historical features and materialization.
setBatchSource(DataSourceProto.DataSource) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Batch/Offline DataSource to source batch/offline feature data.
setBatchSource(DataSourceProto.DataSource) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Batch/Offline DataSource where this view can retrieve offline feature data.
setBatchSource(DataSourceProto.DataSource.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Optional batch source for streaming sources for historical features and materialization.
setBatchSource(DataSourceProto.DataSource.Builder) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Batch/Offline DataSource to source batch/offline feature data.
setBatchSource(DataSourceProto.DataSource.Builder) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Batch/Offline DataSource where this view can retrieve offline feature data.
setBigqueryDestination(FeatureServiceProto.LoggingConfig.BigQueryDestination) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
setBigqueryDestination(FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.BigQueryDestination bigquery_destination = 4;
setBigqueryOptions(DataSourceProto.DataSource.BigQueryOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.BigQueryOptions bigquery_options = 12;
setBigqueryOptions(DataSourceProto.DataSource.BigQueryOptions.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.BigQueryOptions bigquery_options = 12;
setBigqueryStorage(DataSourceProto.DataSource.BigQueryOptions) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;
setBigqueryStorage(DataSourceProto.DataSource.BigQueryOptions.Builder) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;
setBody(ByteString) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
The python-syntax function body (serialized by dill)
setBody(ByteString) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
The python-syntax function body (serialized by dill)
setBoolListVal(ValueProto.BoolList) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BoolList bool_list_val = 17;
setBoolListVal(ValueProto.BoolList.Builder) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BoolList bool_list_val = 17;
setBoolVal(boolean) - Method in class feast.proto.types.ValueProto.Value.Builder
bool bool_val = 7;
setBootstrapServers(String) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Comma separated list of Kafka bootstrap servers.
setBootstrapServersBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Comma separated list of Kafka bootstrap servers.
setBytesListVal(ValueProto.BytesList) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BytesList bytes_list_val = 11;
setBytesListVal(ValueProto.BytesList.Builder) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.BytesList bytes_list_val = 11;
setBytesVal(ByteString) - Method in class feast.proto.types.ValueProto.Value.Builder
bytes bytes_val = 1;
setClassPath(String) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream message
setClassPathBytes(ByteString) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream message
setConfiguration(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
Serialized configuration information for the data source.
setConnectionString(String) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
List of Redis Uri for all the nodes in Redis Cluster, comma separated.
setConnectionStringBytes(ByteString) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
List of Redis Uri for all the nodes in Redis Cluster, comma separated.
setCreatedTimestamp(Timestamp) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp created_timestamp = 1;
setCreatedTimestamp(Timestamp) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is created
setCreatedTimestamp(Timestamp) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is created
setCreatedTimestamp(Timestamp) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is created
setCreatedTimestamp(Timestamp) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is created
setCreatedTimestamp(Timestamp) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is created
setCreatedTimestamp(Timestamp.Builder) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp created_timestamp = 1;
setCreatedTimestamp(Timestamp.Builder) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is created
setCreatedTimestamp(Timestamp.Builder) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is created
setCreatedTimestamp(Timestamp.Builder) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is created
setCreatedTimestamp(Timestamp.Builder) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is created
setCreatedTimestamp(Timestamp.Builder) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is created
setCreatedTimestampColumn(String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Must specify creation timestamp column name
setCreatedTimestampColumnBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Must specify creation timestamp column name
setCustomDestination(FeatureServiceProto.LoggingConfig.CustomDestination) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;
setCustomDestination(FeatureServiceProto.LoggingConfig.CustomDestination.Builder) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.CustomDestination custom_destination = 7;
setCustomInfra(InfraObjectProto.InfraObject.CustomInfra) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.InfraObject.CustomInfra custom_infra = 100;
setCustomInfra(InfraObjectProto.InfraObject.CustomInfra.Builder) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.InfraObject.CustomInfra custom_infra = 100;
setCustomOptions(DataSourceProto.DataSource.CustomSourceOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.CustomSourceOptions custom_options = 16;
setCustomOptions(DataSourceProto.DataSource.CustomSourceOptions.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.CustomSourceOptions custom_options = 16;
setDatabase(String) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
Redshift database name
setDatabase(String) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake schema name
setDatabaseBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
Redshift database name
setDatabaseBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake schema name
setDataset(SavedDatasetProto.SavedDataset) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.SavedDataset dataset = 1;
setDataset(SavedDatasetProto.SavedDataset.Builder) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.SavedDataset dataset = 1;
setDataSourceClassType(String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
This is an internal field that is represents the python class for the data source object a proto object represents.
setDataSourceClassTypeBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
This is an internal field that is represents the python class for the data source object a proto object represents.
setDataSources(int, DataSourceProto.DataSource) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
setDataSources(int, DataSourceProto.DataSource.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.DataSource data_sources = 12;
setDatastoreTable(DatastoreTableProto.DatastoreTable) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DatastoreTable datastore_table = 3;
setDatastoreTable(DatastoreTableProto.DatastoreTable.Builder) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DatastoreTable datastore_table = 3;
setDatePartitionColumn(String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
(Optional) Specify partition column useful for file sources
setDatePartitionColumnBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
(Optional) Specify partition column useful for file sources
setDescription(String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
string description = 23;
setDescription(String) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Description of the entity.
setDescription(String) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Description of the feature service.
setDescription(String) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Description of the feature view.
setDescription(String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Description of the on demand feature view.
setDescription(String) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Description of the request feature view.
setDescriptionBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
string description = 23;
setDescriptionBytes(ByteString) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Description of the entity.
setDescriptionBytes(ByteString) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Description of the feature service.
setDescriptionBytes(ByteString) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Description of the feature view.
setDescriptionBytes(ByteString) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Description of the on demand feature view.
setDescriptionBytes(ByteString) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Description of the request feature view.
setDoubleListVal(ValueProto.DoubleList) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.DoubleList double_list_val = 15;
setDoubleListVal(ValueProto.DoubleList.Builder) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.DoubleList double_list_val = 15;
setDoubleVal(double) - Method in class feast.proto.types.ValueProto.Value.Builder
double double_val = 5;
setDynamodbTable(DynamoDBTableProto.DynamoDBTable) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DynamoDBTable dynamodb_table = 2;
setDynamodbTable(DynamoDBTableProto.DynamoDBTable.Builder) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.DynamoDBTable dynamodb_table = 2;
setEnableFallback(boolean) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
setEndTime(Timestamp) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp end_time = 2;
setEndTime(Timestamp.Builder) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp end_time = 2;
setEntities(int, EntityProto.Entity) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
setEntities(int, EntityProto.Entity.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.Entity entities = 1;
setEntities(int, String) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List names of entities to associate with the Features defined in this Feature Table.
setEntities(int, String) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List names of entities to associate with the Features defined in this Feature View.
setEntityKeys(int, EntityKeyProto.EntityKey) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
setEntityKeys(int, EntityKeyProto.EntityKey.Builder) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated .feast.types.EntityKey entityKeys = 1;
setEntityNames(int, String) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated string entity_names = 2;
setEntityRows(int, ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
setEntityRows(int, ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of entity rows, containing entity id and timestamp data.
setEntityValues(int, ValueProto.Value) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
setEntityValues(int, ValueProto.Value) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
setEntityValues(int, ValueProto.Value.Builder) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
repeated .feast.types.Value entity_values = 3;
setEntityValues(int, ValueProto.Value.Builder) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated .feast.types.Value entity_values = 2;
setEventTimestamps(int, Timestamp) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
setEventTimestamps(int, Timestamp.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .google.protobuf.Timestamp event_timestamps = 3;
setExclude(boolean) - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
All matches with exclude enabled will be filtered out instead of added
setExpectationSuite(ByteString) - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
JSON-serialized ExpectationSuite object
setFallbackPrefix(String) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
setFallbackPrefixBytes(ByteString) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
setFeatureColumns(int, FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
setFeatureColumns(int, FeatureProto.FeatureSpecV2.Builder) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The features of the feature view that are a part of the feature reference.
setFeatureList(int, Connector.ConnectorFeature) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
setFeatureList(int, Connector.ConnectorFeature.Builder) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
repeated .grpc.connector.ConnectorFeature featureList = 1;
setFeatureName(String) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
Name of the Feature to retrieve the feature from.
setFeatureNameBytes(ByteString) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
Name of the Feature to retrieve the feature from.
setFeatureNames(ServingAPIProto.FeatureList) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
.feast.serving.FeatureList feature_names = 1;
setFeatureNames(ServingAPIProto.FeatureList.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
.feast.serving.FeatureList feature_names = 1;
setFeatures(int, FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
setFeatures(int, FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
setFeatures(int, FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
setFeatures(int, FeatureProto.FeatureSpecV2.Builder) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
List of features specifications for each feature defined with this feature table.
setFeatures(int, FeatureProto.FeatureSpecV2.Builder) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
List of specifications for each field defined as part of this feature view.
setFeatures(int, FeatureProto.FeatureSpecV2.Builder) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
List of features specifications for each feature defined with this feature view.
setFeatures(int, FeatureReferenceProto.FeatureViewProjection) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
setFeatures(int, FeatureReferenceProto.FeatureViewProjection.Builder) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Represents a projection that's to be applied on top of the FeatureView.
setFeatures(int, ServingAPIProto.FeatureReferenceV2) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
setFeatures(int, ServingAPIProto.FeatureReferenceV2.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
List of features that are being retrieved
setFeatures(int, String) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
list of feature references with format "<view name>:<feature name>"
setFeatures(int, String) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
repeated string features = 3;
setFeatures(ServingAPIProto.FeatureList) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
.feast.serving.FeatureList features = 2;
setFeatures(ServingAPIProto.FeatureList.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
.feast.serving.FeatureList features = 2;
setFeatureService(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
string feature_service = 1;
setFeatureServiceBytes(ByteString) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
string feature_service = 1;
setFeatureServiceName(String) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Optional and only populated if generated from a feature service fetch
setFeatureServiceNameBytes(ByteString) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Optional and only populated if generated from a feature service fetch
setFeatureServices(int, FeatureServiceProto.FeatureService) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
setFeatureServices(int, FeatureServiceProto.FeatureService.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureService feature_services = 7;
setFeatureTables(int, FeatureTableProto.FeatureTable) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
setFeatureTables(int, FeatureTableProto.FeatureTable.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureTable feature_tables = 2;
setFeatureView(FeatureViewProto.FeatureView) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureView feature_view = 1;
setFeatureView(FeatureViewProto.FeatureView.Builder) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureView feature_view = 1;
setFeatureViewName(String) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The feature view name
setFeatureViewName(String) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
Name of the Feature View to retrieve the feature from.
setFeatureViewNameAlias(String) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
Alias for feature view name
setFeatureViewNameAliasBytes(ByteString) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
Alias for feature view name
setFeatureViewNameBytes(ByteString) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
The feature view name
setFeatureViewNameBytes(ByteString) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
Name of the Feature View to retrieve the feature from.
setFeatureViewProjection(FeatureReferenceProto.FeatureViewProjection) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureViewProjection feature_view_projection = 3;
setFeatureViewProjection(FeatureReferenceProto.FeatureViewProjection.Builder) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.FeatureViewProjection feature_view_projection = 3;
setFeatureViews(int, FeatureViewProto.FeatureView) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
setFeatureViews(int, FeatureViewProto.FeatureView.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.FeatureView feature_views = 6;
setField(ByteString) - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
bytes field = 1;
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.EntityProto.Entity.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.StoreProto.Store.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.FieldProto.Field.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.StringList.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.Value.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
setFileDestination(FeatureServiceProto.LoggingConfig.FileDestination) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.FileDestination file_destination = 3;
setFileDestination(FeatureServiceProto.LoggingConfig.FileDestination.Builder) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.FileDestination file_destination = 3;
setFileFormat(DataFormatProto.FileFormat) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
.feast.core.FileFormat file_format = 1;
setFileFormat(DataFormatProto.FileFormat.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
.feast.core.FileFormat file_format = 1;
setFileFormat(String) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Format of files at `path` (e.g.
setFileFormatBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Format of files at `path` (e.g.
setFileOptions(DataSourceProto.DataSource.FileOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.FileOptions file_options = 11;
setFileOptions(DataSourceProto.DataSource.FileOptions.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.FileOptions file_options = 11;
setFileStorage(DataSourceProto.DataSource.FileOptions) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.FileOptions file_storage = 4;
setFileStorage(DataSourceProto.DataSource.FileOptions.Builder) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.FileOptions file_storage = 4;
setFloatListVal(ValueProto.FloatList) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.FloatList float_list_val = 16;
setFloatListVal(ValueProto.FloatList.Builder) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.FloatList float_list_val = 16;
setFloatVal(float) - Method in class feast.proto.types.ValueProto.Value.Builder
float float_val = 6;
setFlushFrequencySeconds(int) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
setFlushFrequencySeconds(int) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
Optional.
setFullFeatureNames(boolean) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Whether full feature names are used in stored data
setFullFeatureNames(boolean) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
bool full_feature_names = 4;
setGeProfiler(ValidationProfile.GEValidationProfiler) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.GEValidationProfiler ge_profiler = 2;
setGeProfiler(ValidationProfile.GEValidationProfiler.Builder) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
.feast.core.GEValidationProfiler ge_profiler = 2;
setHash(String) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Hash entities, features, batch_source and stream_source to inform JobService if jobs should be restarted should hash change
setHashBytes(ByteString) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Hash entities, features, batch_source and stream_source to inform JobService if jobs should be restarted should hash change
setHost(String) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
string host = 1;
setHostBytes(ByteString) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
string host = 1;
setInfra(InfraObjectProto.Infra) - Method in class feast.proto.core.RegistryProto.Registry.Builder
.feast.core.Infra infra = 10;
setInfra(InfraObjectProto.Infra.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
.feast.core.Infra infra = 10;
setInfraObjectClassType(String) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
Represents the Python class for the infrastructure object
setInfraObjectClassTypeBytes(ByteString) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
Represents the Python class for the infrastructure object
setInfraObjects(int, InfraObjectProto.InfraObject) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
setInfraObjects(int, InfraObjectProto.InfraObject.Builder) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
List of infrastructure objects managed by Feast
setInitialBackoffMs(int) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
int32 initial_backoff_ms = 2;
setInitialBackoffMs(int) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
Optional.
setInt32ListVal(ValueProto.Int32List) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int32List int32_list_val = 13;
setInt32ListVal(ValueProto.Int32List.Builder) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int32List int32_list_val = 13;
setInt32Val(int) - Method in class feast.proto.types.ValueProto.Value.Builder
int32 int32_val = 3;
setInt64ListVal(ValueProto.Int64List) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List int64_list_val = 14;
setInt64ListVal(ValueProto.Int64List.Builder) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List int64_list_val = 14;
setInt64Val(long) - Method in class feast.proto.types.ValueProto.Value.Builder
int64 int64_val = 4;
setJoinKey(String) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Join key for the entity (i.e.
setJoinKeyBytes(ByteString) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Join key for the entity (i.e.
setJoinKeys(int, String) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
entity columns + request columns from all feature views used during retrieval
setJoinKeys(int, String) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
repeated string join_keys = 1;
setKafkaOptions(DataSourceProto.DataSource.KafkaOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KafkaOptions kafka_options = 13;
setKafkaOptions(DataSourceProto.DataSource.KafkaOptions.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KafkaOptions kafka_options = 13;
setKeyPrefix(String) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
setKeyPrefixBytes(ByteString) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
Optional.
setKind(String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
string kind = 1;
setKindBytes(ByteString) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
string kind = 1;
setKinesisOptions(DataSourceProto.DataSource.KinesisOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KinesisOptions kinesis_options = 14;
setKinesisOptions(DataSourceProto.DataSource.KinesisOptions.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.KinesisOptions kinesis_options = 14;
setLastUpdated(Timestamp) - Method in class feast.proto.core.RegistryProto.Registry.Builder
.google.protobuf.Timestamp last_updated = 5;
setLastUpdated(Timestamp.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
.google.protobuf.Timestamp last_updated = 5;
setLastUpdatedTimestamp(Timestamp) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp last_updated_timestamp = 2;
setLastUpdatedTimestamp(Timestamp) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is last updated
setLastUpdatedTimestamp(Timestamp) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is last updated
setLastUpdatedTimestamp(Timestamp) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is last updated
setLastUpdatedTimestamp(Timestamp) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is last updated
setLastUpdatedTimestamp(Timestamp) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is last updated
setLastUpdatedTimestamp(Timestamp.Builder) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
.google.protobuf.Timestamp last_updated_timestamp = 2;
setLastUpdatedTimestamp(Timestamp.Builder) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
Time where this Feature Service is last updated
setLastUpdatedTimestamp(Timestamp.Builder) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Time where this Feature Table is last updated
setLastUpdatedTimestamp(Timestamp.Builder) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
Time where this Feature View is last updated
setLastUpdatedTimestamp(Timestamp.Builder) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
Time where this Feature View is last updated
setLastUpdatedTimestamp(Timestamp.Builder) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Time when this saved dataset is last updated
setLoggingConfig(FeatureServiceProto.LoggingConfig) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
(optional) if provided logging will be enabled for this feature service.
setLoggingConfig(FeatureServiceProto.LoggingConfig.Builder) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
(optional) if provided logging will be enabled for this feature service.
setMaterializationIntervals(int, FeatureViewProto.MaterializationInterval) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
setMaterializationIntervals(int, FeatureViewProto.MaterializationInterval.Builder) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
List of pairs (start_time, end_time) for which this feature view has been materialized.
setMaxAge(Duration) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Features in this feature table can only be retrieved from online serving younger than max age.
setMaxAge(Duration.Builder) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Features in this feature table can only be retrieved from online serving younger than max age.
setMaxEventTimestamp(Timestamp) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Max timestamp in the dataset (needed for retrieval)
setMaxEventTimestamp(Timestamp.Builder) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Max timestamp in the dataset (needed for retrieval)
setMaxRetries(int) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
int32 max_retries = 3;
setMaxRetries(int) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
Optional.
setMessageFormat(DataFormatProto.StreamFormat) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Defines the stream data format encoding feature/entity data in Kafka messages.
setMessageFormat(DataFormatProto.StreamFormat.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Defines the stream data format encoding feature/entity data in Kafka messages.
setMeta(EntityProto.EntityMeta) - Method in class feast.proto.core.EntityProto.Entity.Builder
System-populated metadata for this entity.
setMeta(EntityProto.EntityMeta.Builder) - Method in class feast.proto.core.EntityProto.Entity.Builder
System-populated metadata for this entity.
setMeta(FeatureServiceProto.FeatureServiceMeta) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
System-populated metadata for this feature service.
setMeta(FeatureServiceProto.FeatureServiceMeta.Builder) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
System-populated metadata for this feature service.
setMeta(FeatureTableProto.FeatureTableMeta) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
System-populated metadata for this feature table.
setMeta(FeatureTableProto.FeatureTableMeta.Builder) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
System-populated metadata for this feature table.
setMeta(FeatureViewProto.FeatureViewMeta) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
System-populated metadata for this feature view.
setMeta(FeatureViewProto.FeatureViewMeta.Builder) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
System-populated metadata for this feature view.
setMeta(OnDemandFeatureViewProto.OnDemandFeatureViewMeta) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
.feast.core.OnDemandFeatureViewMeta meta = 2;
setMeta(OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
.feast.core.OnDemandFeatureViewMeta meta = 2;
setMeta(SavedDatasetProto.SavedDatasetMeta) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetMeta meta = 2;
setMeta(SavedDatasetProto.SavedDatasetMeta.Builder) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetMeta meta = 2;
setMetadata(ServingAPIProto.GetOnlineFeaturesResponseMetadata) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
.feast.serving.GetOnlineFeaturesResponseMetadata metadata = 1;
setMetadata(ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
.feast.serving.GetOnlineFeaturesResponseMetadata metadata = 1;
setMinEventTimestamp(Timestamp) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Min timestamp in the dataset (needed for retrieval)
setMinEventTimestamp(Timestamp.Builder) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
Min timestamp in the dataset (needed for retrieval)
setName(String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Unique name of data source within the project
setName(String) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Name of the table
setName(String) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
Name of the table
setName(String) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Name of the entity.
setName(String) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Name of the feature.
setName(String) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Name of the Feature Service.
setName(String) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Name of the feature table.
setName(String) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Name of the feature view.
setName(String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Name of the feature view.
setName(String) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
The function name
setName(String) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Name of the feature view.
setName(String) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Name of the dataset.
setName(String) - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
Name of the table
setName(String) - Method in class feast.proto.core.StoreProto.Store.Builder
Name of the store.
setName(String) - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
Name of the desired feature set.
setName(String) - Method in class feast.proto.types.FieldProto.Field.Builder
string name = 1;
setNameBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Unique name of data source within the project
setNameBytes(ByteString) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Name of the table
setNameBytes(ByteString) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
Name of the table
setNameBytes(ByteString) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Name of the entity.
setNameBytes(ByteString) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Name of the feature.
setNameBytes(ByteString) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Name of the Feature Service.
setNameBytes(ByteString) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Name of the feature table.
setNameBytes(ByteString) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Name of the feature view.
setNameBytes(ByteString) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Name of the feature view.
setNameBytes(ByteString) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
The function name
setNameBytes(ByteString) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Name of the feature view.
setNameBytes(ByteString) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Name of the dataset.
setNameBytes(ByteString) - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
Name of the table
setNameBytes(ByteString) - Method in class feast.proto.core.StoreProto.Store.Builder
Name of the store.
setNameBytes(ByteString) - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
Name of the desired feature set.
setNameBytes(ByteString) - Method in class feast.proto.types.FieldProto.Field.Builder
string name = 1;
setNamespace(StringValue) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Datastore namespace
setNamespace(StringValue.Builder) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Datastore namespace
setNullVal(ValueProto.Null) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Null null_val = 19;
setNullValValue(int) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Null null_val = 19;
setOnDemandFeatureViewName(String) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
string on_demand_feature_view_name = 1;
setOnDemandFeatureViewNameBytes(ByteString) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
string on_demand_feature_view_name = 1;
setOnDemandFeatureViews(int, OnDemandFeatureViewProto.OnDemandFeatureView) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
setOnDemandFeatureViews(int, OnDemandFeatureViewProto.OnDemandFeatureView.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.OnDemandFeatureView on_demand_feature_views = 8;
setOnline(boolean) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Whether these features should be served online or not
setOwner(String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
string owner = 25;
setOwner(String) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Owner of the entity.
setOwner(String) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Owner of the feature service.
setOwner(String) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Owner of the feature view.
setOwner(String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Owner of the on demand feature view.
setOwner(String) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Owner of the request feature view.
setOwnerBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
string owner = 25;
setOwnerBytes(ByteString) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Owner of the entity.
setOwnerBytes(ByteString) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Owner of the feature service.
setOwnerBytes(ByteString) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Owner of the feature view.
setOwnerBytes(ByteString) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Owner of the on demand feature view.
setOwnerBytes(ByteString) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Owner of the request feature view.
setParquetFormat(DataFormatProto.FileFormat.ParquetFormat) - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
.feast.core.FileFormat.ParquetFormat parquet_format = 1;
setParquetFormat(DataFormatProto.FileFormat.ParquetFormat.Builder) - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
.feast.core.FileFormat.ParquetFormat parquet_format = 1;
setPartitionBy(int, String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
column names to use for partitioning
setPartitionInterval(Duration) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.google.protobuf.Duration partition_interval = 2;
setPartitionInterval(Duration.Builder) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.google.protobuf.Duration partition_interval = 2;
setPath(String) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Path from which spark can read the table, this is an alternative to `table`
setPath(String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
string path = 1;
setPath(String) - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
Absolute path of the table
setPathBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Path from which spark can read the table, this is an alternative to `table`
setPathBytes(ByteString) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
string path = 1;
setPathBytes(ByteString) - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
Absolute path of the table
setPort(int) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
int32 port = 2;
setProfiler(ValidationProfile.GEValidationProfiler.UserDefinedProfiler) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;
setProfiler(ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
.feast.core.GEValidationProfiler.UserDefinedProfiler profiler = 1;
setProject(String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Name of Feast project that this data source belongs to.
setProject(String) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Feast project of the table
setProject(String) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Name of Feast project that this feature table belongs to.
setProject(String) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Name of Feast project that this Feature Service belongs to.
setProject(String) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Name of Feast project that this feature table belongs to.
setProject(String) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Name of Feast project that this feature view belongs to.
setProject(String) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Name of Feast project that this feature view belongs to.
setProject(String) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Name of Feast project that this feature view belongs to.
setProject(String) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Name of Feast project that this Dataset belongs to.
setProject(String) - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
Name of project that the feature sets belongs to.
setProject(String) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
Optional field to specify project name override.
setProject(String) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
string project = 2;
setProject(String) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
string project = 1;
setProjectBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Name of Feast project that this data source belongs to.
setProjectBytes(ByteString) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
Feast project of the table
setProjectBytes(ByteString) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Name of Feast project that this feature table belongs to.
setProjectBytes(ByteString) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
Name of Feast project that this Feature Service belongs to.
setProjectBytes(ByteString) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Name of Feast project that this feature table belongs to.
setProjectBytes(ByteString) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Name of Feast project that this feature view belongs to.
setProjectBytes(ByteString) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
Name of Feast project that this feature view belongs to.
setProjectBytes(ByteString) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Name of Feast project that this feature view belongs to.
setProjectBytes(ByteString) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
Name of Feast project that this Dataset belongs to.
setProjectBytes(ByteString) - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
Name of project that the feature sets belongs to.
setProjectBytes(ByteString) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
Optional field to specify project name override.
setProjectBytes(ByteString) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
string project = 2;
setProjectBytes(ByteString) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
string project = 1;
setProjectId(StringValue) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
GCP project id
setProjectId(StringValue.Builder) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
GCP project id
setProtoFormat(DataFormatProto.StreamFormat.ProtoFormat) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
setProtoFormat(DataFormatProto.StreamFormat.ProtoFormat.Builder) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
setPushOptions(DataSourceProto.DataSource.PushOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.PushOptions push_options = 22;
setPushOptions(DataSourceProto.DataSource.PushOptions.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.PushOptions push_options = 22;
setQuery(String) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
SQL query that returns a table containing feature data.
setQuery(String) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
SQL query that returns a table containing feature data.
setQuery(String) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
SQL query that returns a table containing feature data.
setQuery(String) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Spark SQl query that returns the table, this is an alternative to `table`
setQuery(String) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
SQL query that returns a table containing feature data.
setQueryBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
SQL query that returns a table containing feature data.
setQueryBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
SQL query that returns a table containing feature data.
setQueryBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
SQL query that returns a table containing feature data.
setQueryBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Spark SQl query that returns the table, this is an alternative to `table`
setQueryBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
SQL query that returns a table containing feature data.
setReadFrom(StoreProto.Store.RedisClusterConfig.ReadFrom) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
.feast.core.Store.RedisClusterConfig.ReadFrom read_from = 8;
setReadFromValue(int) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
.feast.core.Store.RedisClusterConfig.ReadFrom read_from = 8;
setRecordFormat(DataFormatProto.StreamFormat) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
Defines the data format encoding the feature/entity data in Kinesis records.
setRecordFormat(DataFormatProto.StreamFormat.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
Defines the data format encoding the feature/entity data in Kinesis records.
setRedisClusterConfig(StoreProto.Store.RedisClusterConfig) - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
setRedisClusterConfig(StoreProto.Store.RedisClusterConfig.Builder) - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
setRedisConfig(StoreProto.Store.RedisConfig) - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisConfig redis_config = 11;
setRedisConfig(StoreProto.Store.RedisConfig.Builder) - Method in class feast.proto.core.StoreProto.Store.Builder
.feast.core.Store.RedisConfig redis_config = 11;
setRedshiftDestination(FeatureServiceProto.LoggingConfig.RedshiftDestination) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
setRedshiftDestination(FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.RedshiftDestination redshift_destination = 5;
setRedshiftOptions(DataSourceProto.DataSource.RedshiftOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RedshiftOptions redshift_options = 15;
setRedshiftOptions(DataSourceProto.DataSource.RedshiftOptions.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RedshiftOptions redshift_options = 15;
setRedshiftStorage(DataSourceProto.DataSource.RedshiftOptions) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;
setRedshiftStorage(DataSourceProto.DataSource.RedshiftOptions.Builder) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;
setReference(ServingAPIProto.FeatureReferenceV2) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.serving.FeatureReferenceV2 reference = 1;
setReference(ServingAPIProto.FeatureReferenceV2.Builder) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.serving.FeatureReferenceV2 reference = 1;
setRegion(String) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
AWS region of the Kinesis stream
setRegion(String) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
Region of the table
setRegionBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
AWS region of the Kinesis stream
setRegionBytes(ByteString) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
Region of the table
setRegistrySchemaVersion(String) - Method in class feast.proto.core.RegistryProto.Registry.Builder
to support migrations; incremented when schema is changed
setRegistrySchemaVersionBytes(ByteString) - Method in class feast.proto.core.RegistryProto.Registry.Builder
to support migrations; incremented when schema is changed
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.EntityProto.Entity.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.StoreProto.Store.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.types.FieldProto.Field.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.types.ValueProto.StringList.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.types.ValueProto.Value.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
setRequestDataOptions(DataSourceProto.DataSource.RequestDataOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RequestDataOptions request_data_options = 18;
setRequestDataOptions(DataSourceProto.DataSource.RequestDataOptions.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.RequestDataOptions request_data_options = 18;
setRequestDataSource(DataSourceProto.DataSource) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.DataSource request_data_source = 2;
setRequestDataSource(DataSourceProto.DataSource) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Request data which contains the underlying data schema and list of associated features
setRequestDataSource(DataSourceProto.DataSource.Builder) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
.feast.core.DataSource request_data_source = 2;
setRequestDataSource(DataSourceProto.DataSource.Builder) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
Request data which contains the underlying data schema and list of associated features
setRequestFeatureViews(int, RequestFeatureViewProto.RequestFeatureView) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
setRequestFeatureViews(int, RequestFeatureViewProto.RequestFeatureView.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.RequestFeatureView request_feature_views = 9;
setResults(int, ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
setResults(int, ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
Length of "results" array should match length of requested features.
setResults(int, Connector.ConnectorFeatureList) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
setResults(int, Connector.ConnectorFeatureList.Builder) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
repeated .grpc.connector.ConnectorFeatureList results = 1;
setRevision(long) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
Auto incrementing revision no.
setS3EndpointOverride(String) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
override AWS S3 storage endpoint with custom S3 endpoint
setS3EndpointOverride(String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
string s3_endpoint_override = 2;
setS3EndpointOverrideBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
override AWS S3 storage endpoint with custom S3 endpoint
setS3EndpointOverrideBytes(ByteString) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
string s3_endpoint_override = 2;
setSampleRate(float) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
float sample_rate = 1;
setSavedDatasets(int, SavedDatasetProto.SavedDataset) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
setSavedDatasets(int, SavedDatasetProto.SavedDataset.Builder) - Method in class feast.proto.core.RegistryProto.Registry.Builder
repeated .feast.core.SavedDataset saved_datasets = 11;
setSchema(int, FeatureProto.FeatureSpecV2) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
setSchema(int, FeatureProto.FeatureSpecV2.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
repeated .feast.core.FeatureSpecV2 schema = 3;
setSchema(String) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
Redshift schema name
setSchema(String) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake schema name
setSchemaBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
Redshift schema name
setSchemaBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake schema name
setSchemaJson(String) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
Optional if used in a File DataSource as schema is embedded in avro file.
setSchemaJsonBytes(ByteString) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
Optional if used in a File DataSource as schema is embedded in avro file.
setSnowflakeDestination(FeatureServiceProto.LoggingConfig.SnowflakeDestination) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
setSnowflakeDestination(FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
.feast.core.LoggingConfig.SnowflakeDestination snowflake_destination = 6;
setSnowflakeOptions(DataSourceProto.DataSource.SnowflakeOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_options = 19;
setSnowflakeOptions(DataSourceProto.DataSource.SnowflakeOptions.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_options = 19;
setSnowflakeStorage(DataSourceProto.DataSource.SnowflakeOptions) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;
setSnowflakeStorage(DataSourceProto.DataSource.SnowflakeOptions.Builder) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;
setSparkOptions(DataSourceProto.DataSource.SparkOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SparkOptions spark_options = 27;
setSparkOptions(DataSourceProto.DataSource.SparkOptions.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SparkOptions spark_options = 27;
setSparkStorage(DataSourceProto.DataSource.SparkOptions) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SparkOptions spark_storage = 9;
setSparkStorage(DataSourceProto.DataSource.SparkOptions.Builder) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.SparkOptions spark_storage = 9;
setSpec(EntityProto.EntitySpecV2) - Method in class feast.proto.core.EntityProto.Entity.Builder
User-specified specifications of this entity.
setSpec(EntityProto.EntitySpecV2.Builder) - Method in class feast.proto.core.EntityProto.Entity.Builder
User-specified specifications of this entity.
setSpec(FeatureServiceProto.FeatureServiceSpec) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
User-specified specifications of this feature service.
setSpec(FeatureServiceProto.FeatureServiceSpec.Builder) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
User-specified specifications of this feature service.
setSpec(FeatureTableProto.FeatureTableSpec) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
User-specified specifications of this feature table.
setSpec(FeatureTableProto.FeatureTableSpec.Builder) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
User-specified specifications of this feature table.
setSpec(FeatureViewProto.FeatureViewSpec) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
User-specified specifications of this feature view.
setSpec(FeatureViewProto.FeatureViewSpec.Builder) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
User-specified specifications of this feature view.
setSpec(OnDemandFeatureViewProto.OnDemandFeatureViewSpec) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
User-specified specifications of this feature view.
setSpec(OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
User-specified specifications of this feature view.
setSpec(RequestFeatureViewProto.RequestFeatureViewSpec) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
User-specified specifications of this feature view.
setSpec(RequestFeatureViewProto.RequestFeatureViewSpec.Builder) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
User-specified specifications of this feature view.
setSpec(SavedDatasetProto.SavedDatasetSpec) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetSpec spec = 1;
setSpec(SavedDatasetProto.SavedDatasetSpec.Builder) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
.feast.core.SavedDatasetSpec spec = 1;
setSqliteTable(SqliteTableProto.SqliteTable) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.SqliteTable sqlite_table = 4;
setSqliteTable(SqliteTableProto.SqliteTable.Builder) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
.feast.core.SqliteTable sqlite_table = 4;
setSsl(boolean) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
Optional.
setStartTime(Timestamp) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp start_time = 1;
setStartTime(Timestamp.Builder) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
.google.protobuf.Timestamp start_time = 1;
setStatuses(int, ServingAPIProto.FieldStatus) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.serving.FieldStatus statuses = 2;
setStatusesValue(int, int) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.serving.FieldStatus statuses = 2;
setStorage(SavedDatasetProto.SavedDatasetStorage) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
.feast.core.SavedDatasetStorage storage = 6;
setStorage(SavedDatasetProto.SavedDatasetStorage.Builder) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
.feast.core.SavedDatasetStorage storage = 6;
setStreamName(String) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
Name of the Kinesis stream to obtain feature data from.
setStreamNameBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
Name of the Kinesis stream to obtain feature data from.
setStreamSource(DataSourceProto.DataSource) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Stream/Online DataSource to source stream/online feature data.
setStreamSource(DataSourceProto.DataSource) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Streaming DataSource from where this view can consume "online" feature data.
setStreamSource(DataSourceProto.DataSource.Builder) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
Stream/Online DataSource to source stream/online feature data.
setStreamSource(DataSourceProto.DataSource.Builder) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Streaming DataSource from where this view can consume "online" feature data.
setStringListVal(ValueProto.StringList) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.StringList string_list_val = 12;
setStringListVal(ValueProto.StringList.Builder) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.StringList string_list_val = 12;
setStringVal(String) - Method in class feast.proto.types.ValueProto.Value.Builder
string string_val = 2;
setStringValBytes(ByteString) - Method in class feast.proto.types.ValueProto.Value.Builder
string string_val = 2;
setSubscriptions(int, StoreProto.Store.Subscription) - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
setSubscriptions(int, StoreProto.Store.Subscription.Builder) - Method in class feast.proto.core.StoreProto.Store.Builder
Feature sets to subscribe to.
setTable(String) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
Full table reference in the form of [project:dataset.table]
setTable(String) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
Redshift table name
setTable(String) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake table name
setTable(String) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Table name
setTable(String) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
Full table reference in the form of [project:dataset.table]
setTableBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
Full table reference in the form of [project:dataset.table]
setTableBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
Redshift table name
setTableBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake table name
setTableBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
Table name
setTableBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
Full table reference in the form of [project:dataset.table]
setTableName(String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
Destination table name.
setTableName(String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
Destination table name.
setTableNameBytes(ByteString) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
Destination table name.
setTableNameBytes(ByteString) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
Destination table name.
setTableRef(String) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
Full table reference in the form of [project:dataset.table]
setTableRefBytes(ByteString) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
Full table reference in the form of [project:dataset.table]
setTimestamp(Timestamp) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Request timestamp of this row.
setTimestamp(Timestamp) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.google.protobuf.Timestamp timestamp = 2;
setTimestamp(Timestamp.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
Request timestamp of this row.
setTimestamp(Timestamp.Builder) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.google.protobuf.Timestamp timestamp = 2;
setTimestampField(String) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Must specify event timestamp column name
setTimestampFieldBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
Must specify event timestamp column name
setTopic(String) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Kafka topic to collect feature data from.
setTopicBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
Kafka topic to collect feature data from.
setTransformationInput(TransformationServiceAPIProto.ValueType) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
.feast.serving.ValueType transformation_input = 3;
setTransformationInput(TransformationServiceAPIProto.ValueType.Builder) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
.feast.serving.ValueType transformation_input = 3;
setTransformationOutput(TransformationServiceAPIProto.ValueType) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
.feast.serving.ValueType transformation_output = 3;
setTransformationOutput(TransformationServiceAPIProto.ValueType.Builder) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
.feast.serving.ValueType transformation_output = 3;
setTransformationServiceTypeDetails(String) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
string transformation_service_type_details = 3;
setTransformationServiceTypeDetailsBytes(ByteString) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
string transformation_service_type_details = 3;
setTrinoOptions(DataSourceProto.DataSource.TrinoOptions) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.TrinoOptions trino_options = 30;
setTrinoOptions(DataSourceProto.DataSource.TrinoOptions.Builder) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.TrinoOptions trino_options = 30;
setTrinoStorage(DataSourceProto.DataSource.TrinoOptions) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.TrinoOptions trino_storage = 8;
setTrinoStorage(DataSourceProto.DataSource.TrinoOptions.Builder) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
.feast.core.DataSource.TrinoOptions trino_storage = 8;
setTtl(Duration) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Features in this feature view can only be retrieved from online serving younger than ttl.
setTtl(Duration.Builder) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
Features in this feature view can only be retrieved from online serving younger than ttl.
setType(DataSourceProto.DataSource.SourceType) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SourceType type = 1;
setType(StoreProto.Store.StoreType) - Method in class feast.proto.core.StoreProto.Store.Builder
Type of store.
setType(TransformationServiceAPIProto.TransformationServiceType) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
Type of transformation service deployment.
setTypeValue(int) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
.feast.core.DataSource.SourceType type = 1;
setTypeValue(int) - Method in class feast.proto.core.StoreProto.Store.Builder
Type of store.
setTypeValue(int) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
Type of transformation service deployment.
setUnixTimestampListVal(ValueProto.Int64List) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List unix_timestamp_list_val = 18;
setUnixTimestampListVal(ValueProto.Int64List.Builder) - Method in class feast.proto.types.ValueProto.Value.Builder
.feast.types.Int64List unix_timestamp_list_val = 18;
setUnixTimestampVal(long) - Method in class feast.proto.types.ValueProto.Value.Builder
int64 unix_timestamp_val = 8;
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataFormatProto.FileFormat.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataFormatProto.StreamFormat.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.EntityProto.Entity.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.EntityProto.EntityMeta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.FeatureService.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureTableProto.FeatureTable.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureViewProto.FeatureView.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.InfraObjectProto.Infra.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.InfraObjectProto.InfraObject.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.RegistryProto.Registry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.SqliteTableProto.SqliteTable.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.StoreProto.Store.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.StoreProto.Store.RedisConfig.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.StoreProto.Store.Subscription.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.ValidationProfile.GEValidationProfile.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.core.ValidationProfile.ValidationReference.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.storage.RedisProto.RedisKeyV2.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.EntityKeyProto.EntityKey.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.FieldProto.Field.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.BoolList.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.BytesList.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.DoubleList.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.FloatList.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.Int32List.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.Int64List.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.StringList.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.Value.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class feast.proto.types.ValueProto.ValueType.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class grpc.connector.Connector.ConnectorFeatureList.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class grpc.connector.Connector.OnlineReadResponse.Builder
 
setUri(String) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
Target URL of file to retrieve and source features from.
setUriBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions.Builder
Target URL of file to retrieve and source features from.
setUserDefinedFunction(OnDemandFeatureViewProto.UserDefinedFunction) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
.feast.core.UserDefinedFunction user_defined_function = 5;
setUserDefinedFunction(OnDemandFeatureViewProto.UserDefinedFunction.Builder) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec.Builder
.feast.core.UserDefinedFunction user_defined_function = 5;
setVal(int, boolean) - Method in class feast.proto.types.ValueProto.BoolList.Builder
repeated bool val = 1;
setVal(int, double) - Method in class feast.proto.types.ValueProto.DoubleList.Builder
repeated double val = 1;
setVal(int, float) - Method in class feast.proto.types.ValueProto.FloatList.Builder
repeated float val = 1;
setVal(int, int) - Method in class feast.proto.types.ValueProto.Int32List.Builder
repeated int32 val = 1;
setVal(int, long) - Method in class feast.proto.types.ValueProto.Int64List.Builder
repeated int64 val = 1;
setVal(int, ByteString) - Method in class feast.proto.types.ValueProto.BytesList.Builder
repeated bytes val = 1;
setVal(int, ValueProto.Value) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
setVal(int, ValueProto.Value.Builder) - Method in class feast.proto.types.ValueProto.RepeatedValue.Builder
repeated .feast.types.Value val = 1;
setVal(int, String) - Method in class feast.proto.serving.ServingAPIProto.FeatureList.Builder
repeated string val = 1;
setVal(int, String) - Method in class feast.proto.types.ValueProto.StringList.Builder
repeated string val = 1;
setValue(ValueProto.Value) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.types.Value value = 3;
setValue(ValueProto.Value.Builder) - Method in class grpc.connector.Connector.ConnectorFeature.Builder
.feast.types.Value value = 3;
setValue(ValueProto.ValueType.Enum) - Method in class feast.proto.types.FieldProto.Field.Builder
.feast.types.ValueType.Enum value = 2;
setValues(int, ValueProto.Value) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
setValues(int, ValueProto.Value.Builder) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector.Builder
repeated .feast.types.Value values = 1;
setValueType(ValueProto.ValueType.Enum) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Type of the entity.
setValueType(ValueProto.ValueType.Enum) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Value type of the feature.
setValueTypeValue(int) - Method in class feast.proto.core.EntityProto.EntitySpecV2.Builder
Type of the entity.
setValueTypeValue(int) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2.Builder
Value type of the feature.
setValueValue(int) - Method in class feast.proto.types.FieldProto.Field.Builder
.feast.types.ValueType.Enum value = 2;
setVersion(String) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
Feast version of this serving deployment.
setVersion(String) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
Feast version of this transformation service deployment.
setVersionBytes(ByteString) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse.Builder
Feast version of this serving deployment.
setVersionBytes(ByteString) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder
Feast version of this transformation service deployment.
setVersionId(String) - Method in class feast.proto.core.RegistryProto.Registry.Builder
version id, random string generated on each update of the data; now used only for debugging purposes
setVersionIdBytes(ByteString) - Method in class feast.proto.core.RegistryProto.Registry.Builder
version id, random string generated on each update of the data; now used only for debugging purposes
setView(String) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
string view = 2;
setViewBytes(ByteString) - Method in class grpc.connector.Connector.OnlineReadRequest.Builder
string view = 2;
setWarehouse(String) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake warehouse name
setWarehouseBytes(ByteString) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions.Builder
Snowflake warehouse name
SNOWFLAKE_DESTINATION - feast.proto.core.FeatureServiceProto.LoggingConfig.DestinationCase
 
SNOWFLAKE_DESTINATION_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
SNOWFLAKE_OPTIONS - feast.proto.core.DataSourceProto.DataSource.OptionsCase
 
SNOWFLAKE_OPTIONS_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
SNOWFLAKE_STORAGE - feast.proto.core.SavedDatasetProto.SavedDatasetStorage.KindCase
 
SNOWFLAKE_STORAGE_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
SOURCE_NOT_SET - feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.SourceCase
 
SOURCES_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
SPARK_OPTIONS - feast.proto.core.DataSourceProto.DataSource.OptionsCase
 
SPARK_OPTIONS_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
SPARK_STORAGE - feast.proto.core.SavedDatasetProto.SavedDatasetStorage.KindCase
 
SPARK_STORAGE_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
SPEC_FIELD_NUMBER - Static variable in class feast.proto.core.EntityProto.Entity
 
SPEC_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.FeatureService
 
SPEC_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureTableProto.FeatureTable
 
SPEC_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureView
 
SPEC_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
SPEC_FIELD_NUMBER - Static variable in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
SPEC_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDataset
 
SQLITE_TABLE - feast.proto.core.InfraObjectProto.InfraObject.InfraObjectCase
 
SQLITE_TABLE_FIELD_NUMBER - Static variable in class feast.proto.core.InfraObjectProto.InfraObject
 
SqliteTableProto - Class in feast.proto.core
 
SqliteTableProto.SqliteTable - Class in feast.proto.core
Represents a Sqlite table
SqliteTableProto.SqliteTable.Builder - Class in feast.proto.core
Represents a Sqlite table
SqliteTableProto.SqliteTableOrBuilder - Interface in feast.proto.core
 
SSL_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store.RedisConfig
 
START_TIME_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
STATUSES_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
STORAGE_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
StoreProto - Class in feast.proto.core
 
StoreProto.Store - Class in feast.proto.core
Store provides a location where Feast reads and writes feature values.
StoreProto.Store.Builder - Class in feast.proto.core
Store provides a location where Feast reads and writes feature values.
StoreProto.Store.ConfigCase - Enum in feast.proto.core
 
StoreProto.Store.RedisClusterConfig - Class in feast.proto.core
Protobuf type feast.core.Store.RedisClusterConfig
StoreProto.Store.RedisClusterConfig.Builder - Class in feast.proto.core
Protobuf type feast.core.Store.RedisClusterConfig
StoreProto.Store.RedisClusterConfig.ReadFrom - Enum in feast.proto.core
Optional.
StoreProto.Store.RedisClusterConfigOrBuilder - Interface in feast.proto.core
 
StoreProto.Store.RedisConfig - Class in feast.proto.core
Protobuf type feast.core.Store.RedisConfig
StoreProto.Store.RedisConfig.Builder - Class in feast.proto.core
Protobuf type feast.core.Store.RedisConfig
StoreProto.Store.RedisConfigOrBuilder - Interface in feast.proto.core
 
StoreProto.Store.StoreType - Enum in feast.proto.core
Protobuf enum feast.core.Store.StoreType
StoreProto.Store.Subscription - Class in feast.proto.core
Protobuf type feast.core.Store.Subscription
StoreProto.Store.Subscription.Builder - Class in feast.proto.core
Protobuf type feast.core.Store.Subscription
StoreProto.Store.SubscriptionOrBuilder - Interface in feast.proto.core
 
StoreProto.StoreOrBuilder - Interface in feast.proto.core
 
STREAM_KAFKA - feast.proto.core.DataSourceProto.DataSource.SourceType
STREAM_KAFKA = 3;
STREAM_KAFKA_VALUE - Static variable in enum feast.proto.core.DataSourceProto.DataSource.SourceType
STREAM_KAFKA = 3;
STREAM_KINESIS - feast.proto.core.DataSourceProto.DataSource.SourceType
STREAM_KINESIS = 4;
STREAM_KINESIS_VALUE - Static variable in enum feast.proto.core.DataSourceProto.DataSource.SourceType
STREAM_KINESIS = 4;
STREAM_NAME_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
STREAM_SOURCE_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
STREAM_SOURCE_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
STRING - feast.proto.types.ValueProto.ValueType.Enum
STRING = 2;
STRING_LIST - feast.proto.types.ValueProto.ValueType.Enum
STRING_LIST = 12;
STRING_LIST_VAL - feast.proto.types.ValueProto.Value.ValCase
 
STRING_LIST_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
STRING_LIST_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
STRING_LIST = 12;
STRING_VAL - feast.proto.types.ValueProto.Value.ValCase
 
STRING_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
STRING_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
STRING = 2;
SUBSCRIPTIONS_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store
 

T

TABLE_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
TABLE_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
TABLE_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
TABLE_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
TABLE_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
TABLE_NAME_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
TABLE_NAME_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
TABLE_REF_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
TAGS_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
TAGS_FIELD_NUMBER - Static variable in class feast.proto.core.EntityProto.EntitySpecV2
 
TAGS_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureProto.FeatureSpecV2
 
TAGS_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
TAGS_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
TAGS_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
TAGS_FIELD_NUMBER - Static variable in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
TAGS_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
TIMESTAMP_FIELD_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
TIMESTAMP_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
TIMESTAMP_FIELD_NUMBER - Static variable in class grpc.connector.Connector.ConnectorFeature
 
toBuilder() - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
toBuilder() - Method in class feast.proto.core.DataFormatProto.FileFormat
 
toBuilder() - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
toBuilder() - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
toBuilder() - Method in class feast.proto.core.DataFormatProto.StreamFormat
 
toBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
toBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
toBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
toBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
toBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
toBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
toBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
toBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
toBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
toBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
toBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource
 
toBuilder() - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
toBuilder() - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
toBuilder() - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
toBuilder() - Method in class feast.proto.core.EntityProto.Entity
 
toBuilder() - Method in class feast.proto.core.EntityProto.EntityMeta
 
toBuilder() - Method in class feast.proto.core.EntityProto.EntitySpecV2
 
toBuilder() - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
toBuilder() - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
toBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureService
 
toBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
toBuilder() - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
toBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
toBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
toBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
toBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
toBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
toBuilder() - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
toBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTable
 
toBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
toBuilder() - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
toBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureView
 
toBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
toBuilder() - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
toBuilder() - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
toBuilder() - Method in class feast.proto.core.InfraObjectProto.Infra
 
toBuilder() - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
toBuilder() - Method in class feast.proto.core.InfraObjectProto.InfraObject
 
toBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
toBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
toBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
toBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
toBuilder() - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
toBuilder() - Method in class feast.proto.core.RegistryProto.Registry
 
toBuilder() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
toBuilder() - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
toBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
toBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
toBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
toBuilder() - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
toBuilder() - Method in class feast.proto.core.SqliteTableProto.SqliteTable
 
toBuilder() - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
toBuilder() - Method in class feast.proto.core.StoreProto.Store.RedisConfig
 
toBuilder() - Method in class feast.proto.core.StoreProto.Store.Subscription
 
toBuilder() - Method in class feast.proto.core.StoreProto.Store
 
toBuilder() - Method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
toBuilder() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
toBuilder() - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
toBuilder() - Method in class feast.proto.core.ValidationProfile.ValidationReference
 
toBuilder() - Method in class feast.proto.serving.ServingAPIProto.FeatureList
 
toBuilder() - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
toBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
toBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
toBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
toBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
toBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
toBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
toBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
toBuilder() - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
toBuilder() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
toBuilder() - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
toBuilder() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
toBuilder() - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
toBuilder() - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
toBuilder() - Method in class feast.proto.storage.RedisProto.RedisKeyV2
 
toBuilder() - Method in class feast.proto.types.EntityKeyProto.EntityKey
 
toBuilder() - Method in class feast.proto.types.FieldProto.Field
 
toBuilder() - Method in class feast.proto.types.ValueProto.BoolList
 
toBuilder() - Method in class feast.proto.types.ValueProto.BytesList
 
toBuilder() - Method in class feast.proto.types.ValueProto.DoubleList
 
toBuilder() - Method in class feast.proto.types.ValueProto.FloatList
 
toBuilder() - Method in class feast.proto.types.ValueProto.Int32List
 
toBuilder() - Method in class feast.proto.types.ValueProto.Int64List
 
toBuilder() - Method in class feast.proto.types.ValueProto.RepeatedValue
 
toBuilder() - Method in class feast.proto.types.ValueProto.StringList
 
toBuilder() - Method in class feast.proto.types.ValueProto.Value
 
toBuilder() - Method in class feast.proto.types.ValueProto.ValueType
 
toBuilder() - Method in class grpc.connector.Connector.ConnectorFeature
 
toBuilder() - Method in class grpc.connector.Connector.ConnectorFeatureList
 
toBuilder() - Method in class grpc.connector.Connector.OnlineReadRequest
 
toBuilder() - Method in class grpc.connector.Connector.OnlineReadResponse
 
TOPIC_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
TRANSFORMATION_INPUT_FIELD_NUMBER - Static variable in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
TRANSFORMATION_OUTPUT_FIELD_NUMBER - Static variable in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
TRANSFORMATION_SERVICE_TYPE_CUSTOM - feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
TRANSFORMATION_SERVICE_TYPE_CUSTOM = 100;
TRANSFORMATION_SERVICE_TYPE_CUSTOM_VALUE - Static variable in enum feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
TRANSFORMATION_SERVICE_TYPE_CUSTOM = 100;
TRANSFORMATION_SERVICE_TYPE_DETAILS_FIELD_NUMBER - Static variable in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
TRANSFORMATION_SERVICE_TYPE_INVALID - feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
TRANSFORMATION_SERVICE_TYPE_INVALID = 0;
TRANSFORMATION_SERVICE_TYPE_INVALID_VALUE - Static variable in enum feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
TRANSFORMATION_SERVICE_TYPE_INVALID = 0;
TRANSFORMATION_SERVICE_TYPE_PYTHON - feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
TRANSFORMATION_SERVICE_TYPE_PYTHON = 1;
TRANSFORMATION_SERVICE_TYPE_PYTHON_VALUE - Static variable in enum feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
TRANSFORMATION_SERVICE_TYPE_PYTHON = 1;
TransformationServiceAPIProto - Class in feast.proto.serving
 
TransformationServiceAPIProto.GetTransformationServiceInfoRequest - Class in feast.proto.serving
Protobuf type feast.serving.GetTransformationServiceInfoRequest
TransformationServiceAPIProto.GetTransformationServiceInfoRequest.Builder - Class in feast.proto.serving
Protobuf type feast.serving.GetTransformationServiceInfoRequest
TransformationServiceAPIProto.GetTransformationServiceInfoRequestOrBuilder - Interface in feast.proto.serving
 
TransformationServiceAPIProto.GetTransformationServiceInfoResponse - Class in feast.proto.serving
Protobuf type feast.serving.GetTransformationServiceInfoResponse
TransformationServiceAPIProto.GetTransformationServiceInfoResponse.Builder - Class in feast.proto.serving
Protobuf type feast.serving.GetTransformationServiceInfoResponse
TransformationServiceAPIProto.GetTransformationServiceInfoResponseOrBuilder - Interface in feast.proto.serving
 
TransformationServiceAPIProto.TransformationServiceType - Enum in feast.proto.serving
Protobuf enum feast.serving.TransformationServiceType
TransformationServiceAPIProto.TransformFeaturesRequest - Class in feast.proto.serving
Protobuf type feast.serving.TransformFeaturesRequest
TransformationServiceAPIProto.TransformFeaturesRequest.Builder - Class in feast.proto.serving
Protobuf type feast.serving.TransformFeaturesRequest
TransformationServiceAPIProto.TransformFeaturesRequestOrBuilder - Interface in feast.proto.serving
 
TransformationServiceAPIProto.TransformFeaturesResponse - Class in feast.proto.serving
Protobuf type feast.serving.TransformFeaturesResponse
TransformationServiceAPIProto.TransformFeaturesResponse.Builder - Class in feast.proto.serving
Protobuf type feast.serving.TransformFeaturesResponse
TransformationServiceAPIProto.TransformFeaturesResponseOrBuilder - Interface in feast.proto.serving
 
TransformationServiceAPIProto.ValueType - Class in feast.proto.serving
Protobuf type feast.serving.ValueType
TransformationServiceAPIProto.ValueType.Builder - Class in feast.proto.serving
Protobuf type feast.serving.ValueType
TransformationServiceAPIProto.ValueType.ValueCase - Enum in feast.proto.serving
 
TransformationServiceAPIProto.ValueTypeOrBuilder - Interface in feast.proto.serving
 
TransformationServiceGrpc - Class in feast.proto.serving
 
TransformationServiceGrpc.TransformationServiceBlockingStub - Class in feast.proto.serving
 
TransformationServiceGrpc.TransformationServiceFutureStub - Class in feast.proto.serving
 
TransformationServiceGrpc.TransformationServiceImplBase - Class in feast.proto.serving
 
TransformationServiceGrpc.TransformationServiceStub - Class in feast.proto.serving
 
TransformationServiceImplBase() - Constructor for class feast.proto.serving.TransformationServiceGrpc.TransformationServiceImplBase
 
transformFeatures(TransformationServiceAPIProto.TransformFeaturesRequest) - Method in class feast.proto.serving.TransformationServiceGrpc.TransformationServiceBlockingStub
 
transformFeatures(TransformationServiceAPIProto.TransformFeaturesRequest) - Method in class feast.proto.serving.TransformationServiceGrpc.TransformationServiceFutureStub
 
transformFeatures(TransformationServiceAPIProto.TransformFeaturesRequest, StreamObserver<TransformationServiceAPIProto.TransformFeaturesResponse>) - Method in class feast.proto.serving.TransformationServiceGrpc.TransformationServiceImplBase
 
transformFeatures(TransformationServiceAPIProto.TransformFeaturesRequest, StreamObserver<TransformationServiceAPIProto.TransformFeaturesResponse>) - Method in class feast.proto.serving.TransformationServiceGrpc.TransformationServiceStub
 
TRINO_OPTIONS - feast.proto.core.DataSourceProto.DataSource.OptionsCase
 
TRINO_OPTIONS_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
TRINO_STORAGE - feast.proto.core.SavedDatasetProto.SavedDatasetStorage.KindCase
 
TRINO_STORAGE_FIELD_NUMBER - Static variable in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
TTL_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
TYPE_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource
 
TYPE_FIELD_NUMBER - Static variable in class feast.proto.core.StoreProto.Store
 
TYPE_FIELD_NUMBER - Static variable in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 

U

UNIX_TIMESTAMP - feast.proto.types.ValueProto.ValueType.Enum
UNIX_TIMESTAMP = 8;
UNIX_TIMESTAMP_LIST - feast.proto.types.ValueProto.ValueType.Enum
UNIX_TIMESTAMP_LIST = 18;
UNIX_TIMESTAMP_LIST_VAL - feast.proto.types.ValueProto.Value.ValCase
 
UNIX_TIMESTAMP_LIST_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
UNIX_TIMESTAMP_LIST_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
UNIX_TIMESTAMP_LIST = 18;
UNIX_TIMESTAMP_VAL - feast.proto.types.ValueProto.Value.ValCase
 
UNIX_TIMESTAMP_VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Value
 
UNIX_TIMESTAMP_VALUE - Static variable in enum feast.proto.types.ValueProto.ValueType.Enum
UNIX_TIMESTAMP = 8;
UNRECOGNIZED - feast.proto.core.DataSourceProto.DataSource.SourceType
 
UNRECOGNIZED - feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
 
UNRECOGNIZED - feast.proto.core.StoreProto.Store.StoreType
 
UNRECOGNIZED - feast.proto.serving.ServingAPIProto.FieldStatus
 
UNRECOGNIZED - feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
 
UNRECOGNIZED - feast.proto.types.ValueProto.Null
 
UNRECOGNIZED - feast.proto.types.ValueProto.ValueType.Enum
 
URI_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
USER_DEFINED_FUNCTION_FIELD_NUMBER - Static variable in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 

V

VAL_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.FeatureList
 
VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.BoolList
 
VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.BytesList
 
VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.DoubleList
 
VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.FloatList
 
VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Int32List
 
VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.Int64List
 
VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.RepeatedValue
 
VAL_FIELD_NUMBER - Static variable in class feast.proto.types.ValueProto.StringList
 
VAL_NOT_SET - feast.proto.types.ValueProto.Value.ValCase
 
ValidationProfile - Class in feast.proto.core
 
ValidationProfile.GEValidationProfile - Class in feast.proto.core
Protobuf type feast.core.GEValidationProfile
ValidationProfile.GEValidationProfile.Builder - Class in feast.proto.core
Protobuf type feast.core.GEValidationProfile
ValidationProfile.GEValidationProfileOrBuilder - Interface in feast.proto.core
 
ValidationProfile.GEValidationProfiler - Class in feast.proto.core
Protobuf type feast.core.GEValidationProfiler
ValidationProfile.GEValidationProfiler.Builder - Class in feast.proto.core
Protobuf type feast.core.GEValidationProfiler
ValidationProfile.GEValidationProfiler.UserDefinedProfiler - Class in feast.proto.core
Protobuf type feast.core.GEValidationProfiler.UserDefinedProfiler
ValidationProfile.GEValidationProfiler.UserDefinedProfiler.Builder - Class in feast.proto.core
Protobuf type feast.core.GEValidationProfiler.UserDefinedProfiler
ValidationProfile.GEValidationProfiler.UserDefinedProfilerOrBuilder - Interface in feast.proto.core
 
ValidationProfile.GEValidationProfilerOrBuilder - Interface in feast.proto.core
 
ValidationProfile.ValidationReference - Class in feast.proto.core
Protobuf type feast.core.ValidationReference
ValidationProfile.ValidationReference.Builder - Class in feast.proto.core
Protobuf type feast.core.ValidationReference
ValidationProfile.ValidationReference.ProfilerCase - Enum in feast.proto.core
 
ValidationProfile.ValidationReferenceOrBuilder - Interface in feast.proto.core
 
VALUE_FIELD_NUMBER - Static variable in class feast.proto.types.FieldProto.Field
 
VALUE_FIELD_NUMBER - Static variable in class grpc.connector.Connector.ConnectorFeature
 
VALUE_NOT_SET - feast.proto.serving.TransformationServiceAPIProto.ValueType.ValueCase
 
VALUE_TYPE_FIELD_NUMBER - Static variable in class feast.proto.core.EntityProto.EntitySpecV2
 
VALUE_TYPE_FIELD_NUMBER - Static variable in class feast.proto.core.FeatureProto.FeatureSpecV2
 
valueOf(int) - Static method in enum feast.proto.core.DataFormatProto.FileFormat.FormatCase
Deprecated.
valueOf(int) - Static method in enum feast.proto.core.DataFormatProto.StreamFormat.FormatCase
Deprecated.
valueOf(int) - Static method in enum feast.proto.core.DataSourceProto.DataSource.OptionsCase
Deprecated.
valueOf(int) - Static method in enum feast.proto.core.DataSourceProto.DataSource.SourceType
Deprecated.
valueOf(int) - Static method in enum feast.proto.core.FeatureServiceProto.LoggingConfig.DestinationCase
Deprecated.
valueOf(int) - Static method in enum feast.proto.core.InfraObjectProto.InfraObject.InfraObjectCase
Deprecated.
valueOf(int) - Static method in enum feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.SourceCase
Deprecated.
valueOf(int) - Static method in enum feast.proto.core.SavedDatasetProto.SavedDatasetStorage.KindCase
Deprecated.
valueOf(int) - Static method in enum feast.proto.core.StoreProto.Store.ConfigCase
Deprecated.
valueOf(int) - Static method in enum feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
Deprecated.
valueOf(int) - Static method in enum feast.proto.core.StoreProto.Store.StoreType
Deprecated.
valueOf(int) - Static method in enum feast.proto.core.ValidationProfile.ValidationReference.ProfilerCase
Deprecated.
valueOf(int) - Static method in enum feast.proto.serving.ServingAPIProto.FieldStatus
Deprecated.
valueOf(int) - Static method in enum feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.KindCase
Deprecated.
valueOf(int) - Static method in enum feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
Deprecated.
valueOf(int) - Static method in enum feast.proto.serving.TransformationServiceAPIProto.ValueType.ValueCase
Deprecated.
valueOf(int) - Static method in enum feast.proto.types.ValueProto.Null
Deprecated.
valueOf(int) - Static method in enum feast.proto.types.ValueProto.Value.ValCase
Deprecated.
valueOf(int) - Static method in enum feast.proto.types.ValueProto.ValueType.Enum
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum feast.proto.core.DataSourceProto.DataSource.SourceType
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum feast.proto.core.StoreProto.Store.StoreType
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum feast.proto.serving.ServingAPIProto.FieldStatus
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum feast.proto.types.ValueProto.Null
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum feast.proto.types.ValueProto.ValueType.Enum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.core.DataFormatProto.FileFormat.FormatCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.core.DataFormatProto.StreamFormat.FormatCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.core.DataSourceProto.DataSource.OptionsCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.core.DataSourceProto.DataSource.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.core.FeatureServiceProto.LoggingConfig.DestinationCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.core.InfraObjectProto.InfraObject.InfraObjectCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.SourceCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.core.SavedDatasetProto.SavedDatasetStorage.KindCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.core.StoreProto.Store.ConfigCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.core.StoreProto.Store.StoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.core.ValidationProfile.ValidationReference.ProfilerCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.serving.ServingAPIProto.FieldStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.KindCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.serving.TransformationServiceAPIProto.ValueType.ValueCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.types.ValueProto.Null
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.types.ValueProto.Value.ValCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum feast.proto.types.ValueProto.ValueType.Enum
Returns the enum constant of this type with the specified name.
ValueProto - Class in feast.proto.types
 
ValueProto.BoolList - Class in feast.proto.types
Protobuf type feast.types.BoolList
ValueProto.BoolList.Builder - Class in feast.proto.types
Protobuf type feast.types.BoolList
ValueProto.BoolListOrBuilder - Interface in feast.proto.types
 
ValueProto.BytesList - Class in feast.proto.types
Protobuf type feast.types.BytesList
ValueProto.BytesList.Builder - Class in feast.proto.types
Protobuf type feast.types.BytesList
ValueProto.BytesListOrBuilder - Interface in feast.proto.types
 
ValueProto.DoubleList - Class in feast.proto.types
Protobuf type feast.types.DoubleList
ValueProto.DoubleList.Builder - Class in feast.proto.types
Protobuf type feast.types.DoubleList
ValueProto.DoubleListOrBuilder - Interface in feast.proto.types
 
ValueProto.FloatList - Class in feast.proto.types
Protobuf type feast.types.FloatList
ValueProto.FloatList.Builder - Class in feast.proto.types
Protobuf type feast.types.FloatList
ValueProto.FloatListOrBuilder - Interface in feast.proto.types
 
ValueProto.Int32List - Class in feast.proto.types
Protobuf type feast.types.Int32List
ValueProto.Int32List.Builder - Class in feast.proto.types
Protobuf type feast.types.Int32List
ValueProto.Int32ListOrBuilder - Interface in feast.proto.types
 
ValueProto.Int64List - Class in feast.proto.types
Protobuf type feast.types.Int64List
ValueProto.Int64List.Builder - Class in feast.proto.types
Protobuf type feast.types.Int64List
ValueProto.Int64ListOrBuilder - Interface in feast.proto.types
 
ValueProto.Null - Enum in feast.proto.types
Protobuf enum feast.types.Null
ValueProto.RepeatedValue - Class in feast.proto.types
This is to avoid an issue of being unable to specify `repeated value` in oneofs or maps In JSON "val" field can be omitted
ValueProto.RepeatedValue.Builder - Class in feast.proto.types
This is to avoid an issue of being unable to specify `repeated value` in oneofs or maps In JSON "val" field can be omitted
ValueProto.RepeatedValueOrBuilder - Interface in feast.proto.types
 
ValueProto.StringList - Class in feast.proto.types
Protobuf type feast.types.StringList
ValueProto.StringList.Builder - Class in feast.proto.types
Protobuf type feast.types.StringList
ValueProto.StringListOrBuilder - Interface in feast.proto.types
 
ValueProto.Value - Class in feast.proto.types
Protobuf type feast.types.Value
ValueProto.Value.Builder - Class in feast.proto.types
Protobuf type feast.types.Value
ValueProto.Value.ValCase - Enum in feast.proto.types
 
ValueProto.ValueOrBuilder - Interface in feast.proto.types
 
ValueProto.ValueType - Class in feast.proto.types
Protobuf type feast.types.ValueType
ValueProto.ValueType.Builder - Class in feast.proto.types
Protobuf type feast.types.ValueType
ValueProto.ValueType.Enum - Enum in feast.proto.types
Protobuf enum feast.types.ValueType.Enum
ValueProto.ValueTypeOrBuilder - Interface in feast.proto.types
 
values() - Static method in enum feast.proto.core.DataFormatProto.FileFormat.FormatCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.core.DataFormatProto.StreamFormat.FormatCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.core.DataSourceProto.DataSource.OptionsCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.core.DataSourceProto.DataSource.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.core.FeatureServiceProto.LoggingConfig.DestinationCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.core.InfraObjectProto.InfraObject.InfraObjectCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.core.OnDemandFeatureViewProto.OnDemandSource.SourceCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.core.SavedDatasetProto.SavedDatasetStorage.KindCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.core.StoreProto.Store.ConfigCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.core.StoreProto.Store.RedisClusterConfig.ReadFrom
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.core.StoreProto.Store.StoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.core.ValidationProfile.ValidationReference.ProfilerCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.serving.ServingAPIProto.FieldStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest.KindCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.serving.TransformationServiceAPIProto.TransformationServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.serving.TransformationServiceAPIProto.ValueType.ValueCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.types.ValueProto.Null
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.types.ValueProto.Value.ValCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum feast.proto.types.ValueProto.ValueType.Enum
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
VERSION_FIELD_NUMBER - Static variable in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
VERSION_FIELD_NUMBER - Static variable in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
VERSION_ID_FIELD_NUMBER - Static variable in class feast.proto.core.RegistryProto.Registry
 
VIEW_FIELD_NUMBER - Static variable in class grpc.connector.Connector.OnlineReadRequest
 

W

WAREHOUSE_FIELD_NUMBER - Static variable in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataFormatProto.FileFormat.ParquetFormat
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataFormatProto.FileFormat
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataFormatProto.StreamFormat.AvroFormat
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataFormatProto.StreamFormat
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataSourceProto.DataSource.BigQueryOptions
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataSourceProto.DataSource.CustomSourceOptions
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataSourceProto.DataSource.FileOptions
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataSourceProto.DataSource.KafkaOptions
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataSourceProto.DataSource.KinesisOptions
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataSourceProto.DataSource.PushOptions
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataSourceProto.DataSource.RedshiftOptions
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataSourceProto.DataSource.RequestDataOptions
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataSourceProto.DataSource.SnowflakeOptions
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataSourceProto.DataSource.SparkOptions
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataSourceProto.DataSource.TrinoOptions
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DataSourceProto.DataSource
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DatastoreTableProto.DatastoreTable
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.DynamoDBTableProto.DynamoDBTable
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.EntityProto.Entity
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.EntityProto.EntityMeta
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.EntityProto.EntitySpecV2
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureProto.FeatureSpecV2
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureReferenceProto.FeatureViewProjection
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureServiceProto.FeatureService
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceMeta
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureServiceProto.FeatureServiceSpec
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.BigQueryDestination
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.CustomDestination
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.FileDestination
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.RedshiftDestination
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig.SnowflakeDestination
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureServiceProto.LoggingConfig
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureTableProto.FeatureTable
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureTableProto.FeatureTableMeta
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureTableProto.FeatureTableSpec
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureViewProto.FeatureView
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureViewProto.FeatureViewMeta
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureViewProto.FeatureViewSpec
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.FeatureViewProto.MaterializationInterval
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.InfraObjectProto.Infra
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.InfraObjectProto.InfraObject.CustomInfra
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.InfraObjectProto.InfraObject
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureView
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewMeta
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandFeatureViewSpec
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.OnDemandFeatureViewProto.OnDemandSource
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.OnDemandFeatureViewProto.UserDefinedFunction
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.RegistryProto.Registry
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureView
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.RequestFeatureViewProto.RequestFeatureViewSpec
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.SavedDatasetProto.SavedDataset
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetMeta
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetSpec
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.SavedDatasetProto.SavedDatasetStorage
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.SqliteTableProto.SqliteTable
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.StoreProto.Store.RedisClusterConfig
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.StoreProto.Store.RedisConfig
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.StoreProto.Store.Subscription
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.StoreProto.Store
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.ValidationProfile.GEValidationProfile
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler.UserDefinedProfiler
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.ValidationProfile.GEValidationProfiler
 
writeTo(CodedOutputStream) - Method in class feast.proto.core.ValidationProfile.ValidationReference
 
writeTo(CodedOutputStream) - Method in class feast.proto.serving.ServingAPIProto.FeatureList
 
writeTo(CodedOutputStream) - Method in class feast.proto.serving.ServingAPIProto.FeatureReferenceV2
 
writeTo(CodedOutputStream) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoRequest
 
writeTo(CodedOutputStream) - Method in class feast.proto.serving.ServingAPIProto.GetFeastServingInfoResponse
 
writeTo(CodedOutputStream) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequest
 
writeTo(CodedOutputStream) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2.EntityRow
 
writeTo(CodedOutputStream) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesRequestV2
 
writeTo(CodedOutputStream) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse.FeatureVector
 
writeTo(CodedOutputStream) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponse
 
writeTo(CodedOutputStream) - Method in class feast.proto.serving.ServingAPIProto.GetOnlineFeaturesResponseMetadata
 
writeTo(CodedOutputStream) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoRequest
 
writeTo(CodedOutputStream) - Method in class feast.proto.serving.TransformationServiceAPIProto.GetTransformationServiceInfoResponse
 
writeTo(CodedOutputStream) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesRequest
 
writeTo(CodedOutputStream) - Method in class feast.proto.serving.TransformationServiceAPIProto.TransformFeaturesResponse
 
writeTo(CodedOutputStream) - Method in class feast.proto.serving.TransformationServiceAPIProto.ValueType
 
writeTo(CodedOutputStream) - Method in class feast.proto.storage.RedisProto.RedisKeyV2
 
writeTo(CodedOutputStream) - Method in class feast.proto.types.EntityKeyProto.EntityKey
 
writeTo(CodedOutputStream) - Method in class feast.proto.types.FieldProto.Field
 
writeTo(CodedOutputStream) - Method in class feast.proto.types.ValueProto.BoolList
 
writeTo(CodedOutputStream) - Method in class feast.proto.types.ValueProto.BytesList
 
writeTo(CodedOutputStream) - Method in class feast.proto.types.ValueProto.DoubleList
 
writeTo(CodedOutputStream) - Method in class feast.proto.types.ValueProto.FloatList
 
writeTo(CodedOutputStream) - Method in class feast.proto.types.ValueProto.Int32List
 
writeTo(CodedOutputStream) - Method in class feast.proto.types.ValueProto.Int64List
 
writeTo(CodedOutputStream) - Method in class feast.proto.types.ValueProto.RepeatedValue
 
writeTo(CodedOutputStream) - Method in class feast.proto.types.ValueProto.StringList
 
writeTo(CodedOutputStream) - Method in class feast.proto.types.ValueProto.Value
 
writeTo(CodedOutputStream) - Method in class feast.proto.types.ValueProto.ValueType
 
writeTo(CodedOutputStream) - Method in class grpc.connector.Connector.ConnectorFeature
 
writeTo(CodedOutputStream) - Method in class grpc.connector.Connector.ConnectorFeatureList
 
writeTo(CodedOutputStream) - Method in class grpc.connector.Connector.OnlineReadRequest
 
writeTo(CodedOutputStream) - Method in class grpc.connector.Connector.OnlineReadResponse
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages