Uses of Class
org.tensorflow.metadata.v0.FeatureType
-
Packages that use FeatureType Package Description org.tensorflow.metadata.v0 -
-
Uses of FeatureType in org.tensorflow.metadata.v0
Methods in org.tensorflow.metadata.v0 that return FeatureType Modifier and Type Method Description static FeatureTypeFeatureType. forNumber(int value)FeatureTypeFeature.Builder. getType()Physical type of the feature's values.FeatureTypeFeature. getType()Physical type of the feature's values.FeatureTypeFeatureOrBuilder. getType()Physical type of the feature's values.FeatureTypeSparseFeature.Builder. getType()Deprecated.FeatureTypeSparseFeature. getType()Deprecated.FeatureTypeSparseFeatureOrBuilder. getType()Deprecated.static FeatureTypeFeatureType. valueOf(int value)Deprecated.static FeatureTypeFeatureType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FeatureTypeFeatureType. valueOf(String name)Returns the enum constant of this type with the specified name.static FeatureType[]FeatureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tensorflow.metadata.v0 that return types with arguments of type FeatureType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<FeatureType>FeatureType. internalGetValueMap()Methods in org.tensorflow.metadata.v0 with parameters of type FeatureType Modifier and Type Method Description Feature.BuilderFeature.Builder. setType(FeatureType value)Physical type of the feature's values.SparseFeature.BuilderSparseFeature.Builder. setType(FeatureType value)Deprecated.
-