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

คลาสที่ซ้อนกัน

ระดับ VersionDef.Builder
 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

วิธีการสาธารณะ

บูลีน
เท่ากับ (วัตถุ obj)
ภายใน
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 แบบคงที่
เวอร์ชันDef
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
ภายใน
getMinConsumer ()
 Any consumer below this version is not allowed to consume this data.
ภายใน
รับผู้ผลิต ()
 The version of the code that produced this data.
ภายใน
สุดท้าย com.google.protobuf.UnknownFieldSet
ภายใน
บูลีนสุดท้าย
VersionDef.Builder แบบคงที่
newBuilder (ต้นแบบ VersionDef )
VersionDef.Builder แบบคงที่
VersionDef.Builder
VersionDef แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
VersionDef แบบคงที่
parseDelimitedFrom (อินพุตสตรีม 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 (ข้อมูลไบต์ [], 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)
คงที่
VersionDef.Builder
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

วิธีการสืบทอด

ค่าคงที่

รอบชิงชนะเลิศแบบคงที่สาธารณะ int BAD_CONSUMERS_FIELD_NUMBER

ค่าคงที่: 3

รอบชิงชนะเลิศแบบคงที่สาธารณะ int MIN_CONSUMER_FIELD_NUMBER

ค่าคงที่: 2

สาธารณะคงสุดท้าย int PRODUCER_FIELD_NUMBER

ค่าคงที่: 1

วิธีการสาธารณะ

บูลีนสาธารณะ เท่ากับ (Object obj)

สาธารณะ int getBadConsumers (ดัชนี int)

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

int สาธารณะ getBadConsumersCount ()

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

รายการสาธารณะ <จำนวนเต็ม> getBadConsumersList ()

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

สาธารณะ VersionDef getDefaultInstance แบบคงที่ ()

VersionDef สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สาธารณะ int getMinConsumer ()

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

สาธารณะ getParserForType ()

สาธารณะ int getProducer ()

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

สาธารณะ int getSerializedSize ()

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

สาธารณะ int hashCode ()

บูลีนสุดท้ายสาธารณะ isInitialized ()

สาธารณะคง VersionDef.Builder newBuilder (ต้นแบบ VersionDef )

สาธารณะ VersionDef.Builder newBuilder แบบคงที่ ()

VersionDef.Builder สาธารณะ newBuilderForType ()

สาธารณะ VersionDef parseDelimitedFrom แบบคงที่ (อินพุต InputStream)

ขว้าง
IOข้อยกเว้น

สาธารณะ VersionDef parseDelimitedFrom แบบคงที่ (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ VersionDef parseFrom แบบคงที่ (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ VersionDef parseFrom แบบคงที่ (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ VersionDef parseFrom แบบคงที่ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ VersionDef parseFrom แบบคงที่ (com.google.protobuf.CodedInputStream อินพุต)

ขว้าง
IOข้อยกเว้น

สาธารณะ VersionDef parseFrom แบบคงที่ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ VersionDef parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ VersionDef parseFrom แบบคงที่ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ VersionDef parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

VersionDef.Builder สาธารณะ ถึง Builder ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น