DebugMetadata.Builder

public static final class DebugMetadata.Builder

 Metadata about the debugger and the debugged TensorFlow program.
 
Protobuf type tensorflow.DebugMetadata

Public Methods

DebugMetadata.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DebugMetadata
build()
DebugMetadata
DebugMetadata.Builder
clear()
DebugMetadata.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
DebugMetadata.Builder
clearFileVersion()
 Version of the DebugEvent file format.
DebugMetadata.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
DebugMetadata.Builder
clearTensorflowVersion()
 Version of TensorFlow.
DebugMetadata.Builder
clearTfdbgRunId()
 A unique ID for the current run of tfdbg.
DebugMetadata.Builder
clone()
DebugMetadata
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
String
getFileVersion()
 Version of the DebugEvent file format.
com.google.protobuf.ByteString
getFileVersionBytes()
 Version of the DebugEvent file format.
String
getTensorflowVersion()
 Version of TensorFlow.
com.google.protobuf.ByteString
getTensorflowVersionBytes()
 Version of TensorFlow.
String
getTfdbgRunId()
 A unique ID for the current run of tfdbg.
com.google.protobuf.ByteString
getTfdbgRunIdBytes()
 A unique ID for the current run of tfdbg.
final boolean
DebugMetadata.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugMetadata.Builder
mergeFrom(com.google.protobuf.Message other)
final DebugMetadata.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DebugMetadata.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DebugMetadata.Builder
setFileVersion(String value)
 Version of the DebugEvent file format.
DebugMetadata.Builder
setFileVersionBytes(com.google.protobuf.ByteString value)
 Version of the DebugEvent file format.
DebugMetadata.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
DebugMetadata.Builder
setTensorflowVersion(String value)
 Version of TensorFlow.
DebugMetadata.Builder
setTensorflowVersionBytes(com.google.protobuf.ByteString value)
 Version of TensorFlow.
DebugMetadata.Builder
setTfdbgRunId(String value)
 A unique ID for the current run of tfdbg.
DebugMetadata.Builder
setTfdbgRunIdBytes(com.google.protobuf.ByteString value)
 A unique ID for the current run of tfdbg.
final DebugMetadata.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)

Inherited Methods

Public Methods

public DebugMetadata.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public DebugMetadata build ()

public DebugMetadata buildPartial ()

public DebugMetadata.Builder clear ()

public DebugMetadata.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)

public DebugMetadata.Builder clearFileVersion ()

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

public DebugMetadata.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public DebugMetadata.Builder clearTensorflowVersion ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

public DebugMetadata.Builder clearTfdbgRunId ()

 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 DebugMetadata.Builder clone ()

public DebugMetadata getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public 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 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 String getTensorflowVersion ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

public com.google.protobuf.ByteString getTensorflowVersionBytes ()

 Version of TensorFlow.
 
string tensorflow_version = 1;

public 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 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;

public final boolean isInitialized ()

public DebugMetadata.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public DebugMetadata.Builder mergeFrom (com.google.protobuf.Message other)

public final DebugMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public DebugMetadata.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public DebugMetadata.Builder setFileVersion (String value)

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

public DebugMetadata.Builder setFileVersionBytes (com.google.protobuf.ByteString value)

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

public DebugMetadata.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

public DebugMetadata.Builder setTensorflowVersion (String value)

 Version of TensorFlow.
 
string tensorflow_version = 1;

public DebugMetadata.Builder setTensorflowVersionBytes (com.google.protobuf.ByteString value)

 Version of TensorFlow.
 
string tensorflow_version = 1;

public DebugMetadata.Builder setTfdbgRunId (String value)

 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 DebugMetadata.Builder setTfdbgRunIdBytes (com.google.protobuf.ByteString value)

 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 final DebugMetadata.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)