Features

パブリックファイナルクラスの特徴

Protobuf 型のtensorflow.Features

ネストされたクラス

クラス機能.ビルダーProtobuf 型のtensorflow.Features

定数

整数FEATURE_FIELD_NUMBER

パブリックメソッド

ブール値
containsFeature (文字列キー)
 Map from feature name to feature.
ブール値
等しい(オブジェクトオブジェクト)
静的機能
特徴
最終的な静的 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.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的機能.Builder
newBuilder (機能プロトタイプ)
静的機能.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 containsFeature (文字列キー)

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

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

public static機能getDefaultInstance ()

パブリック機能getDefaultInstanceForType ()

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

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;

公共getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

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

public static features.Builder newBuilder (機能プロトタイプ)

public static features.Builder newBuilder ()

public features.Builder newBuilderForType ()

public static機能parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static機能parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public features.Builder toBuilder ()

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

投げる
IO例外