FeaturesOrBuilder

interfaccia pubblica FeaturesOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

booleano astratto
contieneFunzionalità (chiave String)
 Map from feature name to feature.
mappa astratta<String, Feature >
getFunzione ()
Utilizzare invece getFeatureMap() .
astratto int
getFeatureCount ()
 Map from feature name to feature.
mappa astratta<String, Feature >
getFeatureMap ()
 Map from feature name to feature.
Caratteristica astratta
getFeatureOrDefault (chiave stringa, valore predefinito funzione )
 Map from feature name to feature.
Caratteristica astratta
getFeatureOrThrow (chiave String)
 Map from feature name to feature.

Metodi pubblici

booleano astratto pubblico contieneFeature (chiave String)

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

public abstract Map<String, Feature > getFeature ()

Utilizzare invece getFeatureMap() .

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 Funzionalità getFeatureOrDefault (Chiave stringa, Funzionalità defaultValue)

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

public abstract Funzionalità getFeatureOrThrow (chiave String)

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