VersionDef

パブリック最終クラスVersionDef

 Version information for a piece of serialized data
 There are different types of versions for each type of data
 (GraphDef, etc.), but they all have the same common shape
 described here.
 Each consumer has "consumer" and "min_producer" versions (specified
 elsewhere).  A consumer is allowed to consume this data if
   producer >= min_producer
   consumer >= min_consumer
   consumer not in bad_consumers
 
Protobuf 型tensorflow.VersionDef

ネストされたクラス

クラスバージョン定義ビルダー
 Version information for a piece of serialized data
 There are different types of versions for each type of data
 (GraphDef, etc.), but they all have the same common shape
 described here. 

定数

整数BAD_CONSUMERS_FIELD_NUMBER
整数MIN_CONSUMER_FIELD_NUMBER
整数PRODUCER_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
整数
getBadConsumers (int インデックス)
 Specific consumer versions which are disallowed (e.g.
整数
getBadConsumersCount ()
 Specific consumer versions which are disallowed (e.g.
リスト<整数>
getBadConsumersList ()
 Specific consumer versions which are disallowed (e.g.
静的VersionDef
バージョン定義
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
getMinConsumer ()
 Any consumer below this version is not allowed to consume this data.
整数
getプロデューサー()
 The version of the code that produced this data.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的VersionDef.Builder
newBuilder ( VersionDefプロトタイプ)
静的VersionDef.Builder
バージョン定義ビルダー
静的VersionDef
parseDelimitedFrom (InputStream 入力)
静的VersionDef
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的VersionDef
parseFrom (ByteBuffer データ)
静的VersionDef
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的VersionDef
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的VersionDef
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的VersionDef
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的VersionDef
parseFrom (com.google.protobuf.ByteString データ)
静的VersionDef
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的VersionDef
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
バージョン定義ビルダー
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 3

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

定数値: 2

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

定数値: 1

パブリックメソッド

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

public int getBadConsumers (int インデックス)

 Specific consumer versions which are disallowed (e.g. due to bugs).
 
repeated int32 bad_consumers = 3;

public int getBadConsumersCount ()

 Specific consumer versions which are disallowed (e.g. due to bugs).
 
repeated int32 bad_consumers = 3;

public List<Integer> getBadConsumersList ()

 Specific consumer versions which are disallowed (e.g. due to bugs).
 
repeated int32 bad_consumers = 3;

public static VersionDef getDefaultInstance ()

public VersionDef getDefaultInstanceForType ()

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

public int getMinConsumer ()

 Any consumer below this version is not allowed to consume this data.
 
int32 min_consumer = 2;

公共getParserForType ()

public int getProducer ()

 The version of the code that produced this data.
 
int32 producer = 1;

public int getSerializedSize ()

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

public int hashCode ()

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

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

public static VersionDef.Builder newBuilder ()

public VersionDef.Builder newBuilderForType ()

public static VersionDef parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static VersionDef parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public VersionDef.Builder toBuilder ()

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

投げる
IO例外