อินเทอร์เฟซสาธารณะ 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. |
| บูลีนนามธรรม | ได้รับการสรุปผล () bool finalized = 1000; |
| สตริงที่เป็นนามธรรม | รับกราฟแฮช () 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. |
| ยาวเป็นนามธรรม | รับเวอร์ชัน () Version of the snapshot data file format. |
วิธีการสาธารณะ
getCreationTimestamp แบบนามธรรมสาธารณะ ()
Time when we started creating this snapshot.
int64 creation_timestamp = 3; 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; รายการนามธรรมสาธารณะ <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;