FeaturesOrBuilder

публичный интерфейс FeaturesOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактное логическое значение
containsFeature (строковый ключ)
 Map from feature name to feature.
абстрактная карта<String, Feature >
ПолучитьФункция ()
Вместо этого используйте getFeatureMap() .
абстрактный int
getFeatureCount ()
 Map from feature name to feature.
абстрактная карта<String, Feature >
getFeatureMap ()
 Map from feature name to feature.
абстрактная функция
getFeatureOrDefault (строковый ключ, Feature defaultValue)
 Map from feature name to feature.
абстрактная функция
getFeatureOrThrow (строковый ключ)
 Map from feature name to feature.

Публичные методы

общедоступное абстрактное логическое значение containsFeature (строковый ключ)

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

публичная абстрактная Map<String, Feature > getFeature ()

Вместо этого используйте getFeatureMap() .

общедоступный абстрактный int getFeatureCount ()

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

общедоступная абстрактная Map<String, Feature > getFeatureMap ()

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

общедоступная абстрактная функция getFeatureOrDefault (строковый ключ, функция defaultValue)

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

общедоступная абстрактная функция getFeatureOrThrow (строковый ключ)

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