Package org.tensorflow.metadata.v0
Interface CategoricalCrossStatisticsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CategoricalCrossStatistics,CategoricalCrossStatistics.Builder
public interface CategoricalCrossStatisticsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LiftStatisticsgetLift().tensorflow.metadata.v0.LiftStatistics lift = 1;LiftStatisticsOrBuildergetLiftOrBuilder().tensorflow.metadata.v0.LiftStatistics lift = 1;booleanhasLift().tensorflow.metadata.v0.LiftStatistics lift = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLift
boolean hasLift()
.tensorflow.metadata.v0.LiftStatistics lift = 1;- Returns:
- Whether the lift field is set.
-
getLift
LiftStatistics getLift()
.tensorflow.metadata.v0.LiftStatistics lift = 1;- Returns:
- The lift.
-
getLiftOrBuilder
LiftStatisticsOrBuilder getLiftOrBuilder()
.tensorflow.metadata.v0.LiftStatistics lift = 1;
-
-