DebugMetadataOrBuilder

общедоступный интерфейс DebugMetadataOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактная строка
получитьФайлВерсион ()
 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.

Публичные методы

общедоступная абстрактная строка 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;

общедоступная абстрактная строка getTensorflowVersion ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

публичный абстрактный 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;