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() |
boolean |
hasLogMessage()
The user output a log message.
|
boolean |
hasSessionLog()
The state of the session which can be used for restarting after crashes.
|
boolean |
hasSummary()
A summary was generated.
|
boolean |
hasTaggedRunMetadata()
The metadata returned by running a session.run() call.
|
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) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Event.WhatCase getWhatCase()
getWhatCase in interface EventOrBuilderpublic double getWallTime()
Timestamp of the event.
double wall_time = 1;getWallTime in interface EventOrBuilderpublic long getStep()
Global step of the event.
int64 step = 2;getStep in interface EventOrBuilderpublic 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 EventOrBuilderpublic 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 EventOrBuilderpublic com.google.protobuf.ByteString getGraphDef()
An encoded version of a GraphDef.
bytes graph_def = 4;getGraphDef in interface EventOrBuilderpublic boolean hasSummary()
A summary was generated.
.tensorflow.Summary summary = 5;hasSummary in interface EventOrBuilderpublic Summary getSummary()
A summary was generated.
.tensorflow.Summary summary = 5;getSummary in interface EventOrBuilderpublic SummaryOrBuilder getSummaryOrBuilder()
A summary was generated.
.tensorflow.Summary summary = 5;getSummaryOrBuilder in interface EventOrBuilderpublic boolean 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;hasLogMessage in interface EventOrBuilderpublic 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 EventOrBuilderpublic 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 EventOrBuilderpublic boolean hasSessionLog()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;hasSessionLog in interface EventOrBuilderpublic SessionLog getSessionLog()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;getSessionLog in interface EventOrBuilderpublic SessionLogOrBuilder getSessionLogOrBuilder()
The state of the session which can be used for restarting after crashes.
.tensorflow.SessionLog session_log = 7;getSessionLogOrBuilder in interface EventOrBuilderpublic boolean hasTaggedRunMetadata()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;hasTaggedRunMetadata in interface EventOrBuilderpublic TaggedRunMetadata getTaggedRunMetadata()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;getTaggedRunMetadata in interface EventOrBuilderpublic TaggedRunMetadataOrBuilder getTaggedRunMetadataOrBuilder()
The metadata returned by running a session.run() call.
.tensorflow.TaggedRunMetadata tagged_run_metadata = 8;getTaggedRunMetadataOrBuilder in interface EventOrBuilderpublic com.google.protobuf.ByteString getMetaGraphDef()
An encoded version of a MetaGraphDef.
bytes meta_graph_def = 9;getMetaGraphDef in interface EventOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Event parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Event parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Event parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Event parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Event parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Event parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Event parseFrom(InputStream input) throws IOException
IOExceptionpublic static Event parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Event parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Event parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Event parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Event parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Event.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Event.Builder newBuilder()
public static Event.Builder newBuilder(Event prototype)
public Event.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Event.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Event getDefaultInstance()
public static com.google.protobuf.Parser<Event> parser()
public com.google.protobuf.Parser<Event> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Event getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2015–2019. All rights reserved.