SnapshotMetadataRecord

SnapshotMetadataRecord คลาสสุดท้ายสาธารณะ

 This stores the metadata information present in each snapshot record.
 
ประเภท Protobuf tensorflow.data.experimental.SnapshotMetadataRecord

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

ระดับ SnapshotMetadataRecord.Builder
 This stores the metadata information present in each snapshot record. 

ค่าคงที่

ภายใน CREATION_TIMESTAMP_FIELD_NUMBER
ภายใน DTYPE_FIELD_NUMBER
ภายใน FINALIZED_FIELD_NUMBER
ภายใน GRAPH_HASH_FIELD_NUMBER
ภายใน NUM_ELEMENTS_FIELD_NUMBER
ภายใน RUN_ID_FIELD_NUMBER
ภายใน VERSION_FIELD_NUMBER

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

บูลีน
เท่ากับ (วัตถุ obj)
ยาว
getCreationTimestamp ()
 Time when we started creating this snapshot.
SnapshotMetadataRecord แบบคงที่
SnapshotMetadataบันทึก
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
ประเภทข้อมูล
getDtype (ดัชนี int)
 A list of tensor dtype corresponding to each element of the snapshot.
ภายใน
getDtypeCount ()
 A list of tensor dtype corresponding to each element of the snapshot.
รายการ < ชนิดข้อมูล >
getDtypeList ()
 A list of tensor dtype corresponding to each element of the snapshot.
ภายใน
getDtypeValue (ดัชนี int)
 A list of tensor dtype corresponding to each element of the snapshot.
รายการ<จำนวนเต็ม>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
บูลีน
สตริง
รับกราฟแฮช ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
com.google.protobuf.ByteString
รับ GraphHashBytes ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
ยาว
getNumElements ()
 The number of elements in the snapshot.
สตริง
getRunId ()
 Run ID that this snapshot corresponds to.
com.google.protobuf.ByteString
getRunIdBytes ()
 Run ID that this snapshot corresponds to.
ภายใน
สุดท้าย com.google.protobuf.UnknownFieldSet
ยาว
รับเวอร์ชัน ()
 Version of the snapshot data file format.
ภายใน
บูลีนสุดท้าย
SnapshotMetadataRecord.Builder แบบคงที่
SnapshotMetadataRecord.Builder แบบคงที่
newBuilder (ต้นแบบ SnapshotMetadataRecord )
SnapshotMetadataRecord.Builder
SnapshotMetadataRecord แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
SnapshotMetadataRecord แบบคงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SnapshotMetadataRecord แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
SnapshotMetadataRecord แบบคงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SnapshotMetadataRecord แบบคงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SnapshotMetadataRecord แบบคงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
SnapshotMetadataRecord แบบคงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SnapshotMetadataRecord แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
SnapshotMetadataRecord แบบคงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SnapshotMetadataRecord แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
SnapshotMetadataRecord.Builder
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

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

ค่าคงที่

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

ค่าคงที่: 3

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

ค่าคงที่: 5

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

ค่าคงที่: 1,000

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

ค่าคงที่: 1

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

ค่าคงที่: 6

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

ค่าคงที่: 2

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

ค่าคงที่: 4

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

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

getCreationTimestamp แบบสาธารณะ ()

 Time when we started creating this snapshot.
 
int64 creation_timestamp = 3;

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

SnapshotMetadataRecord สาธารณะ getDefaultInstanceForType ()

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

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

 A list of tensor dtype corresponding to each element of the snapshot.
 
repeated .tensorflow.DataType dtype = 5;

สาธารณะ int getDtypeCount ()

 A list of tensor dtype corresponding to each element of the snapshot.
 
repeated .tensorflow.DataType dtype = 5;

รายการสาธารณะ < DataType > getDtypeList ()

 A list of tensor dtype corresponding to each element of the snapshot.
 
repeated .tensorflow.DataType dtype = 5;

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

 A list of tensor dtype corresponding to each element of the snapshot.
 
repeated .tensorflow.DataType dtype = 5;

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

 A list of tensor dtype corresponding to each element of the snapshot.
 
repeated .tensorflow.DataType dtype = 5;

บูลีนสาธารณะ getFinalized ()

bool finalized = 1000;

สตริงสาธารณะ getGraphHash ()

 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
 
string graph_hash = 1;

สาธารณะ com.google.protobuf.ByteString getGraphHashBytes ()

 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
 
string graph_hash = 1;

สาธารณะ getNumElements ยาว ()

 The number of elements in the snapshot.
 
int64 num_elements = 6;

สาธารณะ getParserForType ()

สตริงสาธารณะ getRunId ()

 Run ID that this snapshot corresponds to.
 
string run_id = 2;

สาธารณะ com.google.protobuf.ByteString getRunIdBytes ()

 Run ID that this snapshot corresponds to.
 
string run_id = 2;

สาธารณะ int getSerializedSize ()

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

getVersion แบบสาธารณะ ()

 Version of the snapshot data file format.
 
int64 version = 4;

สาธารณะ int hashCode ()

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

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

SnapshotMetadataRecord.Builder แบบ คง ที่ สาธารณะ (ต้นแบบ SnapshotMetadataRecord )

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

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

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

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

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

SnapshotMetadataRecord แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer)

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

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

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

SnapshotMetadataRecord แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

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

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

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

SnapshotMetadataRecord แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล com.google.protobuf.ByteString)

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

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

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

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

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

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

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

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

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