Uses of Class
org.tensorflow.metadata.v0.Feature.PresenceConstraintsCase
-
Packages that use Feature.PresenceConstraintsCase Package Description org.tensorflow.metadata.v0 -
-
Uses of Feature.PresenceConstraintsCase in org.tensorflow.metadata.v0
Methods in org.tensorflow.metadata.v0 that return Feature.PresenceConstraintsCase Modifier and Type Method Description static Feature.PresenceConstraintsCaseFeature.PresenceConstraintsCase. forNumber(int value)Feature.PresenceConstraintsCaseFeature.Builder. getPresenceConstraintsCase()Feature.PresenceConstraintsCaseFeature. getPresenceConstraintsCase()Feature.PresenceConstraintsCaseFeatureOrBuilder. getPresenceConstraintsCase()static Feature.PresenceConstraintsCaseFeature.PresenceConstraintsCase. valueOf(int value)Deprecated.static Feature.PresenceConstraintsCaseFeature.PresenceConstraintsCase. valueOf(String name)Returns the enum constant of this type with the specified name.static Feature.PresenceConstraintsCase[]Feature.PresenceConstraintsCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-