Interface StructStatisticsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    StructStatistics, StructStatistics.Builder

    public interface StructStatisticsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CommonStatistics getCommonStats()
      .tensorflow.metadata.v0.CommonStatistics common_stats = 1;
      CommonStatisticsOrBuilder getCommonStatsOrBuilder()
      .tensorflow.metadata.v0.CommonStatistics common_stats = 1;
      boolean hasCommonStats()
      .tensorflow.metadata.v0.CommonStatistics common_stats = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasCommonStats

        boolean hasCommonStats()
        .tensorflow.metadata.v0.CommonStatistics common_stats = 1;
        Returns:
        Whether the commonStats field is set.
      • getCommonStats

        CommonStatistics getCommonStats()
        .tensorflow.metadata.v0.CommonStatistics common_stats = 1;
        Returns:
        The commonStats.
      • getCommonStatsOrBuilder

        CommonStatisticsOrBuilder getCommonStatsOrBuilder()
        .tensorflow.metadata.v0.CommonStatistics common_stats = 1;