public static final class Event.Builder
Protocol buffer representing an event that happened during the execution of a Brain model.
tensorflow.Event
tipo tensorflow.Event
Métodos Públicos
Event.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
Evento | build () |
Evento | buildPartial () |
Event.Builder | limpar () |
Event.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
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 | clearWhat () |
Event.Builder | clone () |
Evento | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Fragmento | 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. |
longo | getStep () Global step of the event. |
Resumo | 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. |
Duplo | getWallTime () Timestamp of the event. |
Event.WhatCase | getWhatCase () |
boleano | hasLogMessage () The user output a log message. |
boleano | hasSessionLog () The state of the session which can be used for restarting after crashes. |
boleano | hasSummary () A summary was generated. |
boleano | hasTaggedRunMetadata () The metadata returned by running a session.run() call. |
final booleano | |
Event.Builder | mergeFrom (com.google.protobuf.Message other) |
Event.Builder | mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Event.Builder | |
Event.Builder | mergeSessionLog (valor SessionLog ) The state of the session which can be used for restarting after crashes. |
Event.Builder | |
Event.Builder | mergeTaggedRunMetadata (valor TaggedRunMetadata ) The metadata returned by running a session.run() call. |
Final Event.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Event.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
Event.Builder | setFileVersion (valor String) 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 | |
Event.Builder | |
Event.Builder | setMetaGraphDef (com.google.protobuf.ByteString value) An encoded version of a MetaGraphDef. |
Event.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
Event.Builder | setSessionLog ( SessionLog.Builder builderForValue) The state of the session which can be used for restarting after crashes. |
Event.Builder | setSessionLog (valor SessionLog ) The state of the session which can be used for restarting after crashes. |
Event.Builder | setStep (valor longo) Global step of the event. |
Event.Builder | |
Event.Builder | |
Event.Builder | setTaggedRunMetadata ( TaggedRunMetadata.Builder builderForValue) The metadata returned by running a session.run() call. |
Event.Builder | setTaggedRunMetadata (valor TaggedRunMetadata ) The metadata returned by running a session.run() call. |
Final Event.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Event.Builder | setWallTime (valor duplo) Timestamp of the event. |
Métodos herdados
Métodos Públicos
public Event.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
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 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 clearSessionLog ()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public Event.Builder clearTaggedRunMetadata ()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
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.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 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.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public Event.Builder mergeLogMessage (valor LogMessage )
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 (valor SessionLog )
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public Event.Builder mergeSummary (valor de resumo )
A summary was generated.
.tensorflow.Summary summary = 5;
public Event.Builder mergeTaggedRunMetadata (valor TaggedRunMetadata )
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
public Event.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
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 (valor com.google.protobuf.ByteString)
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 (valor LogMessage )
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 (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
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 (valor SessionLog )
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
public Event.Builder setSummary (valor de resumo )
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 (valor TaggedRunMetadata )
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;