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.
resumen entero
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.
resumen entero
getDtypeValue (índice int)
 A list of tensor dtype corresponding to each element of the snapshot.
Lista abstracta<Entero>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
booleano abstracto
obtenerFinalizado ()
bool finalized = 1000;
cadena abstracta
obtenerGraphHash ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
resumen com.google.protobuf.ByteString
obtenerGraphHashBytes ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
abstracto largo
obtenerNumElementos ()
 The number of elements in the snapshot.
cadena abstracta
obtenerIdEjecutar ()
 Run ID that this snapshot corresponds to.
resumen com.google.protobuf.ByteString
obtenerRunIdBytes ()
 Run ID that this snapshot corresponds to.
abstracto largo
obtener versión ()
 Version of the snapshot data file format.

Métodos públicos

getCreationTimestamp largo abstracto público ()

 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;

resumen público int getDtypeCount ()

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

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

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

resumen público int getDtypeValue (índice int)

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

Lista abstracta pública <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;

resumen público largo getNumElements ()

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

Cadena abstracta pública getRunId ()

 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;

getVersion larga abstracta pública ()

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