FeaturesOrBuilder

interface pública FeaturesOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

booleano abstrato
containsFeature (chave String)
 Map from feature name to feature.
Mapa abstrato <String, Feature >
abstrato int
getFeatureCount ()
 Map from feature name to feature.
Mapa abstrato <String, Feature >
getFeatureMap ()
 Map from feature name to feature.
Característica abstrata
getFeatureOrDefault (String key, Feature defaultValue)
 Map from feature name to feature.
Característica abstrata
getFeatureOrThrow (String key)
 Map from feature name to feature.

Métodos Públicos

public abstract boolean containsFeature (String key)

 Map from feature name to feature.
 
map<string, .tensorflow.Feature> feature = 1;

public abstract Map <String, Feature > getFeature ()

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;