SnapshotMetadataRecordOrBuilder

interface pública SnapshotMetadataRecordOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

abstrato longo
getCreationTimestamp ()
 Time when we started creating this snapshot.
DataType abstrato
getDtype (índice int)
 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 (int index)
 A list of tensor dtype corresponding to each element of the snapshot.
Lista abstrata <Integer>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
booleano abstrato
getFinalized ()
bool finalized = 1000;
String abstrata
getGraphHash ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
abstract 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.
String abstrata
getRunId ()
 Run ID that this snapshot corresponds to.
abstract com.google.protobuf.ByteString
getRunIdBytes ()
 Run ID that this snapshot corresponds to.
abstrato longo
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;

public abstract DataType getDtype (int index)

 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;

public abstract List < DataType > getDtypeList ()

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

public abstract int getDtypeValue (int index)

 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;

public abstract boolean getFinalized ()

bool finalized = 1000;

public abstract String getGraphHash ()

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

public abstract 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;

public abstract String getRunId ()

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

public abstract 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;