public final class Event extends com.google.protobuf.GeneratedMessageV3 implements EventOrBuilder
Protocol buffer representing an event that happened during the execution of a Brain model.Protobuf type
tensorflow.Event
Modifier and Type | Class and Description |
---|---|
static class |
Event.Builder
Protocol buffer representing an event that happened during
the execution of a Brain model.
|
static class |
Event.WhatCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
FILE_VERSION_FIELD_NUMBER |
static int |
GRAPH_DEF_FIELD_NUMBER |
static int |
LOG_MESSAGE_FIELD_NUMBER |
static int |
META_GRAPH_DEF_FIELD_NUMBER |
static int |
SESSION_LOG_FIELD_NUMBER |
static int |
STEP_FIELD_NUMBER |
static int |
SUMMARY_FIELD_NUMBER |
static int |
TAGGED_RUN_METADATA_FIELD_NUMBER |
static int |
WALL_TIME_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Event |
getDefaultInstance() |
Event |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
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.
|
LogMessageOrBuilder |
getLogMessageOrBuilder()
The user output a log message.
|
com.google.protobuf.ByteString |
getMetaGraphDef()
An encoded version of a MetaGraphDef.
|
com.google.protobuf.Parser<Event> |
getParserForType() |
int |
getSerializedSize() |
SessionLog |
getSessionLog()
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.
|
Summary |
getSummary()
A summary was generated.
|
SummaryOrBuilder |
getSummaryOrBuilder()
A summary was generated.
|
TaggedRunMetadata |
getTaggedRunMetadata()
The metadata returned by running a session.run() call.
|
TaggedRunMetadataOrBuilder |
getTaggedRunMetadataOrBuilder()
The metadata returned by running a session.run() call.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
double |
getWallTime()
Timestamp of the event.
|
Event.WhatCase |
getWhatCase() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Event.Builder |
newBuilder() |
static Event.Builder |
newBuilder(Event prototype) |
Event.Builder |
newBuilderForType() |
protected Event.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Event |
parseDelimitedFrom(InputStream input) |
static Event |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Event |
parseFrom(byte[] data) |
static Event |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Event |
parseFrom(ByteBuffer data) |
static Event |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Event |
parseFrom(com.google.protobuf.ByteString data) |
static Event |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Event |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Event |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Event |
parseFrom(InputStream input) |
static Event |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Event> |
parser() |
Event.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int WALL_TIME_FIELD_NUMBER
public static final int STEP_FIELD_NUMBER
public static final int FILE_VERSION_FIELD_NUMBER
public static final int GRAPH_DEF_FIELD_NUMBER
public static final int SUMMARY_FIELD_NUMBER
public static final int LOG_MESSAGE_FIELD_NUMBER
public static final int SESSION_LOG_FIELD_NUMBER
public static final int TAGGED_RUN_METADATA_FIELD_NUMBER
public static final int META_GRAPH_DEF_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public Event.WhatCase getWhatCase()
getWhatCase
in interface EventOrBuilder
public double getWallTime()
Timestamp of the event.
double wall_time = 1;
getWallTime
in interface EventOrBuilder
public long getStep()
Global step of the event.
int64 step = 2;
getStep
in interface EventOrBuilder
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;
getFileVersion
in interface EventOrBuilder
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;
getFileVersionBytes
in interface EventOrBuilder
public com.google.protobuf.ByteString getGraphDef()
An encoded version of a GraphDef.
bytes graph_def = 4;
getGraphDef
in interface EventOrBuilder
public Summary getSummary()
A summary was generated.
.tensorflow.Summary summary = 5;
getSummary
in interface EventOrBuilder
public SummaryOrBuilder getSummaryOrBuilder()
A summary was generated.
.tensorflow.Summary summary = 5;
getSummaryOrBuilder
in interface EventOrBuilder
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;
getLogMessage
in interface EventOrBuilder
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;
getLogMessageOrBuilder
in interface EventOrBuilder
public SessionLog getSessionLog()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
getSessionLog
in interface EventOrBuilder
public SessionLogOrBuilder getSessionLogOrBuilder()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;
getSessionLogOrBuilder
in interface EventOrBuilder
public TaggedRunMetadata getTaggedRunMetadata()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
getTaggedRunMetadata
in interface EventOrBuilder
public TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;
getTaggedRunMetadataOrBuilder
in interface EventOrBuilder
public com.google.protobuf.ByteString getMetaGraphDef()
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;
getMetaGraphDef
in interface EventOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Event parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Event parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Event parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Event parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Event parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Event parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Event parseFrom(InputStream input) throws IOException
IOException
public static Event parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Event parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Event parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Event parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Event parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Event.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Event.Builder newBuilder()
public static Event.Builder newBuilder(Event prototype)
public Event.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Event.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Event getDefaultInstance()
public static com.google.protobuf.Parser<Event> parser()
public com.google.protobuf.Parser<Event> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Event getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2015–2017. All rights reserved.