Event.Builder

public static final class Event.Builder

 Protocol buffer representing an event that happened during
 the execution of a Brain model.
 
Protobuf type tensorflow.Event

Public Methods

Event.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Event
build()
Event
Event.Builder
clear()
Event.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Event.Builder
clearFileVersion()
 An event file was started, with the specified version.
Event.Builder
clearGraphDef()
 An encoded version of a GraphDef.
Event.Builder
clearLogMessage()
 The user output a log message.
Event.Builder
clearMetaGraphDef()
 An encoded version of a MetaGraphDef.
Event.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Event.Builder
clearSessionLog()
 The state of the session which can be used for restarting after crashes.
Event.Builder
clearStep()
 Global step of the event.
Event.Builder
clearSummary()
 A summary was generated.
Event.Builder
clearTaggedRunMetadata()
 The metadata returned by running a session.run() call.
Event.Builder
clearWallTime()
 Timestamp of the event.
Event.Builder
Event.Builder
clone()
Event
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
String
getFileVersion()
 An event file was started, with the specified version.
com.google.protobuf.ByteString
getFileVersionBytes()
 An event file was started, with the specified version.
com.google.protobuf.ByteString
getGraphDef()
 An encoded version of a GraphDef.
LogMessage
getLogMessage()
 The user output a log message.
LogMessage.Builder
getLogMessageBuilder()
 The user output a log message.
LogMessageOrBuilder
getLogMessageOrBuilder()
 The user output a log message.
com.google.protobuf.ByteString
getMetaGraphDef()
 An encoded version of a MetaGraphDef.
SessionLog
getSessionLog()
 The state of the session which can be used for restarting after crashes.
SessionLog.Builder
getSessionLogBuilder()
 The state of the session which can be used for restarting after crashes.
SessionLogOrBuilder
getSessionLogOrBuilder()
 The state of the session which can be used for restarting after crashes.
long
getStep()
 Global step of the event.
Summary
getSummary()
 A summary was generated.
Summary.Builder
getSummaryBuilder()
 A summary was generated.
SummaryOrBuilder
getSummaryOrBuilder()
 A summary was generated.
TaggedRunMetadata
getTaggedRunMetadata()
 The metadata returned by running a session.run() call.
TaggedRunMetadata.Builder
getTaggedRunMetadataBuilder()
 The metadata returned by running a session.run() call.
TaggedRunMetadataOrBuilder
getTaggedRunMetadataOrBuilder()
 The metadata returned by running a session.run() call.
double
getWallTime()
 Timestamp of the event.
Event.WhatCase
boolean
hasLogMessage()
 The user output a log message.
boolean
hasSessionLog()
 The state of the session which can be used for restarting after crashes.
boolean
hasSummary()
 A summary was generated.
boolean
hasTaggedRunMetadata()
 The metadata returned by running a session.run() call.
final boolean
Event.Builder
mergeFrom(com.google.protobuf.Message other)
Event.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Event.Builder
mergeLogMessage(LogMessage value)
 The user output a log message.
Event.Builder
mergeSessionLog(SessionLog value)
 The state of the session which can be used for restarting after crashes.
Event.Builder
mergeSummary(Summary value)
 A summary was generated.
Event.Builder
mergeTaggedRunMetadata(TaggedRunMetadata value)
 The metadata returned by running a session.run() call.
final Event.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Event.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Event.Builder
setFileVersion(String value)
 An event file was started, with the specified version.
Event.Builder
setFileVersionBytes(com.google.protobuf.ByteString value)
 An event file was started, with the specified version.
Event.Builder
setGraphDef(com.google.protobuf.ByteString value)
 An encoded version of a GraphDef.
Event.Builder
setLogMessage(LogMessage value)
 The user output a log message.
Event.Builder
setLogMessage(LogMessage.Builder builderForValue)
 The user output a log message.
Event.Builder
setMetaGraphDef(com.google.protobuf.ByteString value)
 An encoded version of a MetaGraphDef.
Event.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Event.Builder
setSessionLog(SessionLog.Builder builderForValue)
 The state of the session which can be used for restarting after crashes.
Event.Builder
setSessionLog(SessionLog value)
 The state of the session which can be used for restarting after crashes.
Event.Builder
setStep(long value)
 Global step of the event.
Event.Builder
setSummary(Summary value)
 A summary was generated.
Event.Builder
setSummary(Summary.Builder builderForValue)
 A summary was generated.
Event.Builder
setTaggedRunMetadata(TaggedRunMetadata.Builder builderForValue)
 The metadata returned by running a session.run() call.
Event.Builder
setTaggedRunMetadata(TaggedRunMetadata value)
 The metadata returned by running a session.run() call.
final Event.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Event.Builder
setWallTime(double value)
 Timestamp of the event.

Inherited Methods

Public Methods

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

public Event build ()

public Event buildPartial ()

public Event.Builder clear ()

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

public Event.Builder clearFileVersion ()

 An event file was started, with the specified version.
 This is use to identify the contents of the record IO files
 easily.  Current version is "brain.Event:2".  All versions
 start with "brain.Event:".
 
string file_version = 3;

public Event.Builder clearGraphDef ()

 An encoded version of a GraphDef.
 
bytes graph_def = 4;

public Event.Builder clearLogMessage ()

 The user output a log message. Not all messages are logged, only ones
 generated via the Python tensorboard_logging module.
 
.tensorflow.LogMessage log_message = 6;

public Event.Builder clearMetaGraphDef ()

 An encoded version of a MetaGraphDef.
 
bytes meta_graph_def = 9;

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

public Event.Builder clearSessionLog ()

 The state of the session which can be used for restarting after crashes.
 
.tensorflow.SessionLog session_log = 7;

public Event.Builder clearStep ()

 Global step of the event.
 
int64 step = 2;

public Event.Builder clearSummary ()

 A summary was generated.
 
.tensorflow.Summary summary = 5;

public Event.Builder clearTaggedRunMetadata ()

 The metadata returned by running a session.run() call.
 
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;

public Event.Builder clearWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

public Event.Builder clearWhat ()

public Event.Builder clone ()

public Event getDefaultInstanceForType ()

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

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

public String getFileVersion ()

 An event file was started, with the specified version.
 This is use to identify the contents of the record IO files
 easily.  Current version is "brain.Event:2".  All versions
 start with "brain.Event:".
 
string file_version = 3;

public com.google.protobuf.ByteString getFileVersionBytes ()

 An event file was started, with the specified version.
 This is use to identify the contents of the record IO files
 easily.  Current version is "brain.Event:2".  All versions
 start with "brain.Event:".
 
string file_version = 3;

public com.google.protobuf.ByteString getGraphDef ()

 An encoded version of a GraphDef.
 
bytes graph_def = 4;

public LogMessage getLogMessage ()

 The user output a log message. Not all messages are logged, only ones
 generated via the Python tensorboard_logging module.
 
.tensorflow.LogMessage log_message = 6;

public LogMessage.Builder getLogMessageBuilder ()

 The user output a log message. Not all messages are logged, only ones
 generated via the Python tensorboard_logging module.
 
.tensorflow.LogMessage log_message = 6;

public LogMessageOrBuilder getLogMessageOrBuilder ()

 The user output a log message. Not all messages are logged, only ones
 generated via the Python tensorboard_logging module.
 
.tensorflow.LogMessage log_message = 6;

public com.google.protobuf.ByteString getMetaGraphDef ()

 An encoded version of a MetaGraphDef.
 
bytes meta_graph_def = 9;

public SessionLog getSessionLog ()

 The state of the session which can be used for restarting after crashes.
 
.tensorflow.SessionLog session_log = 7;

public SessionLog.Builder getSessionLogBuilder ()

 The state of the session which can be used for restarting after crashes.
 
.tensorflow.SessionLog session_log = 7;

public SessionLogOrBuilder getSessionLogOrBuilder ()

 The state of the session which can be used for restarting after crashes.
 
.tensorflow.SessionLog session_log = 7;

public long getStep ()

 Global step of the event.
 
int64 step = 2;

public Summary getSummary ()

 A summary was generated.
 
.tensorflow.Summary summary = 5;

public Summary.Builder getSummaryBuilder ()

 A summary was generated.
 
.tensorflow.Summary summary = 5;

public SummaryOrBuilder getSummaryOrBuilder ()

 A summary was generated.
 
.tensorflow.Summary summary = 5;

public TaggedRunMetadata getTaggedRunMetadata ()

 The metadata returned by running a session.run() call.
 
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;

public TaggedRunMetadata.Builder getTaggedRunMetadataBuilder ()

 The metadata returned by running a session.run() call.
 
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;

public TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()

 The metadata returned by running a session.run() call.
 
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;

public double getWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

public Event.WhatCase getWhatCase ()

public boolean hasLogMessage ()

 The user output a log message. Not all messages are logged, only ones
 generated via the Python tensorboard_logging module.
 
.tensorflow.LogMessage log_message = 6;

public boolean hasSessionLog ()

 The state of the session which can be used for restarting after crashes.
 
.tensorflow.SessionLog session_log = 7;

public boolean hasSummary ()

 A summary was generated.
 
.tensorflow.Summary summary = 5;

public boolean hasTaggedRunMetadata ()

 The metadata returned by running a session.run() call.
 
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;

public final boolean isInitialized ()

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

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

Throws
IOException

public Event.Builder mergeLogMessage (LogMessage value)

 The user output a log message. Not all messages are logged, only ones
 generated via the Python tensorboard_logging module.
 
.tensorflow.LogMessage log_message = 6;

public Event.Builder mergeSessionLog (SessionLog value)

 The state of the session which can be used for restarting after crashes.
 
.tensorflow.SessionLog session_log = 7;

public Event.Builder mergeSummary (Summary value)

 A summary was generated.
 
.tensorflow.Summary summary = 5;

public Event.Builder mergeTaggedRunMetadata (TaggedRunMetadata value)

 The metadata returned by running a session.run() call.
 
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;

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

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

public Event.Builder setFileVersion (String value)

 An event file was started, with the specified version.
 This is use to identify the contents of the record IO files
 easily.  Current version is "brain.Event:2".  All versions
 start with "brain.Event:".
 
string file_version = 3;

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

 An event file was started, with the specified version.
 This is use to identify the contents of the record IO files
 easily.  Current version is "brain.Event:2".  All versions
 start with "brain.Event:".
 
string file_version = 3;

public Event.Builder setGraphDef (com.google.protobuf.ByteString value)

 An encoded version of a GraphDef.
 
bytes graph_def = 4;

public Event.Builder setLogMessage (LogMessage value)

 The user output a log message. Not all messages are logged, only ones
 generated via the Python tensorboard_logging module.
 
.tensorflow.LogMessage log_message = 6;

public Event.Builder setLogMessage (LogMessage.Builder builderForValue)

 The user output a log message. Not all messages are logged, only ones
 generated via the Python tensorboard_logging module.
 
.tensorflow.LogMessage log_message = 6;

public Event.Builder setMetaGraphDef (com.google.protobuf.ByteString value)

 An encoded version of a MetaGraphDef.
 
bytes meta_graph_def = 9;

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

public Event.Builder setSessionLog (SessionLog.Builder builderForValue)

 The state of the session which can be used for restarting after crashes.
 
.tensorflow.SessionLog session_log = 7;

public Event.Builder setSessionLog (SessionLog value)

 The state of the session which can be used for restarting after crashes.
 
.tensorflow.SessionLog session_log = 7;

public Event.Builder setStep (long value)

 Global step of the event.
 
int64 step = 2;

public Event.Builder setSummary (Summary value)

 A summary was generated.
 
.tensorflow.Summary summary = 5;

public Event.Builder setSummary (Summary.Builder builderForValue)

 A summary was generated.
 
.tensorflow.Summary summary = 5;

public Event.Builder setTaggedRunMetadata (TaggedRunMetadata.Builder builderForValue)

 The metadata returned by running a session.run() call.
 
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;

public Event.Builder setTaggedRunMetadata (TaggedRunMetadata value)

 The metadata returned by running a session.run() call.
 
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;

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

public Event.Builder setWallTime (double value)

 Timestamp of the event.
 
double wall_time = 1;