interfaccia pubblica SnapshotMetadataRecordOrBuilder
| Sottoclassi indirette conosciute |
Metodi pubblici
| astratto lungo | getCreationTimestamp () Time when we started creating this snapshot. |
| tipo di dati astratto | getDtype (indice int) A list of tensor dtype corresponding to each element of the snapshot. |
| astratto int | getDtypeCount () A list of tensor dtype corresponding to each element of the snapshot. |
| Elenco astratto< Tipo di dati > | getDtypeList () A list of tensor dtype corresponding to each element of the snapshot. |
| astratto int | getDtypeValue (indice int) A list of tensor dtype corresponding to each element of the snapshot. |
| Lista astratta<Intero> | getDtypeValueList () A list of tensor dtype corresponding to each element of the snapshot. |
| booleano astratto | getFinalized () bool finalized = 1000; |
| stringa astratta | getGraphHash () Stores the fingerprint of the graph that describes the dataset that is snapshotted. |
| astratto com.google.protobuf.ByteString | getGraphHashBytes () Stores the fingerprint of the graph that describes the dataset that is snapshotted. |
| astratto lungo | getNumElementi () The number of elements in the snapshot. |
| stringa astratta | getRunId () Run ID that this snapshot corresponds to. |
| astratto com.google.protobuf.ByteString | getRunIdBytes () Run ID that this snapshot corresponds to. |
| astratto lungo | getVersione () Version of the snapshot data file format. |
Metodi pubblici
public abstract lungo getCreationTimestamp ()
Time when we started creating this snapshot.
int64 creation_timestamp = 3; public abstract DataType getDtype (indice int)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public abstract int getDtypeCount ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; Elenco astratto pubblico< DataType > getDtypeList ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public abstract int getDtypeValue (indice int)
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; public abstract List<Integer> getDtypeValueList ()
A list of tensor dtype corresponding to each element of the snapshot.
repeated .tensorflow.DataType dtype = 5; pubblico astratto booleano getFinalized ()
bool finalized = 1000;
stringa astratta pubblica getGraphHash ()
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
string graph_hash = 1; estratto pubblico com.google.protobuf.ByteString getGraphHashBytes ()
Stores the fingerprint of the graph that describes the dataset that is snapshotted.
string graph_hash = 1; public abstract lungo getNumElements ()
The number of elements in the snapshot.
int64 num_elements = 6; stringa astratta pubblica getRunId ()
Run ID that this snapshot corresponds to.
string run_id = 2; estratto pubblico com.google.protobuf.ByteString getRunIdBytes ()
Run ID that this snapshot corresponds to.
string run_id = 2; public abstract long getVersion ()
Version of the snapshot data file format.
int64 version = 4;