org.tensorflow.metadata.v0.ValueCountOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/schema.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface ValueCountOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.ValueCount)
com.google.protobuf.MessageOrBuilder {
/**
* optional int64 min = 1;
* @return Whether the min field is set.
*/
boolean hasMin();
/**
* optional int64 min = 1;
* @return The min.
*/
long getMin();
/**
* optional int64 max = 2;
* @return Whether the max field is set.
*/
boolean hasMax();
/**
* optional int64 max = 2;
* @return The max.
*/
long getMax();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy