パブリック インターフェイスfeaturesOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象ブール値 | containsFeature (文字列キー) Map from feature name to feature. |
抽象マップ<文字列、機能> | getFeature () 代わりに getFeatureMap() を使用してください。 |
抽象整数 | getFeatureCount () Map from feature name to feature. |
抽象マップ<文字列、機能> | getFeatureMap () 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 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;