SnapshotMetadataRecordOrBuilder

interfaz pública SnapshotMetadataRecordOrBuilder
Subclases indirectas conocidas

Métodos públicos

abstracto largo
getCreationTimestamp ()
 Time when we started creating this snapshot.
Tipo de datos abstracto
getDtype (índice int)
 A list of tensor dtype corresponding to each element of the snapshot.
int abstracto
getDtypeCount ()
 A list of tensor dtype corresponding to each element of the snapshot.
Lista abstracta < Tipo de datos >
getDtypeList ()
 A list of tensor dtype corresponding to each element of the snapshot.
int abstracto
getDtypeValue (índice int)
 A list of tensor dtype corresponding to each element of the snapshot.
Lista abstracta <Intero>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
booleano abstracto
getFinalized ()
bool finalized = 1000;
cadena abstracta
getGraphHash ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
resumen com.google.protobuf.ByteString
getGraphHashBytes ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
abstracto largo
getNumElements ()
 The number of elements in the snapshot.
cadena abstracta
getRunId ()
 Run ID that this snapshot corresponds to.
resumen com.google.protobuf.ByteString
getRunIdBytes ()
 Run ID that this snapshot corresponds to.
abstracto largo
getVersion ()
 Version of the snapshot data file format.

Métodos públicos

public abstract long getCreationTimestamp ()

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

Tipo de datos abstracto público getDtype (índice 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;

Lista pública abstracta < Tipo de datos > getDtypeList ()

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

public abstract int getDtypeValue (int índice)

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

Lista pública abstracta <Integer> getDtypeValueList ()

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

getFinalized () booleano abstracto público

bool finalized = 1000;

cadena abstracta pública getGraphHash ()

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

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

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

public abstract long getNumElements ()

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

getRunId de cadena abstracta pública ()

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

resumen público 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;