FeatureList

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

 Containers for sequential data.
 A FeatureList contains lists of Features.  These may hold zero or more
 Feature values.
 FeatureLists are organized into categories by name.  The FeatureLists message
 contains the mapping from name to FeatureList.
 
Protobuf 型tensorflow.FeatureList

ネストされたクラス

クラス機能リスト.ビルダー
 Containers for sequential data. 

定数

整数FEATURE_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的機能リスト
機能一覧
最終的な静的 com.google.protobuf.Descriptors.Descriptor
特徴
getFeature (int インデックス)
repeated .tensorflow.Feature feature = 1;
整数
getFeatureCount ()
repeated .tensorflow.Feature feature = 1;
一覧<機能>
getFeatureList ()
repeated .tensorflow.Feature feature = 1;
機能またはビルダー
getFeatureOrBuilder (int インデックス)
repeated .tensorflow.Feature feature = 1;
リスト<? FeatureOrBuilderを拡張 >
getFeatureOrBuilderList ()
repeated .tensorflow.Feature feature = 1;
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的FeatureList.Builder
newBuilder ( FeatureListプロトタイプ)
静的FeatureList.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_FIELD_NUMBER

定数値: 1

パブリックメソッド

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

パブリック静的FeatureList getDefaultInstance ()

public FeatureList getDefaultInstanceForType ()

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

パブリック機能getFeature (int インデックス)

repeated .tensorflow.Feature feature = 1;

public int getFeatureCount ()

repeated .tensorflow.Feature feature = 1;

public List<フィーチャー> getFeatureList ()

repeated .tensorflow.Feature feature = 1;

public FeatureOrBuilder getFeatureOrBuilder (int インデックス)

repeated .tensorflow.Feature feature = 1;

公開リスト<? extendsFeatureOrBuilder > getFeatureOrBuilderList ()

repeated .tensorflow.Feature feature = 1;

公共getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

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

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

パブリック静的FeatureList.Builder newBuilder ()

public FeatureList.Builder newBuilderForType ()

public static FeatureList parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static FeatureList parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public FeatureList.Builder toBuilder ()

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

投げる
IO例外