Package feast.proto.core
Interface CoreServiceProto.GetFeatureStatisticsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoreServiceProto.GetFeatureStatisticsResponse,CoreServiceProto.GetFeatureStatisticsResponse.Builder
- Enclosing class:
- CoreServiceProto
public static interface CoreServiceProto.GetFeatureStatisticsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatasetFeatureStatisticsListgetDatasetFeatureStatisticsList()Contains statistics for the requested data.DatasetFeatureStatisticsListOrBuildergetDatasetFeatureStatisticsListOrBuilder()Contains statistics for the requested data.booleanhasDatasetFeatureStatisticsList()Contains statistics for the requested data.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDatasetFeatureStatisticsList
boolean hasDatasetFeatureStatisticsList()
Contains statistics for the requested data. Due to the limitations of TFDV and Facets, only a single dataset can be returned in, despite the message being of list type.
.tensorflow.metadata.v0.DatasetFeatureStatisticsList dataset_feature_statistics_list = 1;- Returns:
- Whether the datasetFeatureStatisticsList field is set.
-
getDatasetFeatureStatisticsList
DatasetFeatureStatisticsList getDatasetFeatureStatisticsList()
Contains statistics for the requested data. Due to the limitations of TFDV and Facets, only a single dataset can be returned in, despite the message being of list type.
.tensorflow.metadata.v0.DatasetFeatureStatisticsList dataset_feature_statistics_list = 1;- Returns:
- The datasetFeatureStatisticsList.
-
getDatasetFeatureStatisticsListOrBuilder
DatasetFeatureStatisticsListOrBuilder getDatasetFeatureStatisticsListOrBuilder()
Contains statistics for the requested data. Due to the limitations of TFDV and Facets, only a single dataset can be returned in, despite the message being of list type.
.tensorflow.metadata.v0.DatasetFeatureStatisticsList dataset_feature_statistics_list = 1;
-
-