public interface
FeaturesOrBuilder
Known Indirect Subclasses |
Public Methods
abstract boolean |
containsFeature(String key)
Map from feature name to feature. |
abstract Map<String, Feature> |
getFeature()
Use
getFeatureMap() instead. |
abstract int |
getFeatureCount()
Map from feature name to feature. |
abstract Map<String, Feature> |
getFeatureMap()
Map from feature name to feature. |
abstract Feature | |
abstract Feature |
getFeatureOrThrow(String key)
Map from feature name to feature. |
Public Methods
public abstract boolean containsFeature (String key)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
public abstract int getFeatureCount ()
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
public abstract Map<String, Feature> getFeatureMap ()
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
public abstract Feature getFeatureOrDefault (String key, Feature defaultValue)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;
public abstract Feature getFeatureOrThrow (String key)
Map from feature name to feature.
map<string, .tensorflow.Feature> feature = 1;