SessionLog.Builder

classe final pública estática SessionLog.Builder

 Protocol buffer used for logging session state.
 
tensorflow.SessionLog tipo tensorflow.SessionLog

Métodos Públicos

SessionLog.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
SessionLog
build ()
SessionLog
SessionLog.Builder
limpar ()
SessionLog.Builder
clearCheckpointPath ()
 This checkpoint_path contains both the path and filename.
SessionLog.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
SessionLog.Builder
clearMsg ()
string msg = 3;
SessionLog.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
SessionLog.Builder
clearStatus ()
.tensorflow.SessionLog.SessionStatus status = 1;
SessionLog.Builder
clone ()
Fragmento
getCheckpointPath ()
 This checkpoint_path contains both the path and filename.
com.google.protobuf.ByteString
getCheckpointPathBytes ()
 This checkpoint_path contains both the path and filename.
SessionLog
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Fragmento
getMsg ()
string msg = 3;
com.google.protobuf.ByteString
getMsgBytes ()
string msg = 3;
SessionLog.SessionStatus
getStatus ()
.tensorflow.SessionLog.SessionStatus status = 1;
int
getStatusValue ()
.tensorflow.SessionLog.SessionStatus status = 1;
final booleano
SessionLog.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SessionLog.Builder
mergeFrom (com.google.protobuf.Message other)
SessionLog.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
SessionLog.Builder
setCheckpointPath (valor String)
 This checkpoint_path contains both the path and filename.
SessionLog.Builder
setCheckpointPathBytes (com.google.protobuf.ByteString value)
 This checkpoint_path contains both the path and filename.
SessionLog.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
SessionLog.Builder
setMsg (valor da string)
string msg = 3;
SessionLog.Builder
setMsgBytes (valor com.google.protobuf.ByteString)
string msg = 3;
SessionLog.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
SessionLog.Builder
setStatus (valor SessionLog.SessionStatus )
.tensorflow.SessionLog.SessionStatus status = 1;
SessionLog.Builder
setStatusValue (valor int)
.tensorflow.SessionLog.SessionStatus status = 1;
SessionLog.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

public SessionLog.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public SessionLog build ()

public SessionLog buildPartial ()

public SessionLog.Builder clear ()

public SessionLog.Builder clearCheckpointPath ()

 This checkpoint_path contains both the path and filename.
 
string checkpoint_path = 2;

public SessionLog.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public SessionLog.Builder clearMsg ()

string msg = 3;

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

public SessionLog.Builder clearStatus ()

.tensorflow.SessionLog.SessionStatus status = 1;

clone public SessionLog.Builder ()

public String getCheckpointPath ()

 This checkpoint_path contains both the path and filename.
 
string checkpoint_path = 2;

public com.google.protobuf.ByteString getCheckpointPathBytes ()

 This checkpoint_path contains both the path and filename.
 
string checkpoint_path = 2;

public SessionLog getDefaultInstanceForType ()

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

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

public String getMsg ()

string msg = 3;

public com.google.protobuf.ByteString getMsgBytes ()

string msg = 3;

public SessionLog.SessionStatus getStatus ()

.tensorflow.SessionLog.SessionStatus status = 1;

public int getStatusValue ()

.tensorflow.SessionLog.SessionStatus status = 1;

public final boolean isInitialized ()

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

Lança
IOException

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

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

public SessionLog.Builder setCheckpointPath (String value)

 This checkpoint_path contains both the path and filename.
 
string checkpoint_path = 2;

public SessionLog.Builder setCheckpointPathBytes (valor com.google.protobuf.ByteString)

 This checkpoint_path contains both the path and filename.
 
string checkpoint_path = 2;

public SessionLog.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public SessionLog.Builder setMsg (valor da string)

string msg = 3;

public SessionLog.Builder setMsgBytes (com.google.protobuf.ByteString value)

string msg = 3;

public SessionLog.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

public SessionLog.Builder setStatus (valor SessionLog.SessionStatus )

.tensorflow.SessionLog.SessionStatus status = 1;

public SessionLog.Builder setStatusValue (valor int)

.tensorflow.SessionLog.SessionStatus status = 1;

public final SessionLog.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)