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 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;