Event.Builder

classe finale statique publique Event.Builder

 Protocol buffer representing an event that happened during
 the execution of a Brain model.
 
tensorflow.Event de type Protobuf.Événement

Méthodes publiques

Event.Builder
addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
Événement
Événement
Event.Builder
clair ()
Event.Builder
clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)
Event.Builder
clearFileVersion ()
 An event file was started, with the specified version.
Event.Builder
effacerGraphDef ()
 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
étape claire ()
 Global step of the event.
Event.Builder
effacerRésumé ()
 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
cloner ()
Événement
final statique com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Chaîne
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.
Message de journal
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.
Journal de session
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.
Résumé
getRésumé ()
 A summary was generated.
Résumé.Builder
getSummaryBuilder ()
 A summary was generated.
RésuméOrBuilder
getSummaryOrBuilder ()
 A summary was generated.
TaggedRunMétadonnées
getTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
TaggedRunMetadata.Builder
getTaggedRunMetadataBuilder ()
 The metadata returned by running a session.run() call.
TaggedExécuterMétadonnéesOuBuilder
getTaggedRunMetadataOrBuilder ()
 The metadata returned by running a session.run() call.
double
getWallTime ()
 Timestamp of the event.
Événement.WhatCase
booléen
hasLogMessage ()
 The user output a log message.
booléen
hasSessionLog ()
 The state of the session which can be used for restarting after crashes.
booléen
hasSummary ()
 A summary was generated.
booléen
hasTaggedRunMetadata ()
 The metadata returned by running a session.run() call.
booléen final
Event.Builder
mergeFrom (com.google.protobuf.Message autre)
Event.Builder
mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Event.Builder
mergeLogMessage (valeur LogMessage )
 The user output a log message.
Event.Builder
mergeSessionLog (valeur SessionLog )
 The state of the session which can be used for restarting after crashes.
Event.Builder
mergeSummary (valeur récapitulative )
 A summary was generated.
Event.Builder
mergeTaggedRunMetadata (valeur TaggedRunMetadata )
 The metadata returned by running a session.run() call.
Final Event.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
Event.Builder
setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
Event.Builder
setFileVersion (valeur de chaîne)
 An event file was started, with the specified version.
Event.Builder
setFileVersionBytes (valeur com.google.protobuf.ByteString)
 An event file was started, with the specified version.
Event.Builder
setGraphDef (valeur com.google.protobuf.ByteString)
 An encoded version of a GraphDef.
Event.Builder
setLogMessage (valeur LogMessage )
 The user output a log message.
Event.Builder
setLogMessage ( LogMessage.Builder builderForValue)
 The user output a log message.
Event.Builder
setMetaGraphDef (valeur com.google.protobuf.ByteString)
 An encoded version of a MetaGraphDef.
Event.Builder
setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
Event.Builder
setSessionLog ( SessionLog.Builder builderForValue)
 The state of the session which can be used for restarting after crashes.
Event.Builder
setSessionLog (valeur SessionLog )
 The state of the session which can be used for restarting after crashes.
Event.Builder
setStep (valeur longue)
 Global step of the event.
Event.Builder
setSummary (valeur récapitulative )
 A summary was generated.
Event.Builder
setSummary ( Résumé.Builder builderForValue)
 A summary was generated.
Event.Builder
setTaggedRunMetadata ( TaggedRunMetadata.Builder builderForValue)
 The metadata returned by running a session.run() call.
Event.Builder
setTaggedRunMetadata (valeur TaggedRunMetadata )
 The metadata returned by running a session.run() call.
Final Event.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
Event.Builder
setWallTime (valeur double)
 Timestamp of the event.

Méthodes héritées

Méthodes publiques

public Event.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

Construction d'événement public ()

Événement public buildPartial ()

public Event.Builder clear ()

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

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 ()

Clone public Event.Builder ()

Événement public getDefaultInstanceForType ()

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

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

chaîne publique 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;

message de journal public 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;

SessionLog public 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;

Résumé public getSummary ()

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

public Summary.Builder getSummaryBuilder ()

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

public RésuméOrBuilder 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 booléen 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 booléen hasSessionLog ()

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

public booléen hasSummary ()

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

public booléen hasTaggedRunMetadata ()

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

public final booléen isInitialized ()

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

public Event.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public Event.Builder mergeLogMessage (valeur 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 (valeur SessionLog )

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

public Event.Builder mergeSummary (valeur récapitulative )

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

public Event.Builder mergeTaggedRunMetadata (valeur TaggedRunMetadata )

 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 (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

public Event.Builder setFileVersion (valeur de chaîne)

 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 (valeur 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 (valeur com.google.protobuf.ByteString)

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

public Event.Builder setLogMessage (valeur 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 (valeur com.google.protobuf.ByteString)

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

public Event.Builder setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)

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 (valeur SessionLog )

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

public Event.Builder setStep (valeur longue)

 Global step of the event.
 
int64 step = 2;

public Event.Builder setSummary (valeur récapitulative )

 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 (valeur TaggedRunMetadata )

 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 (valeur double)

 Timestamp of the event.
 
double wall_time = 1;