ExampleParserConfiguration

public Final class ExampleParserConfiguration

Protobuf 型tensorflow.ExampleParserConfiguration

ネストされたクラス

クラスExampleParserConfiguration.Builder Protobuf 型tensorflow.ExampleParserConfiguration

定数

整数FEATURE_MAP_FIELD_NUMBER

パブリックメソッド

ブール値
containsFeatureMap (文字列キー)
map<string, .tensorflow.FeatureConfiguration> feature_map = 1;
ブール値
等しい(オブジェクトオブジェクト)
静的なExampleParserConfiguration
例パーサー構成
最終的な静的 com.google.protobuf.Descriptors.Descriptor
Map<String, FeatureConfiguration >
getFeatureMap ()
代わりにgetFeatureMapMap()を使用してください。
整数
getFeatureMapCount ()
map<string, .tensorflow.FeatureConfiguration> feature_map = 1;
Map<String, FeatureConfiguration >
getFeatureMapMap ()
map<string, .tensorflow.FeatureConfiguration> feature_map = 1;
機能構成
getFeatureMapOrDefault (文字列キー、 FeatureConfiguration のデフォルト値)
map<string, .tensorflow.FeatureConfiguration> feature_map = 1;
機能構成
getFeatureMapOrThrow (文字列キー)
map<string, .tensorflow.FeatureConfiguration> feature_map = 1;
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的ExampleParserConfiguration.Builder
静的ExampleParserConfiguration.Builder
ExampleParserConfiguration.Builder
静的なExampleParserConfiguration
parseDelimitedFrom (InputStream 入力)
静的なExampleParserConfiguration
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的なExampleParserConfiguration
parseFrom (ByteBuffer データ)
静的なExampleParserConfiguration
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的なExampleParserConfiguration
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的なExampleParserConfiguration
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的なExampleParserConfiguration
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的なExampleParserConfiguration
parseFrom (com.google.protobuf.ByteString データ)
静的なExampleParserConfiguration
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的なExampleParserConfiguration
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
ExampleParserConfiguration.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 1

パブリックメソッド

public boolean containsFeatureMap (文字列キー)

map<string, .tensorflow.FeatureConfiguration> feature_map = 1;

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

public static ExampleParserConfiguration getDefaultInstance ()

public ExampleParserConfiguration getDefaultInstanceForType ()

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

public Map<String, FeatureConfiguration > getFeatureMap ()

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

public int getFeatureMapCount ()

map<string, .tensorflow.FeatureConfiguration> feature_map = 1;

public Map<String, FeatureConfiguration > getFeatureMapMap ()

map<string, .tensorflow.FeatureConfiguration> feature_map = 1;

publicFeatureConfigurationgetFeatureMapOrDefault (文字列キー FeatureConfigurationdefaultValue )

map<string, .tensorflow.FeatureConfiguration> feature_map = 1;

public FeatureConfiguration getFeatureMapOrThrow (文字列キー)

map<string, .tensorflow.FeatureConfiguration> feature_map = 1;

公共getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

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

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

public static ExampleParserConfiguration.Builder newBuilder ()

public ExampleParserConfiguration.Builder newBuilderForType ()

public static ExampleParserConfiguration parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static ExampleParserConfiguration parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

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

投げる
IO例外