Event.Builder

публичный статический финальный класс Event.Builder

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

Публичные методы

Event.Builder
addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
Событие
Событие
Event.Builder
Event.Builder
ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)
Event.Builder
ОчиститьФилеВерсион ()
 An event file was started, with the specified version.
Event.Builder
ОчиститьГрафДеф ()
 An encoded version of a GraphDef.
Event.Builder
очиститьлогмессаже ()
 The user output a log message.
Event.Builder
ОчиститьМетаГрафДеф ()
 An encoded version of a MetaGraphDef.
Event.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
Event.Builder
очиститьSessionLog ()
 The state of the session which can be used for restarting after crashes.
Event.Builder
ОчиститьШаг ()
 Global step of the event.
Event.Builder
ОчиститьСводка ()
 A summary was generated.
Event.Builder
ClearTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
Event.Builder
очиститьВаллТиме ()
 Timestamp of the event.
Event.Builder
Event.Builder
Событие
окончательный статический com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Нить
получитьФайлВерсион ()
 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.
ЖурналСообщение
getLogMessage ()
 The user output a log message.
LogMessage.Builder
getLogMessageBuilder ()
 The user output a log message.
Логмессажеорбилдер
getLogMessageOrBuilder ()
 The user output a log message.
com.google.protobuf.ByteString
получитьМетаГрафДеф ()
 An encoded version of a MetaGraphDef.
Журнал сеанса
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.
Сессионлогорбилдер
getSessionLogOrBuilder ()
 The state of the session which can be used for restarting after crashes.
длинный
получитьШаг ()
 Global step of the event.
Краткое содержание
получитьСводку ()
 A summary was generated.
Резюме.Строитель
getSummaryBuilder ()
 A summary was generated.
СводкаИлиБилдер
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.
двойной
getWallTime ()
 Timestamp of the event.
Событие.WhatCase
логическое значение
имеетлогмессаже ()
 The user output a log message.
логическое значение
имеетSessionLog ()
 The state of the session which can be used for restarting after crashes.
логическое значение
имеетСводка ()
 A summary was generated.
логическое значение
hasTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
последнее логическое значение
Event.Builder
mergeFrom (com.google.protobuf.Message другое)
Event.Builder
mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Event.Builder
mergeLogMessage (значение LogMessage )
 The user output a log message.
Event.Builder
mergeSessionLog (значение SessionLog )
 The state of the session which can be used for restarting after crashes.
Event.Builder
mergeSummary ( Сводное значение)
 A summary was generated.
Event.Builder
mergeTaggedRunMetadata (значение TaggedRunMetadata )
 The metadata returned by running a session.run() call.
финальный Event.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
Event.Builder
setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
Event.Builder
setFileVersion (строковое значение)
 An event file was started, with the specified version.
Event.Builder
setFileVersionBytes (значение com.google.protobuf.ByteString)
 An event file was started, with the specified version.
Event.Builder
setGraphDef (значение com.google.protobuf.ByteString)
 An encoded version of a GraphDef.
Event.Builder
setLogMessage (значение LogMessage )
 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)
 An encoded version of a MetaGraphDef.
Event.Builder
setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)
Event.Builder
setSessionLog ( SessionLog.Builder builderForValue)
 The state of the session which can be used for restarting after crashes.
Event.Builder
setSessionLog (значение SessionLog )
 The state of the session which can be used for restarting after crashes.
Event.Builder
setStep (длинное значение)
 Global step of the event.
Event.Builder
setSummary ( Сводное значение)
 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 )
 The metadata returned by running a session.run() call.
финальный Event.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
Event.Builder
setWallTime (двойное значение)
 Timestamp of the event.

Унаследованные методы

Публичные методы

public Event.Builder addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

сборка общедоступного события ()

общедоступное событие buildPartial ()

общедоступный Event.Builder очистить ()

public Event.Builder ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)

общедоступный 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;

общедоступный Event.Builder ClearGraphDef ()

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

общедоступный 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;

общедоступный 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.
 
.tensorflow.SessionLog session_log = 7;

общедоступный 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;

общедоступный Event.Builder ClearWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

public Event.Builder ClearWhat ()

общедоступный клон Event.Builder ()

публичное событие getDefaultInstanceForType ()

общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()

общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

публичная строка 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;

общедоступный com.google.protobuf.ByteString getGraphDef ()

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

общедоступное сообщение журнала 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;

общедоступный 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;

общедоступный 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;

общедоступный журнал сеансов getSessionLog ()

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

общедоступный SessionLog.Builder getSessionLogBuilder ()

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

общедоступный SessionLogOrBuilder getSessionLogOrBuilder ()

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

публичный длинный getStep ()

 Global step of the event.
 
int64 step = 2;

общедоступное резюме getSummary ()

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

общедоступный Summary.Builder getSummaryBuilder ()

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

общедоступный 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;

публичный двойной getWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

общедоступное Event.WhatCase getWhatCase ()

общедоступное логическое значение 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;

общедоступное логическое значение hasSessionLog ()

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

общедоступное логическое значение hasSummary ()

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

общедоступное логическое значение hasTaggedRunMetadata ()

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

публичное финальное логическое значение isInitialized ()

общедоступный Event.Builder mergeFrom (com.google.protobuf.Message другое)

public Event.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

public Event.Builder mergeLogMessage (значение 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 (значение SessionLog )

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

public Event.Builder mergeSummary ( Сводное значение)

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

public Event.Builder mergeTaggedRunMetadata (значение TaggedRunMetadata )

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

общедоступный финальный Event.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public Event.Builder setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

public Event.Builder setFileVersion (строковое значение)

 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)

 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)

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

public Event.Builder setLogMessage (значение 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)

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

public Event.Builder setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)

общедоступный 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 )

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

public Event.Builder setStep (длинное значение)

 Global step of the event.
 
int64 step = 2;

public Event.Builder setSummary (значение сводки )

 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 )

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

общедоступный финальный Event.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public Event.Builder setWallTime (двойное значение)

 Timestamp of the event.
 
double wall_time = 1;