SnapshotMetadataRecordOrBuilder

interface pública SnapshotMetadataRecordOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

abstrato longo
getCreationTimestamp ()
 Time when we started creating this snapshot.
tipo de dados abstrato
getDtype (índice interno)
 A list of tensor dtype corresponding to each element of the snapshot.
abstrato int
getDtypeCount ()
 A list of tensor dtype corresponding to each element of the snapshot.
Lista abstrata <DataType>
getDtypeList ()
 A list of tensor dtype corresponding to each element of the snapshot.
abstrato int
getDtypeValue (índice interno)
 A list of tensor dtype corresponding to each element of the snapshot.
lista abstrata<inteiro>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
booleano abstrato
getFinalizado ()
bool finalized = 1000;
cadeia abstrata
getGraphHash ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
abstrato com.google.protobuf.ByteString
getGraphHashBytes ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
abstrato longo
getNumElements ()
 The number of elements in the snapshot.
cadeia abstrata
getRunId ()
 Run ID that this snapshot corresponds to.
abstrato com.google.protobuf.ByteString
getRunIdBytes ()
 Run ID that this snapshot corresponds to.
abstrato longo
getVersão ()
 Version of the snapshot data file format.

Métodos Públicos

público abstrato longo getCreationTimestamp ()

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

público abstrato DataType getDtype (índice int)

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

público abstrato int getDtypeCount ()

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

lista abstrata pública< DataType > getDtypeList ()

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

público abstrato int getDtypeValue (índice int)

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

lista abstrata pública<Integer> getDtypeValueList ()

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

público abstrato booleano getFinalized ()

bool finalized = 1000;

String abstrata pública getGraphHash ()

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

resumo público com.google.protobuf.ByteString getGraphHashBytes ()

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

público abstrato longo getNumElements ()

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

String abstrata pública getRunId ()

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

resumo público com.google.protobuf.ByteString getRunIdBytes ()

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

público abstrato longo getVersion ()

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