FeaturesOrBuilder

パブリック インターフェイスfeaturesOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象ブール値
containsFeature (文字列キー)
 Map from feature name to feature.
抽象マップ<文字列、機能>
getFeature ()
代わりにgetFeatureMap()を使用してください。
抽象整数
getFeatureCount ()
 Map from feature name to feature.
抽象マップ<文字列、機能>
getFeatureMap ()
 Map from feature name to feature.
抽象的な機能
getFeatureOrDefault (文字列キー、機能のデフォルト値)
 Map from feature name to feature.
抽象的な機能
getFeatureOrThrow (文字列キー)
 Map from feature name to feature.

パブリックメソッド

public abstract boolean containsFeature (文字列キー)

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

public abstract Map<String, Feature > getFeature ()

代わりに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機能getFeatureOrDefault (文字列キー、機能のデフォルト値)

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

public abstract機能getFeatureOrThrow (文字列キー)

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