Event.Builder

classe final estática pública Event.Builder

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

Métodos Públicos

Evento.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
Evento
Evento
Evento.Builder
claro ()
Evento.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
Evento.Builder
clearFileVersion ()
 An event file was started, with the specified version.
Evento.Builder
limparGraphDef ()
 An encoded version of a GraphDef.
Evento.Builder
clearLogMessage ()
 The user output a log message.
Evento.Builder
clearMetaGraphDef ()
 An encoded version of a MetaGraphDef.
Evento.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof)
Evento.Builder
limparSessionLog ()
 The state of the session which can be used for restarting after crashes.
Evento.Builder
limparStep ()
 Global step of the event.
Evento.Builder
limpar Resumo ()
 A summary was generated.
Evento.Builder
clearTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
Evento.Builder
limparWallTime ()
 Timestamp of the event.
Evento.Builder
Evento.Builder
clonar ()
Evento
final estático com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Corda
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.
Mensagem de registro
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.
Log de Sessão
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
obter Resumo ()
 A summary was generated.
Resumo.Builder
getSummaryBuilder ()
 A summary was generated.
ResumoOrBuilder
getSummaryOrBuilder ()
 A summary was generated.
TaggedRunMetadados
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.
dobro
obterWallTime ()
 Timestamp of the event.
Evento.WhatCase
boleano
hasLogMessage ()
 The user output a log message.
boleano
hasSessionLog ()
 The state of the session which can be used for restarting after crashes.
boleano
temResumo ()
 A summary was generated.
boleano
hasTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
booleano final
Evento.Builder
mergeFrom (com.google.protobuf.Message outro)
Evento.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Evento.Builder
mergeLogMessage (valor LogMessage )
 The user output a log message.
Evento.Builder
mergeSessionLog (valor SessionLog )
 The state of the session which can be used for restarting after crashes.
Evento.Builder
mergeSummary (valor de resumo )
 A summary was generated.
Evento.Builder
mergeTaggedRunMetadata (valor TaggedRunMetadata )
 The metadata returned by running a session.run() call.
Evento final.Builder
mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
Evento.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
Evento.Builder
setFileVersion (valor da string)
 An event file was started, with the specified version.
Evento.Builder
setFileVersionBytes (valor com.google.protobuf.ByteString)
 An event file was started, with the specified version.
Evento.Builder
setGraphDef (valor com.google.protobuf.ByteString)
 An encoded version of a GraphDef.
Evento.Builder
setLogMessage (valor LogMessage )
 The user output a log message.
Evento.Builder
setLogMessage ( LogMessage.Builder construtorForValue)
 The user output a log message.
Evento.Builder
setMetaGraphDef (valor com.google.protobuf.ByteString)
 An encoded version of a MetaGraphDef.
Evento.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
Evento.Builder
setSessionLog ( SessionLog.Builder construtorForValue)
 The state of the session which can be used for restarting after crashes.
Evento.Builder
setSessionLog (valor SessionLog )
 The state of the session which can be used for restarting after crashes.
Evento.Builder
setStep (valor longo)
 Global step of the event.
Evento.Builder
setSummary (valor de resumo )
 A summary was generated.
Evento.Builder
setSummary ( Resumo.Builder construtorForValue)
 A summary was generated.
Evento.Builder
setTaggedRunMetadata ( TaggedRunMetadata.Builder construtorForValue)
 The metadata returned by running a session.run() call.
Evento.Builder
setTaggedRunMetadata (valor TaggedRunMetadata )
 The metadata returned by running a session.run() call.
Evento final.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
Evento.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)

construção de evento público ()

Evento público buildPartial ()

evento público.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

Evento público.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;

Evento público.Builder clearGraphDef ()

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

evento público.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;

Evento público.Builder clearMetaGraphDef ()

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

Evento público.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

evento público.Builder clearSessionLog ()

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

Evento público.Builder clearStep ()

 Global step of the event.
 
int64 step = 2;

Evento público.Builder clearSummary ()

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

evento público.Builder clearTaggedRunMetadata ()

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

Evento público.Builder clearWallTime ()

 Timestamp of the event.
 
double wall_time = 1;

Clone Event.Builder público ()

Evento público getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

String pública 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;

público 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;

público com.google.protobuf.ByteString getGraphDef ()

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

LogMessage pública 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 público 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 público 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;

público com.google.protobuf.ByteString getMetaGraphDef ()

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

SessionLog público getSessionLog ()

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

SessionLog.Builder público getSessionLogBuilder ()

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

SessionLogOrBuilder públicogetSessionLogOrBuilder ( )

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

getStep longo público ()

 Global step of the event.
 
int64 step = 2;

Resumo público getSummary ()

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

Resumo público.Builder getSummaryBuilder ()

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

Resumo públicoOrBuilder getSummaryOrBuilder ()

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

público TaggedRunMetadata getTaggedRunMetadata ()

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

público TaggedRunMetadata.Builder getTaggedRunMetadataBuilder ()

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

público TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder ()

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

getWallTime duplo público ()

 Timestamp of the event.
 
double wall_time = 1;

Evento público.WhatCase getWhatCase ()

hasLogMessage booleano público ()

 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 booleano público ()

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

hasSummary booleano público ()

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

hasTaggedRunMetadata booleano público ()

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

público final booleano isInitialized ()

evento público.Builder mergeFrom (com.google.protobuf.Message outro)

public Event.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, 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;

evento final público.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

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

public Event.Builder setFileVersion (valor de string)

 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 público 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;

Event.Builder setGraphDef público (valor com.google.protobuf.ByteString)

 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;

Evento público.Builder setMetaGraphDef (valor com.google.protobuf.ByteString)

 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;

Event.Builder setStep público (valor longo)

 Global step of the event.
 
int64 step = 2;

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;

Evento final público.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

public Event.Builder setWallTime (valor duplo)

 Timestamp of the event.
 
double wall_time = 1;