DebugMetadataOrBuilder

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

パブリックメソッド

抽象文字列
getFileVersion ()
 Version of the DebugEvent file format.
抽象的な com.google.protobuf.ByteString
getFileVersionBytes ()
 Version of the DebugEvent file format.
抽象文字列
getTensorflowVersion ()
 Version of TensorFlow.
抽象的な com.google.protobuf.ByteString
getTensorflowVersionBytes ()
 Version of TensorFlow.
抽象文字列
getTfdbgRunId ()
 A unique ID for the current run of tfdbg.
抽象的な com.google.protobuf.ByteString
getTfdbgRunIdBytes ()
 A unique ID for the current run of tfdbg.

パブリックメソッド

パブリック抽象 String getFileVersion ()

 Version of the DebugEvent file format.
 Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
 
string file_version = 2;

パブリック抽象 com.google.protobuf.ByteString getFileVersionBytes ()

 Version of the DebugEvent file format.
 Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
 
string file_version = 2;

public abstract String getTensorflowVersion ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

public abstract com.google.protobuf.ByteString getTensorflowVersionBytes ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

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

 A unique ID for the current run of tfdbg.
 A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg.
 Multiple hosts in a distributed TensorFlow job instrumented by tfdbg
 have the same ID.
 
string tfdbg_run_id = 3;

パブリック抽象 com.google.protobuf.ByteString getTfdbgRunIdBytes ()

 A unique ID for the current run of tfdbg.
 A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg.
 Multiple hosts in a distributed TensorFlow job instrumented by tfdbg
 have the same ID.
 
string tfdbg_run_id = 3;