SnapshotMetadataRecordOrBuilder

الواجهة العامة SnapshotMetadataRecordOrBuilder
الفئات الفرعية غير المباشرة المعروفة

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

مجردة طويلة
getCreationTimestamp ()
 Time when we started creating this snapshot.
نوع البيانات المجردة
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.
مجردة طويلة
الحصول على النسخة ()
 Version of the snapshot data file format.

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

ملخص عام طويل getCreationTimestamp ()

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

نوع البيانات الملخص العام 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;

قائمة مجردة عامة<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;

الملخص العام الطويل getVersion ()

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