FeatureLists

パブリック最終クラスのFeatureLists

Protobuf 型tensorflow.FeatureLists

ネストされたクラス

クラス機能リストビルダーProtobuf 型tensorflow.FeatureLists

定数

整数FEATURE_LIST_FIELD_NUMBER

パブリックメソッド

ブール値
containsFeatureList (文字列キー)
 Map from feature name to feature list.
ブール値
等しい(オブジェクトオブジェクト)
静的機能リスト
機能リスト
最終的な静的 com.google.protobuf.Descriptors.Descriptor
Map<String, FeatureList >
getFeatureList ()
代わりにgetFeatureListMap()を使用してください。
整数
getFeatureListCount ()
 Map from feature name to feature list.
Map<String, FeatureList >
getFeatureListMap ()
 Map from feature name to feature list.
機能一覧
getFeatureListOrDefault (文字列キー、 FeatureListのデフォルト値)
 Map from feature name to feature list.
機能一覧
getFeatureListOrThrow (文字列キー)
 Map from feature name to feature list.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的FeatureLists.Builder
newBuilder ( FeatureListsプロトタイプ)
静的FeatureLists.Builder
機能リストビルダー
静的機能リスト
parseDelimitedFrom (InputStream 入力)
静的機能リスト
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的機能リスト
parseFrom (ByteBuffer データ)
静的機能リスト
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的機能リスト
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的機能リスト
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的機能リスト
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的機能リスト
parseFrom (com.google.protobuf.ByteString データ)
静的機能リスト
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的機能リスト
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
機能リストビルダー
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数FEATURE_LIST_FIELD_NUMBER

定数値: 1

パブリックメソッド

public boolean containsFeatureList (文字列キー)

 Map from feature name to feature list.
 
map<string, .tensorflow.FeatureList> feature_list = 1;

public booleanに等しい(オブジェクト obj)

パブリック静的FeatureLists getDefaultInstance ()

public FeatureLists getDefaultInstanceForType ()

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

public Map<String, FeatureList > getFeatureList ()

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

public int getFeatureListCount ()

 Map from feature name to feature list.
 
map<string, .tensorflow.FeatureList> feature_list = 1;

public Map<String, FeatureList > getFeatureListMap ()

 Map from feature name to feature list.
 
map<string, .tensorflow.FeatureList> feature_list = 1;

publicFeatureList getFeatureListOrDefault (文字列キー、 FeatureListdefaultValue )

 Map from feature name to feature list.
 
map<string, .tensorflow.FeatureList> feature_list = 1;

public FeatureList getFeatureListOrThrow (文字列キー)

 Map from feature name to feature list.
 
map<string, .tensorflow.FeatureList> feature_list = 1;

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

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

public static FeatureLists.Builder newBuilder ( FeatureListsプロトタイプ)

public static FeatureLists.Builder newBuilder ()

public FeatureLists.Builder newBuilderForType ()

public static FeatureLists parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static FeatureLists parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static FeatureLists parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static FeatureLists parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static FeatureLists parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static FeatureLists parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static FeatureLists parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static FeatureLists parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static FeatureLists parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static FeatureLists parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public FeatureLists.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外