Package org.tensorflow.metadata.v0
Interface FeatureNameStatisticsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureNameStatistics,FeatureNameStatistics.Builder
public interface FeatureNameStatisticsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BytesStatisticsgetBytesStats().tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;BytesStatisticsOrBuildergetBytesStatsOrBuilder().tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;CustomStatisticgetCustomStats(int index)Any custom statistics can be stored in this list.intgetCustomStatsCount()Any custom statistics can be stored in this list.List<CustomStatistic>getCustomStatsList()Any custom statistics can be stored in this list.CustomStatisticOrBuildergetCustomStatsOrBuilder(int index)Any custom statistics can be stored in this list.List<? extends CustomStatisticOrBuilder>getCustomStatsOrBuilderList()Any custom statistics can be stored in this list.FeatureNameStatistics.FieldIdCasegetFieldIdCase()StringgetName()The feature namecom.google.protobuf.ByteStringgetNameBytes()The feature nameNumericStatisticsgetNumStats().tensorflow.metadata.v0.NumericStatistics num_stats = 3;NumericStatisticsOrBuildergetNumStatsOrBuilder().tensorflow.metadata.v0.NumericStatistics num_stats = 3;PathgetPath()The path of the feature.PathOrBuildergetPathOrBuilder()The path of the feature.FeatureNameStatistics.StatsCasegetStatsCase()StringStatisticsgetStringStats().tensorflow.metadata.v0.StringStatistics string_stats = 4;StringStatisticsOrBuildergetStringStatsOrBuilder().tensorflow.metadata.v0.StringStatistics string_stats = 4;StructStatisticsgetStructStats().tensorflow.metadata.v0.StructStatistics struct_stats = 7;StructStatisticsOrBuildergetStructStatsOrBuilder().tensorflow.metadata.v0.StructStatistics struct_stats = 7;FeatureNameStatistics.TypegetType()The data type of the featureintgetTypeValue()The data type of the featurebooleanhasBytesStats().tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;booleanhasNumStats().tensorflow.metadata.v0.NumericStatistics num_stats = 3;booleanhasPath()The path of the feature.booleanhasStringStats().tensorflow.metadata.v0.StringStatistics string_stats = 4;booleanhasStructStats().tensorflow.metadata.v0.StructStatistics struct_stats = 7;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The feature name
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The feature name
string name = 1;- Returns:
- The bytes for name.
-
hasPath
boolean hasPath()
The path of the feature.
.tensorflow.metadata.v0.Path path = 8;- Returns:
- Whether the path field is set.
-
getPath
Path getPath()
The path of the feature.
.tensorflow.metadata.v0.Path path = 8;- Returns:
- The path.
-
getPathOrBuilder
PathOrBuilder getPathOrBuilder()
The path of the feature.
.tensorflow.metadata.v0.Path path = 8;
-
getTypeValue
int getTypeValue()
The data type of the feature
.tensorflow.metadata.v0.FeatureNameStatistics.Type type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
FeatureNameStatistics.Type getType()
The data type of the feature
.tensorflow.metadata.v0.FeatureNameStatistics.Type type = 2;- Returns:
- The type.
-
hasNumStats
boolean hasNumStats()
.tensorflow.metadata.v0.NumericStatistics num_stats = 3;- Returns:
- Whether the numStats field is set.
-
getNumStats
NumericStatistics getNumStats()
.tensorflow.metadata.v0.NumericStatistics num_stats = 3;- Returns:
- The numStats.
-
getNumStatsOrBuilder
NumericStatisticsOrBuilder getNumStatsOrBuilder()
.tensorflow.metadata.v0.NumericStatistics num_stats = 3;
-
hasStringStats
boolean hasStringStats()
.tensorflow.metadata.v0.StringStatistics string_stats = 4;- Returns:
- Whether the stringStats field is set.
-
getStringStats
StringStatistics getStringStats()
.tensorflow.metadata.v0.StringStatistics string_stats = 4;- Returns:
- The stringStats.
-
getStringStatsOrBuilder
StringStatisticsOrBuilder getStringStatsOrBuilder()
.tensorflow.metadata.v0.StringStatistics string_stats = 4;
-
hasBytesStats
boolean hasBytesStats()
.tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;- Returns:
- Whether the bytesStats field is set.
-
getBytesStats
BytesStatistics getBytesStats()
.tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;- Returns:
- The bytesStats.
-
getBytesStatsOrBuilder
BytesStatisticsOrBuilder getBytesStatsOrBuilder()
.tensorflow.metadata.v0.BytesStatistics bytes_stats = 5;
-
hasStructStats
boolean hasStructStats()
.tensorflow.metadata.v0.StructStatistics struct_stats = 7;- Returns:
- Whether the structStats field is set.
-
getStructStats
StructStatistics getStructStats()
.tensorflow.metadata.v0.StructStatistics struct_stats = 7;- Returns:
- The structStats.
-
getStructStatsOrBuilder
StructStatisticsOrBuilder getStructStatsOrBuilder()
.tensorflow.metadata.v0.StructStatistics struct_stats = 7;
-
getCustomStatsList
List<CustomStatistic> getCustomStatsList()
Any custom statistics can be stored in this list.
repeated .tensorflow.metadata.v0.CustomStatistic custom_stats = 6;
-
getCustomStats
CustomStatistic getCustomStats(int index)
Any custom statistics can be stored in this list.
repeated .tensorflow.metadata.v0.CustomStatistic custom_stats = 6;
-
getCustomStatsCount
int getCustomStatsCount()
Any custom statistics can be stored in this list.
repeated .tensorflow.metadata.v0.CustomStatistic custom_stats = 6;
-
getCustomStatsOrBuilderList
List<? extends CustomStatisticOrBuilder> getCustomStatsOrBuilderList()
Any custom statistics can be stored in this list.
repeated .tensorflow.metadata.v0.CustomStatistic custom_stats = 6;
-
getCustomStatsOrBuilder
CustomStatisticOrBuilder getCustomStatsOrBuilder(int index)
Any custom statistics can be stored in this list.
repeated .tensorflow.metadata.v0.CustomStatistic custom_stats = 6;
-
getFieldIdCase
FeatureNameStatistics.FieldIdCase getFieldIdCase()
-
getStatsCase
FeatureNameStatistics.StatsCase getStatsCase()
-
-