All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.metadata.v0.PresenceAndValencyStatisticsOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/statistics.proto

// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;

public interface PresenceAndValencyStatisticsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.PresenceAndValencyStatistics)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Note: missing and non-missing counts are conditioned on the upper level
   * being non-missing (i.e. if the upper level is missing/null, all the levels
   * nested below are by definition missing, but not counted).
   * Number non-missing (not-null) values.
   * 
* * uint64 num_non_missing = 1; * @return The numNonMissing. */ long getNumNonMissing(); /** *
   * Number of missing (null) values.
   * 
* * uint64 num_missing = 2; * @return The numMissing. */ long getNumMissing(); /** *
   * Minimum length of the values (note that nulls are not considered).
   * 
* * uint64 min_num_values = 3; * @return The minNumValues. */ long getMinNumValues(); /** *
   * Maximum length of the values.
   * 
* * uint64 max_num_values = 4; * @return The maxNumValues. */ long getMaxNumValues(); /** *
   * Total number of values.
   * 
* * uint64 tot_num_values = 5; * @return The totNumValues. */ long getTotNumValues(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy