interface publique SnapshotMetadataRecordOrBuilder
| Sous-classes indirectes connues |
Méthodes publiques
| abstrait long | getCreationTimestamp () Time when we started creating this snapshot. |
| Type de données abstrait | getDtype (index int) A list of tensor dtype corresponding to each element of the snapshot. |
| abstrait entier | getDtypeCount () A list of tensor dtype corresponding to each element of the snapshot. |
| Liste abstraite < DataType > | getDtypeList () A list of tensor dtype corresponding to each element of the snapshot. |
| abstrait entier | getDtypeValue (index int) A list of tensor dtype corresponding to each element of the snapshot. |
| Liste abstraite<Integer> | getDtypeValueList () A list of tensor dtype corresponding to each element of the snapshot. |
| booléen abstrait | getFinalized () bool finalized = 1000; |
| Chaîne abstraite | getGraphHash () Stores the fingerprint of the graph that describes the dataset that is snapshotted. |
| résumé com.google.protobuf.ByteString | getGraphHashBytes () Stores the fingerprint of the graph that describes the dataset that is snapshotted. |
| abstrait long | getNumElements () The number of elements in the snapshot. |
| Chaîne abstraite | getRunId () Run ID that this snapshot corresponds to. |
| résumé com.google.protobuf.ByteString | getRunIdBytes () Run ID that this snapshot corresponds to. |
| abstrait long | obtenirVersion () Version of the snapshot data file format. |
Méthodes publiques
public abstrait long getCreationTimestamp ()
Time when we started creating this snapshot.
int64 creation_timestamp = 3; public abstrait DataType getDtype (index int)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public abstrait int getDtypeCount ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; Liste abstraite publique < DataType > getDtypeList ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public abstract int getDtypeValue (index int)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; liste abstraite publique<Integer> getDtypeValueList ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public abstrait booléen getFinalized ()
bool finalized = 1000;
chaîne abstraite publique getGraphHash ()
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
string graph_hash = 1; résumé public com.google.protobuf.ByteString getGraphHashBytes ()
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
string graph_hash = 1; public abstrait long getNumElements ()
The number of elements in the snapshot.
int64 num_elements = 6; chaîne abstraite publique getRunId ()
Run ID that this snapshot corresponds to.
string run_id = 2; résumé public com.google.protobuf.ByteString getRunIdBytes ()
Run ID that this snapshot corresponds to.
string run_id = 2; public abstrait long getVersion ()
Version of the snapshot data file format.
int64 version = 4;