Interface DebugMetadataOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
DebugMetadata, DebugMetadata.Builder
-
Method Summary
Modifier and TypeMethodDescriptionVersion of the DebugEvent file format.Version of the DebugEvent file format.Version of TensorFlow.Version of TensorFlow.A unique ID for the current run of tfdbg.A unique ID for the current run of tfdbg.Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getTensorflowVersion
String getTensorflowVersion()Version of TensorFlow.
string tensorflow_version = 1;- Returns:
- The tensorflowVersion.
-
getTensorflowVersionBytes
ByteString getTensorflowVersionBytes()Version of TensorFlow.
string tensorflow_version = 1;- Returns:
- The bytes for tensorflowVersion.
-
getFileVersion
String getFileVersion()Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;- Returns:
- The fileVersion.
-
getFileVersionBytes
ByteString getFileVersionBytes()Version of the DebugEvent file format. Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;- Returns:
- The bytes for fileVersion.
-
getTfdbgRunId
String 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;- Returns:
- The tfdbgRunId.
-
getTfdbgRunIdBytes
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;- Returns:
- The bytes for tfdbgRunId.
-