Interface EventOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
Event, Event.Builder

public interface EventOrBuilder extends MessageOrBuilder
  • Method Details

    • getWallTime

      double getWallTime()
      Timestamp of the event.
      
      double wall_time = 1;
      Returns:
      The wallTime.
    • getStep

      long getStep()
      Global step of the event.
      
      int64 step = 2;
      Returns:
      The step.
    • hasFileVersion

      boolean hasFileVersion()
      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;
      Returns:
      Whether the fileVersion field is set.
    • getFileVersion

      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;
      Returns:
      The fileVersion.
    • getFileVersionBytes

      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;
      Returns:
      The bytes for fileVersion.
    • hasGraphDef

      boolean hasGraphDef()
      An encoded version of a GraphDef.
      
      bytes graph_def = 4;
      Returns:
      Whether the graphDef field is set.
    • getGraphDef

      ByteString getGraphDef()
      An encoded version of a GraphDef.
      
      bytes graph_def = 4;
      Returns:
      The graphDef.
    • hasSummary

      boolean hasSummary()
      A summary was generated.
      
      .tensorflow.Summary summary = 5;
      Returns:
      Whether the summary field is set.
    • getSummary

      Summary getSummary()
      A summary was generated.
      
      .tensorflow.Summary summary = 5;
      Returns:
      The summary.
    • getSummaryOrBuilder

      SummaryOrBuilder getSummaryOrBuilder()
      A summary was generated.
      
      .tensorflow.Summary summary = 5;
    • hasLogMessage

      @Deprecated boolean hasLogMessage()
      Deprecated.
      tensorflow.Event.log_message is deprecated. See tensorflow/core/util/event.proto;l=34
      The user output a log message. This was theoretically used by the defunct
      tensorboard_logging module, which has since been removed; this field is
      now deprecated and should not be used.
      
      .tensorflow.LogMessage log_message = 6 [deprecated = true];
      Returns:
      Whether the logMessage field is set.
    • getLogMessage

      @Deprecated LogMessage getLogMessage()
      Deprecated.
      tensorflow.Event.log_message is deprecated. See tensorflow/core/util/event.proto;l=34
      The user output a log message. This was theoretically used by the defunct
      tensorboard_logging module, which has since been removed; this field is
      now deprecated and should not be used.
      
      .tensorflow.LogMessage log_message = 6 [deprecated = true];
      Returns:
      The logMessage.
    • getLogMessageOrBuilder

      @Deprecated LogMessageOrBuilder getLogMessageOrBuilder()
      Deprecated.
      The user output a log message. This was theoretically used by the defunct
      tensorboard_logging module, which has since been removed; this field is
      now deprecated and should not be used.
      
      .tensorflow.LogMessage log_message = 6 [deprecated = true];
    • hasSessionLog

      boolean hasSessionLog()
      The state of the session which can be used for restarting after crashes.
      
      .tensorflow.SessionLog session_log = 7;
      Returns:
      Whether the sessionLog field is set.
    • getSessionLog

      SessionLog getSessionLog()
      The state of the session which can be used for restarting after crashes.
      
      .tensorflow.SessionLog session_log = 7;
      Returns:
      The sessionLog.
    • getSessionLogOrBuilder

      SessionLogOrBuilder getSessionLogOrBuilder()
      The state of the session which can be used for restarting after crashes.
      
      .tensorflow.SessionLog session_log = 7;
    • hasTaggedRunMetadata

      boolean hasTaggedRunMetadata()
      The metadata returned by running a session.run() call.
      
      .tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
      Returns:
      Whether the taggedRunMetadata field is set.
    • getTaggedRunMetadata

      TaggedRunMetadata getTaggedRunMetadata()
      The metadata returned by running a session.run() call.
      
      .tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
      Returns:
      The taggedRunMetadata.
    • getTaggedRunMetadataOrBuilder

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

      boolean hasMetaGraphDef()
      An encoded version of a MetaGraphDef.
      
      bytes meta_graph_def = 9;
      Returns:
      Whether the metaGraphDef field is set.
    • getMetaGraphDef

      ByteString getMetaGraphDef()
      An encoded version of a MetaGraphDef.
      
      bytes meta_graph_def = 9;
      Returns:
      The metaGraphDef.
    • hasSourceMetadata

      boolean hasSourceMetadata()
      Information of the source that writes the events, this is only logged in
      the very first event along with the `file_version` field.
      
      .tensorflow.SourceMetadata source_metadata = 10;
      Returns:
      Whether the sourceMetadata field is set.
    • getSourceMetadata

      SourceMetadata getSourceMetadata()
      Information of the source that writes the events, this is only logged in
      the very first event along with the `file_version` field.
      
      .tensorflow.SourceMetadata source_metadata = 10;
      Returns:
      The sourceMetadata.
    • getSourceMetadataOrBuilder

      SourceMetadataOrBuilder getSourceMetadataOrBuilder()
      Information of the source that writes the events, this is only logged in
      the very first event along with the `file_version` field.
      
      .tensorflow.SourceMetadata source_metadata = 10;
    • getWhatCase

      Event.WhatCase getWhatCase()