Package org.tensorflow.metadata.v0
Interface NumericValueComparatorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NumericValueComparator,NumericValueComparator.Builder
public interface NumericValueComparatorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetMaxFractionThreshold()optional double max_fraction_threshold = 2;doublegetMinFractionThreshold()optional double min_fraction_threshold = 1;booleanhasMaxFractionThreshold()optional double max_fraction_threshold = 2;booleanhasMinFractionThreshold()optional double min_fraction_threshold = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMinFractionThreshold
boolean hasMinFractionThreshold()
optional double min_fraction_threshold = 1;- Returns:
- Whether the minFractionThreshold field is set.
-
getMinFractionThreshold
double getMinFractionThreshold()
optional double min_fraction_threshold = 1;- Returns:
- The minFractionThreshold.
-
hasMaxFractionThreshold
boolean hasMaxFractionThreshold()
optional double max_fraction_threshold = 2;- Returns:
- Whether the maxFractionThreshold field is set.
-
getMaxFractionThreshold
double getMaxFractionThreshold()
optional double max_fraction_threshold = 2;- Returns:
- The maxFractionThreshold.
-
-