public static final class SessionLog.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SessionLog.Builder> implements SessionLogOrBuilder
Protocol buffer used for logging session state.Protobuf type
tensorflow.SessionLog| Modifier and Type | Method and Description |
|---|---|
SessionLog.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SessionLog |
build() |
SessionLog |
buildPartial() |
SessionLog.Builder |
clear() |
SessionLog.Builder |
clearCheckpointPath()
This checkpoint_path contains both the path and filename.
|
SessionLog.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
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() |
String |
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 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SessionLog.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SessionLog.Builder |
mergeFrom(com.google.protobuf.Message other) |
SessionLog.Builder |
mergeFrom(SessionLog other) |
SessionLog.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SessionLog.Builder |
setCheckpointPath(String value)
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(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SessionLog.Builder |
setMsg(String value)
string msg = 3; |
SessionLog.Builder |
setMsgBytes(com.google.protobuf.ByteString value)
string msg = 3; |
SessionLog.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SessionLog.Builder |
setStatus(SessionLog.SessionStatus value)
.tensorflow.SessionLog.SessionStatus status = 1; |
SessionLog.Builder |
setStatusValue(int value)
.tensorflow.SessionLog.SessionStatus status = 1; |
SessionLog.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SessionLog.Builder>public SessionLog.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SessionLog.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SessionLog.Builder>public SessionLog getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SessionLog build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SessionLog buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SessionLog.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SessionLog.Builder>public SessionLog.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionLog.Builder>public SessionLog.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionLog.Builder>public SessionLog.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SessionLog.Builder>public SessionLog.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionLog.Builder>public SessionLog.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionLog.Builder>public SessionLog.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SessionLog.Builder>public SessionLog.Builder mergeFrom(SessionLog other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SessionLog.Builder>public SessionLog.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SessionLog.Builder>IOExceptionpublic int getStatusValue()
.tensorflow.SessionLog.SessionStatus status = 1;getStatusValue in interface SessionLogOrBuilderpublic SessionLog.Builder setStatusValue(int value)
.tensorflow.SessionLog.SessionStatus status = 1;public SessionLog.SessionStatus getStatus()
.tensorflow.SessionLog.SessionStatus status = 1;getStatus in interface SessionLogOrBuilderpublic SessionLog.Builder setStatus(SessionLog.SessionStatus value)
.tensorflow.SessionLog.SessionStatus status = 1;public SessionLog.Builder clearStatus()
.tensorflow.SessionLog.SessionStatus status = 1;public String getCheckpointPath()
This checkpoint_path contains both the path and filename.
string checkpoint_path = 2;getCheckpointPath in interface SessionLogOrBuilderpublic com.google.protobuf.ByteString getCheckpointPathBytes()
This checkpoint_path contains both the path and filename.
string checkpoint_path = 2;getCheckpointPathBytes in interface SessionLogOrBuilderpublic SessionLog.Builder setCheckpointPath(String value)
This checkpoint_path contains both the path and filename.
string checkpoint_path = 2;public SessionLog.Builder clearCheckpointPath()
This checkpoint_path contains both the path and filename.
string checkpoint_path = 2;public SessionLog.Builder setCheckpointPathBytes(com.google.protobuf.ByteString value)
This checkpoint_path contains both the path and filename.
string checkpoint_path = 2;public String getMsg()
string msg = 3;getMsg in interface SessionLogOrBuilderpublic com.google.protobuf.ByteString getMsgBytes()
string msg = 3;getMsgBytes in interface SessionLogOrBuilderpublic SessionLog.Builder setMsg(String value)
string msg = 3;public SessionLog.Builder clearMsg()
string msg = 3;public SessionLog.Builder setMsgBytes(com.google.protobuf.ByteString value)
string msg = 3;public final SessionLog.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SessionLog.Builder>public final SessionLog.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SessionLog.Builder>Copyright © 2015–2019. All rights reserved.