SnapshotMetadataRecordOrBuilder

パブリック インターフェイスSnapshotMetadataRecordOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象的な長い
getCreationTimestamp ()
 Time when we started creating this snapshot.
抽象データ型
getDtype (int インデックス)
 A list of tensor dtype corresponding to each element of the snapshot.
抽象整数
getDtypeCount ()
 A list of tensor dtype corresponding to each element of the snapshot.
抽象リスト< DataType >
getDtypeList ()
 A list of tensor dtype corresponding to each element of the snapshot.
抽象整数
getDtypeValue (int インデックス)
 A list of tensor dtype corresponding to each element of the snapshot.
抽象リスト<整数>
getDtypeValueList ()
 A list of tensor dtype corresponding to each element of the snapshot.
抽象ブール値
getFinalized ()
bool finalized = 1000;
抽象文字列
getGraphHash ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
抽象的な com.google.protobuf.ByteString
getGraphHashBytes ()
 Stores the fingerprint of the graph that describes the dataset that is
 snapshotted.
抽象的な長い
getNumElements ()
 The number of elements in the snapshot.
抽象文字列
getRunId ()
 Run ID that this snapshot corresponds to.
抽象的な com.google.protobuf.ByteString
getRunIdBytes ()
 Run ID that this snapshot corresponds to.
抽象的な長い
getバージョン()
 Version of the snapshot data file format.

パブリックメソッド

public abstract long getCreationTimestamp ()

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

public abstract DataType getDtype (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;

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 インデックス)

 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;

パブリック抽象文字列getGraphHash ()

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

パブリック抽象 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 ()

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

パブリック抽象 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;