Package feast.proto.core
Interface CoreServiceProto.GetFeatureStatisticsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoreServiceProto.GetFeatureStatisticsRequest,CoreServiceProto.GetFeatureStatisticsRequest.Builder
- Enclosing class:
- CoreServiceProto
public static interface CoreServiceProto.GetFeatureStatisticsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetEndDate().google.protobuf.Timestamp end_date = 5;com.google.protobuf.TimestampOrBuildergetEndDateOrBuilder().google.protobuf.Timestamp end_date = 5;StringgetFeatures(int index)Optional filter which filters returned statistics by selected features.com.google.protobuf.ByteStringgetFeaturesBytes(int index)Optional filter which filters returned statistics by selected features.intgetFeaturesCount()Optional filter which filters returned statistics by selected features.StringgetFeatureSetId()Feature set to retrieve the statistics for.com.google.protobuf.ByteStringgetFeatureSetIdBytes()Feature set to retrieve the statistics for.List<String>getFeaturesList()Optional filter which filters returned statistics by selected features.booleangetForceRefresh()Setting this flag to true will force a recalculation of statistics and overwrite results currently in the cache, if any.StringgetIngestionIds(int index)Optional list of ingestion Ids by which to filter data before retrieving statistics.com.google.protobuf.ByteStringgetIngestionIdsBytes(int index)Optional list of ingestion Ids by which to filter data before retrieving statistics.intgetIngestionIdsCount()Optional list of ingestion Ids by which to filter data before retrieving statistics.List<String>getIngestionIdsList()Optional list of ingestion Ids by which to filter data before retrieving statistics.com.google.protobuf.TimestampgetStartDate()Optional start and end dates over which to filter statistical data Start date is inclusive, but end date is not.com.google.protobuf.TimestampOrBuildergetStartDateOrBuilder()Optional start and end dates over which to filter statistical data Start date is inclusive, but end date is not.StringgetStore()Optional filter to select store over which the statistics will retrieved.com.google.protobuf.ByteStringgetStoreBytes()Optional filter to select store over which the statistics will retrieved.booleanhasEndDate().google.protobuf.Timestamp end_date = 5;booleanhasStartDate()Optional start and end dates over which to filter statistical data Start date is inclusive, but end date is not.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFeatureSetId
String getFeatureSetId()
Feature set to retrieve the statistics for. A fully qualified feature set id in the format of project/feature_set must be provided.
string feature_set_id = 1;- Returns:
- The featureSetId.
-
getFeatureSetIdBytes
com.google.protobuf.ByteString getFeatureSetIdBytes()
Feature set to retrieve the statistics for. A fully qualified feature set id in the format of project/feature_set must be provided.
string feature_set_id = 1;- Returns:
- The bytes for featureSetId.
-
getFeaturesList
List<String> getFeaturesList()
Optional filter which filters returned statistics by selected features. These features must be present in the data that is being processed.
repeated string features = 2;- Returns:
- A list containing the features.
-
getFeaturesCount
int getFeaturesCount()
Optional filter which filters returned statistics by selected features. These features must be present in the data that is being processed.
repeated string features = 2;- Returns:
- The count of features.
-
getFeatures
String getFeatures(int index)
Optional filter which filters returned statistics by selected features. These features must be present in the data that is being processed.
repeated string features = 2;- Parameters:
index- The index of the element to return.- Returns:
- The features at the given index.
-
getFeaturesBytes
com.google.protobuf.ByteString getFeaturesBytes(int index)
Optional filter which filters returned statistics by selected features. These features must be present in the data that is being processed.
repeated string features = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the features at the given index.
-
getStore
String getStore()
Optional filter to select store over which the statistics will retrieved. Only historical stores are allowed.
string store = 3;- Returns:
- The store.
-
getStoreBytes
com.google.protobuf.ByteString getStoreBytes()
Optional filter to select store over which the statistics will retrieved. Only historical stores are allowed.
string store = 3;- Returns:
- The bytes for store.
-
hasStartDate
boolean hasStartDate()
Optional start and end dates over which to filter statistical data Start date is inclusive, but end date is not. Only dates are supported, not times. Cannot be used with dataset_ids. If this period spans multiple days, unaggregatable statistics will be dropped.
.google.protobuf.Timestamp start_date = 4;- Returns:
- Whether the startDate field is set.
-
getStartDate
com.google.protobuf.Timestamp getStartDate()
Optional start and end dates over which to filter statistical data Start date is inclusive, but end date is not. Only dates are supported, not times. Cannot be used with dataset_ids. If this period spans multiple days, unaggregatable statistics will be dropped.
.google.protobuf.Timestamp start_date = 4;- Returns:
- The startDate.
-
getStartDateOrBuilder
com.google.protobuf.TimestampOrBuilder getStartDateOrBuilder()
Optional start and end dates over which to filter statistical data Start date is inclusive, but end date is not. Only dates are supported, not times. Cannot be used with dataset_ids. If this period spans multiple days, unaggregatable statistics will be dropped.
.google.protobuf.Timestamp start_date = 4;
-
hasEndDate
boolean hasEndDate()
.google.protobuf.Timestamp end_date = 5;- Returns:
- Whether the endDate field is set.
-
getEndDate
com.google.protobuf.Timestamp getEndDate()
.google.protobuf.Timestamp end_date = 5;- Returns:
- The endDate.
-
getEndDateOrBuilder
com.google.protobuf.TimestampOrBuilder getEndDateOrBuilder()
.google.protobuf.Timestamp end_date = 5;
-
getIngestionIdsList
List<String> getIngestionIdsList()
Optional list of ingestion Ids by which to filter data before retrieving statistics. Cannot be used with the date ranges If multiple dataset ids are provided, unaggregatable statistics will be dropped.
repeated string ingestion_ids = 6;- Returns:
- A list containing the ingestionIds.
-
getIngestionIdsCount
int getIngestionIdsCount()
Optional list of ingestion Ids by which to filter data before retrieving statistics. Cannot be used with the date ranges If multiple dataset ids are provided, unaggregatable statistics will be dropped.
repeated string ingestion_ids = 6;- Returns:
- The count of ingestionIds.
-
getIngestionIds
String getIngestionIds(int index)
Optional list of ingestion Ids by which to filter data before retrieving statistics. Cannot be used with the date ranges If multiple dataset ids are provided, unaggregatable statistics will be dropped.
repeated string ingestion_ids = 6;- Parameters:
index- The index of the element to return.- Returns:
- The ingestionIds at the given index.
-
getIngestionIdsBytes
com.google.protobuf.ByteString getIngestionIdsBytes(int index)
Optional list of ingestion Ids by which to filter data before retrieving statistics. Cannot be used with the date ranges If multiple dataset ids are provided, unaggregatable statistics will be dropped.
repeated string ingestion_ids = 6;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ingestionIds at the given index.
-
getForceRefresh
boolean getForceRefresh()
Setting this flag to true will force a recalculation of statistics and overwrite results currently in the cache, if any.
bool force_refresh = 7;- Returns:
- The forceRefresh.
-
-