SnapshotMetadataRecordOrBuilder

giao diện công cộng SnapshotMetadataRecordOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công cộng

trừu tượng dài
getCreationTimestamp ()
 Time when we started creating this snapshot.
kiểu dữ liệu trừu tượng
getDtype (chỉ số int)
 A list of tensor dtype corresponding to each element of the snapshot.
int trừu tượng
getDtypeCount ()
 A list of tensor dtype corresponding to each element of the snapshot.
Danh sách trừu tượng< DataType >
getDtypeList ()
 A list of tensor dtype corresponding to each element of the snapshot.
int trừu tượng
getDtypeValue (chỉ số int)
 A list of tensor dtype corresponding to each element of the snapshot.
Danh sách trừu tượng<Số nguyên>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
trừu tượng boolean
getFinalized ()
bool finalized = 1000;
chuỗi trừu tượng
getGraphHash ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
tóm tắt com.google.protobuf.ByteString
getGraphHashBytes ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
trừu tượng dài
getNumElements ()
 The number of elements in the snapshot.
chuỗi trừu tượng
getRunId ()
 Run ID that this snapshot corresponds to.
tóm tắt com.google.protobuf.ByteString
getRunIdBytes ()
 Run ID that this snapshot corresponds to.
trừu tượng dài
getVersion ()
 Version of the snapshot data file format.

Phương pháp công cộng

tóm tắt công khai dài getCreationTimestamp ()

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

Tóm tắt công khai DataType getDtype (chỉ mục int)

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

tóm tắt công khai int getDtypeCount ()

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

Danh sách tóm tắt công khai< DataType > getDtypeList ()

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

tóm tắt công khai int getDtypeValue (chỉ mục int)

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

Danh sách tóm tắt công khai<Integer> getDtypeValueList ()

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

boolean trừu tượng công khai getFinalized ()

bool finalized = 1000;

Chuỗi tóm tắt công khai getGraphHash ()

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

tóm tắt công khai com.google.protobuf.ByteString getGraphHashBytes ()

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

tóm tắt công khai dài getNumElements ()

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

Chuỗi tóm tắt công khai getRunId ()

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

tóm tắt công khai com.google.protobuf.ByteString getRunIdBytes ()

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

getVersion dài tóm tắt công khai ()

phiên bản

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