DebugMetadataOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
Public Methods
public
abstract
String
getFileVersion
()
Version of the DebugEvent file format.
Has a format of "debug.Event:<number>", e.g., "debug.Event:1".
string file_version = 2;
public
abstract
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;
public
abstract
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;
public
abstract
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;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# DebugMetadataOrBuilder\n\npublic interface **DebugMetadataOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [DebugMetadata](/jvm/api_docs/java/org/tensorflow/proto/util/DebugMetadata), [DebugMetadata.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/DebugMetadata.Builder) |---------------------------------------------------------------------------------------------|---------------------------------------------------------------------------| | [DebugMetadata](/jvm/api_docs/java/org/tensorflow/proto/util/DebugMetadata) | ``` Metadata about the debugger and the debugged TensorFlow program. ``` | | [DebugMetadata.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/DebugMetadata.Builder) | ``` Metadata about the debugger and the debugged TensorFlow program. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getFileVersion](/jvm/api_docs/java/org/tensorflow/proto/util/DebugMetadataOrBuilder#getFileVersion())() ``` Version of the DebugEvent file format. ``` |\n| abstract com.google.protobuf.ByteString | [getFileVersionBytes](/jvm/api_docs/java/org/tensorflow/proto/util/DebugMetadataOrBuilder#getFileVersionBytes())() ``` Version of the DebugEvent file format. ``` |\n| abstract String | [getTensorflowVersion](/jvm/api_docs/java/org/tensorflow/proto/util/DebugMetadataOrBuilder#getTensorflowVersion())() ``` Version of TensorFlow. ``` |\n| abstract com.google.protobuf.ByteString | [getTensorflowVersionBytes](/jvm/api_docs/java/org/tensorflow/proto/util/DebugMetadataOrBuilder#getTensorflowVersionBytes())() ``` Version of TensorFlow. ``` |\n| abstract String | [getTfdbgRunId](/jvm/api_docs/java/org/tensorflow/proto/util/DebugMetadataOrBuilder#getTfdbgRunId())() ``` A unique ID for the current run of tfdbg. ``` |\n| abstract com.google.protobuf.ByteString | [getTfdbgRunIdBytes](/jvm/api_docs/java/org/tensorflow/proto/util/DebugMetadataOrBuilder#getTfdbgRunIdBytes())() ``` A unique ID for the current run of tfdbg. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getFileVersion**\n()\n\n\u003cbr /\u003e\n\n```\n Version of the DebugEvent file format.\n Has a format of \"debug.Event:\u003cnumber\u003e\", e.g., \"debug.Event:1\".\n \n```\n`string file_version = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getFileVersionBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Version of the DebugEvent file format.\n Has a format of \"debug.Event:\u003cnumber\u003e\", e.g., \"debug.Event:1\".\n \n```\n`string file_version = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getTensorflowVersion**\n()\n\n\u003cbr /\u003e\n\n```\n Version of TensorFlow.\n \n```\n`string tensorflow_version = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getTensorflowVersionBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Version of TensorFlow.\n \n```\n`string tensorflow_version = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getTfdbgRunId**\n()\n\n\u003cbr /\u003e\n\n```\n A unique ID for the current run of tfdbg.\n A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg.\n Multiple hosts in a distributed TensorFlow job instrumented by tfdbg\n have the same ID.\n \n```\n`string tfdbg_run_id = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getTfdbgRunIdBytes**\n()\n\n\u003cbr /\u003e\n\n```\n A unique ID for the current run of tfdbg.\n A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg.\n Multiple hosts in a distributed TensorFlow job instrumented by tfdbg\n have the same ID.\n \n```\n`string tfdbg_run_id = 3;`\n\n\u003cbr /\u003e"]]