SnapshotMetadataRecordOrBuilder

सार्वजनिक इंटरफ़ेस SnapshotMetadataRecordOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

अमूर्त लंबा
getCreationTimestamp ()
 Time when we started creating this snapshot.
सार डेटा प्रकार
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
getGraphHashBytes ()
 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.
अमूर्त लंबा
संस्करण प्राप्त करें ()
 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;

सार्वजनिक सार सूची < डेटा प्रकार > 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;

सार्वजनिक सार स्ट्रिंग 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;