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

org.tensorflow.metadata.v0.HistogramOrBuilder 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 HistogramOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.Histogram)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The number of NaN values in the dataset.
   * 
* * uint64 num_nan = 1; * @return The numNan. */ long getNumNan(); /** *
   * The number of undefined values in the dataset.
   * 
* * uint64 num_undefined = 2; * @return The numUndefined. */ long getNumUndefined(); /** *
   * A list of buckets in the histogram, sorted from lowest bucket to highest
   * bucket.
   * 
* * repeated .tensorflow.metadata.v0.Histogram.Bucket buckets = 3; */ java.util.List getBucketsList(); /** *
   * A list of buckets in the histogram, sorted from lowest bucket to highest
   * bucket.
   * 
* * repeated .tensorflow.metadata.v0.Histogram.Bucket buckets = 3; */ org.tensorflow.metadata.v0.Histogram.Bucket getBuckets(int index); /** *
   * A list of buckets in the histogram, sorted from lowest bucket to highest
   * bucket.
   * 
* * repeated .tensorflow.metadata.v0.Histogram.Bucket buckets = 3; */ int getBucketsCount(); /** *
   * A list of buckets in the histogram, sorted from lowest bucket to highest
   * bucket.
   * 
* * repeated .tensorflow.metadata.v0.Histogram.Bucket buckets = 3; */ java.util.List getBucketsOrBuilderList(); /** *
   * A list of buckets in the histogram, sorted from lowest bucket to highest
   * bucket.
   * 
* * repeated .tensorflow.metadata.v0.Histogram.Bucket buckets = 3; */ org.tensorflow.metadata.v0.Histogram.BucketOrBuilder getBucketsOrBuilder( int index); /** *
   * The type of the histogram.
   * 
* * .tensorflow.metadata.v0.Histogram.HistogramType type = 4; * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** *
   * The type of the histogram.
   * 
* * .tensorflow.metadata.v0.Histogram.HistogramType type = 4; * @return The type. */ org.tensorflow.metadata.v0.Histogram.HistogramType getType(); /** *
   * An optional descriptive name of the histogram, to be used for labeling.
   * 
* * string name = 5; * @return The name. */ java.lang.String getName(); /** *
   * An optional descriptive name of the histogram, to be used for labeling.
   * 
* * string name = 5; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy