DebugMetadata.Builder

パブリック静的最終クラスDebugMetadata.Builder

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

パブリックメソッド

DebugMetadata.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
デバッグメタデータ
建てる()
デバッグメタデータ
DebugMetadata.Builder
クリア()
DebugMetadata.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
DebugMetadata.Builder
クリアファイルバージョン()
 Version of the DebugEvent file format.
DebugMetadata.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
DebugMetadata.Builder
clearTensorflowVersion ()
 Version of TensorFlow.
DebugMetadata.Builder
クリアTfdbgRunId ()
 A unique ID for the current run of tfdbg.
DebugMetadata.Builder
デバッグメタデータ
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
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.
最終ブール値
DebugMetadata.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugMetadata.Builder
mergeFrom (com.google.protobuf.Message other)
最終的なDebugMetadata.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
DebugMetadata.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
DebugMetadata.Builder
setFileVersion (文字列値)
 Version of the DebugEvent file format.
DebugMetadata.Builder
setFileVersionBytes (com.google.protobuf.ByteString 値)
 Version of the DebugEvent file format.
DebugMetadata.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
DebugMetadata.Builder
setTensorflowVersion (文字列値)
 Version of TensorFlow.
DebugMetadata.Builder
setTensorflowVersionBytes (com.google.protobuf.ByteString 値)
 Version of TensorFlow.
DebugMetadata.Builder
setTfdbgRunId (文字列値)
 A unique ID for the current run of tfdbg.
DebugMetadata.Builder
setTfdbgRunIdBytes (com.google.protobuf.ByteString 値)
 A unique ID for the current run of tfdbg.
最終的なDebugMetadata.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public DebugMetadata.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public DebugMetadata build ()

public DebugMetadata buildPartial ()

public DebugMetadata.Builder clear ()

public DebugMetadata.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

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;

パブリックDebugMetadata.Builderクローン()

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;

パブリック 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;

パブリック最終ブール値isInitialized ()

public DebugMetadata.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

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

public Final DebugMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public DebugMetadata.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public DebugMetadata.Builder setFileVersion (文字列値)

 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 値)

 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 フィールド、int インデックス、オブジェクト値)

public DebugMetadata.Builder setTensorflowVersion (文字列値)

 Version of TensorFlow.
 
string tensorflow_version = 1;

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

 Version of TensorFlow.
 
string tensorflow_version = 1;

public DebugMetadata.Builder setTfdbgRunId (文字列値)

 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 値)

 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 knownFields)