SnapshotMetadataRecordOrBuilder

public interface SnapshotMetadataRecordOrBuilder
Known Indirect Subclasses

Public Methods

abstract long
getCreationTimestamp()
 Time when we started creating this snapshot.
abstract DataType
getDtype(int index)
 A list of tensor dtype corresponding to each element of the snapshot.
abstract int
getDtypeCount()
 A list of tensor dtype corresponding to each element of the snapshot.
abstract List<DataType>
getDtypeList()
 A list of tensor dtype corresponding to each element of the snapshot.
abstract int
getDtypeValue(int index)
 A list of tensor dtype corresponding to each element of the snapshot.
abstract List<Integer>
getDtypeValueList()
 A list of tensor dtype corresponding to each element of the snapshot.
abstract boolean
getFinalized()
bool finalized = 1000;
abstract String
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.
abstract long
getNumElements()
 The number of elements in the snapshot.
abstract String
getRunId()
 Run ID that this snapshot corresponds to.
abstract com.google.protobuf.ByteString
getRunIdBytes()
 Run ID that this snapshot corresponds to.
abstract long
getVersion()
 Version of the snapshot data file format.

Public Methods

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;