Features.Builder

パブリック静的最終クラスfeatures.Builder

Protobuf 型のtensorflow.Features

パブリックメソッド

機能.ビルダー
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
特徴
建てる()
特徴
機能.ビルダー
クリア()
機能.ビルダー
機能.ビルダー
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
機能.ビルダー
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
機能.ビルダー
ブール値
containsFeature (文字列キー)
 Map from feature name to feature.
特徴
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
マップ<文字列、機能>
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.
マップ<文字列、機能>
getMutableFeature ()
代わりに代替の突然変異アクセサーを使用してください。
最終ブール値
機能.ビルダー
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
機能.ビルダー
mergeFrom (com.google.protobuf.Message other)
最終的な機能.ビルダー
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
機能.ビルダー
putAllFeature (Map<String, Feature > 値)
 Map from feature name to feature.
機能.ビルダー
putFeature (文字列キー、特徴値)
 Map from feature name to feature.
機能.ビルダー
RemoveFeature (文字列キー)
 Map from feature name to feature.
機能.ビルダー
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
機能.ビルダー
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
最終的な機能.ビルダー
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public features.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

パブリック機能のビルド()

パブリック機能buildPartial ()

public features.Builderクリア()

public features.Builder clearFeature ()

public features.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public features.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public features.Builderクローン()

public boolean containsFeature (文字列キー)

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

パブリック機能getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public Map<String, Feature > getFeature ()

代わりにgetFeatureMap()を使用してください。

public int getFeatureCount ()

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

public Map<String, Feature > getFeatureMap ()

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

public Feature getFeatureOrDefault (文字列キー、機能のデフォルト値)

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

public Feature getFeatureOrThrow (文字列キー)

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

public Map<String, Feature > getMutableFeature ()

代わりに代替の突然変異アクセサーを使用してください。

パブリック最終ブール値isInitialized ()

public features.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public features.Builder mergeFrom (com.google.protobuf.Message other)

public Final features.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public features.Builder putAllFeature (Map<String, Feature > 値)

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

public features.Builder putFeature (文字列キー、機能値)

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

public features.Builder RemoveFeature (文字列キー)

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

public features.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public features.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public Final features.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)