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

الأساليب العامة

منطقية
يساوي (كائن كائن)
طويل
getCreationTimestamp ()
 Time when we started creating this snapshot.
سجل SnapshotMetadataRecord الثابت
SnapshotMetadataRecord
النهائي الثابت com.google.protobuf.Descriptors.Descriptor
نوع البيانات
getDtype (فهرس كثافة العمليات)
 A list of tensor dtype corresponding to each element of the snapshot.
كثافة العمليات
الحصول علىDtypeCount ()
 A list of tensor dtype corresponding to each element of the snapshot.
القائمة< نوع البيانات >
قائمة getDtype ()
 A list of tensor dtype corresponding to each element of the snapshot.
كثافة العمليات
getDtypeValue (فهرس كثافة العمليات)
 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.
منطقية
خيط
الحصول على GraphHash ()
 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.
طويل
الحصول علىNumElements ()
 The number of elements in the snapshot.
خيط
الحصول على معرف ()
 Run ID that this snapshot corresponds to.
com.google.protobuf.ByteString
الحصول على RunIdBytes ()
 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 (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
سجل SnapshotMetadataRecord الثابت
parseFrom (بيانات ByteBuffer)
سجل SnapshotMetadataRecord الثابت
parseFrom (com.google.protobuf.CodedInputStream input، 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 data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابتة
SnapshotMetadataRecord.Builder
فارغ
writeTo (com.google.protobuf.CodedOutputStream الإخراج)

الطرق الموروثة

الثوابت

العدد النهائي الثابت العام CREATION_TIMESTAMP_FIELD_NUMBER

القيمة الثابتة: 3

العدد النهائي الثابت العام DTYPE_FIELD_NUMBER

القيمة الثابتة: 5

العدد النهائي الثابت العام FINALIZED_FIELD_NUMBER

القيمة الثابتة: 1000

العدد النهائي الثابت العام GRAPH_HASH_FIELD_NUMBER

القيمة الثابتة: 1

العدد النهائي الثابت العام NUM_ELEMENTS_FIELD_NUMBER

القيمة الثابتة: 6

العدد النهائي الثابت العام RUN_ID_FIELD_NUMBER

القيمة الثابتة: 2

العدد النهائي الثابت العام 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 ()

نوع البيانات العام getDtype (مؤشر int)

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

int public 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 public getDtypeValue (مؤشر int)

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

القائمة العامة<Integer> 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;

عام الحصول على بارسيرفورتيب ()

سلسلة 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 public getSerializedSize ()

النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()

النسخة العامة الطويلة ()

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

كود التجزئة الدولي العام ()

تمت تهيئة القيمة المنطقية النهائية العامة ()

SnapshotMetadataRecord.Builder العام الثابت newBuilder ()

SnapshotMetadataRecord.Builder العام الثابت newBuilder (النموذج الأولي لـ SnapshotMetadataRecord )

SnapshotMetadataRecord.Builder العامة newBuilderForType ()

تحليل SnapshotMetadataRecord الثابت العام DelimitedFrom (إدخال InputStream)

رميات
IOEException

تحليل SnapshotMetadataRecord العام الثابت (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل SnapshotMetadataRecord العام الثابت (بيانات ByteBuffer)

رميات
InvalidProtocolBufferException

تحليل SnapshotMetadataRecord العام الثابت (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل SnapshotMetadataRecord العام الثابت (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

تحليل SnapshotMetadataRecord الثابت العام (com.google.protobuf.CodedInputStream input)

رميات
IOEException

تحليل SnapshotMetadataRecord العام الثابت (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

تحليل SnapshotMetadataRecord العام الثابت (com.google.protobuf.ByteString data)

رميات
InvalidProtocolBufferException

تحليل SnapshotMetadataRecord العام الثابت (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل SnapshotMetadataRecord العام الثابت (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

ساكنة عامة محلل ()

SnapshotMetadataRecord.Builder toBuilder () العامة

الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)

رميات
IOEException