public static final class PredictionLogOuterClass.PredictionLog extends com.google.protobuf.GeneratedMessageV3 implements PredictionLogOuterClass.PredictionLogOrBuilder
Logged model inference request.Protobuf type
tensorflow.serving.PredictionLog| Modifier and Type | Class and Description |
|---|---|
static class |
PredictionLogOuterClass.PredictionLog.Builder
Logged model inference request.
|
static class |
PredictionLogOuterClass.PredictionLog.LogTypeCase |
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CLASSIFY_LOG_FIELD_NUMBER |
static int |
LOG_METADATA_FIELD_NUMBER |
static int |
MULTI_INFERENCE_LOG_FIELD_NUMBER |
static int |
PREDICT_LOG_FIELD_NUMBER |
static int |
REGRESS_LOG_FIELD_NUMBER |
static int |
SESSION_RUN_LOG_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
PredictionLogOuterClass.ClassifyLog |
getClassifyLog()
.tensorflow.serving.ClassifyLog classify_log = 2; |
PredictionLogOuterClass.ClassifyLogOrBuilder |
getClassifyLogOrBuilder()
.tensorflow.serving.ClassifyLog classify_log = 2; |
static PredictionLogOuterClass.PredictionLog |
getDefaultInstance() |
PredictionLogOuterClass.PredictionLog |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Logging.LogMetadata |
getLogMetadata()
.tensorflow.serving.LogMetadata log_metadata = 1; |
Logging.LogMetadataOrBuilder |
getLogMetadataOrBuilder()
.tensorflow.serving.LogMetadata log_metadata = 1; |
PredictionLogOuterClass.PredictionLog.LogTypeCase |
getLogTypeCase() |
PredictionLogOuterClass.MultiInferenceLog |
getMultiInferenceLog()
.tensorflow.serving.MultiInferenceLog multi_inference_log = 4; |
PredictionLogOuterClass.MultiInferenceLogOrBuilder |
getMultiInferenceLogOrBuilder()
.tensorflow.serving.MultiInferenceLog multi_inference_log = 4; |
com.google.protobuf.Parser<PredictionLogOuterClass.PredictionLog> |
getParserForType() |
PredictionLogOuterClass.PredictLog |
getPredictLog()
.tensorflow.serving.PredictLog predict_log = 6; |
PredictionLogOuterClass.PredictLogOrBuilder |
getPredictLogOrBuilder()
.tensorflow.serving.PredictLog predict_log = 6; |
PredictionLogOuterClass.RegressLog |
getRegressLog()
.tensorflow.serving.RegressLog regress_log = 3; |
PredictionLogOuterClass.RegressLogOrBuilder |
getRegressLogOrBuilder()
.tensorflow.serving.RegressLog regress_log = 3; |
int |
getSerializedSize() |
PredictionLogOuterClass.SessionRunLog |
getSessionRunLog()
.tensorflow.serving.SessionRunLog session_run_log = 5; |
PredictionLogOuterClass.SessionRunLogOrBuilder |
getSessionRunLogOrBuilder()
.tensorflow.serving.SessionRunLog session_run_log = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasClassifyLog()
.tensorflow.serving.ClassifyLog classify_log = 2; |
int |
hashCode() |
boolean |
hasLogMetadata()
.tensorflow.serving.LogMetadata log_metadata = 1; |
boolean |
hasMultiInferenceLog()
.tensorflow.serving.MultiInferenceLog multi_inference_log = 4; |
boolean |
hasPredictLog()
.tensorflow.serving.PredictLog predict_log = 6; |
boolean |
hasRegressLog()
.tensorflow.serving.RegressLog regress_log = 3; |
boolean |
hasSessionRunLog()
.tensorflow.serving.SessionRunLog session_run_log = 5; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PredictionLogOuterClass.PredictionLog.Builder |
newBuilder() |
static PredictionLogOuterClass.PredictionLog.Builder |
newBuilder(PredictionLogOuterClass.PredictionLog prototype) |
PredictionLogOuterClass.PredictionLog.Builder |
newBuilderForType() |
protected PredictionLogOuterClass.PredictionLog.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static PredictionLogOuterClass.PredictionLog |
parseDelimitedFrom(java.io.InputStream input) |
static PredictionLogOuterClass.PredictionLog |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PredictionLogOuterClass.PredictionLog |
parseFrom(byte[] data) |
static PredictionLogOuterClass.PredictionLog |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PredictionLogOuterClass.PredictionLog |
parseFrom(java.nio.ByteBuffer data) |
static PredictionLogOuterClass.PredictionLog |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PredictionLogOuterClass.PredictionLog |
parseFrom(com.google.protobuf.ByteString data) |
static PredictionLogOuterClass.PredictionLog |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PredictionLogOuterClass.PredictionLog |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PredictionLogOuterClass.PredictionLog |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PredictionLogOuterClass.PredictionLog |
parseFrom(java.io.InputStream input) |
static PredictionLogOuterClass.PredictionLog |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PredictionLogOuterClass.PredictionLog> |
parser() |
PredictionLogOuterClass.PredictionLog.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, 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 LOG_METADATA_FIELD_NUMBER
public static final int CLASSIFY_LOG_FIELD_NUMBER
public static final int REGRESS_LOG_FIELD_NUMBER
public static final int PREDICT_LOG_FIELD_NUMBER
public static final int MULTI_INFERENCE_LOG_FIELD_NUMBER
public static final int SESSION_RUN_LOG_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public 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 PredictionLogOuterClass.PredictionLog.LogTypeCase getLogTypeCase()
getLogTypeCase in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic boolean hasLogMetadata()
.tensorflow.serving.LogMetadata log_metadata = 1;hasLogMetadata in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic Logging.LogMetadata getLogMetadata()
.tensorflow.serving.LogMetadata log_metadata = 1;getLogMetadata in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic Logging.LogMetadataOrBuilder getLogMetadataOrBuilder()
.tensorflow.serving.LogMetadata log_metadata = 1;getLogMetadataOrBuilder in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic boolean hasClassifyLog()
.tensorflow.serving.ClassifyLog classify_log = 2;hasClassifyLog in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic PredictionLogOuterClass.ClassifyLog getClassifyLog()
.tensorflow.serving.ClassifyLog classify_log = 2;getClassifyLog in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic PredictionLogOuterClass.ClassifyLogOrBuilder getClassifyLogOrBuilder()
.tensorflow.serving.ClassifyLog classify_log = 2;getClassifyLogOrBuilder in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic boolean hasRegressLog()
.tensorflow.serving.RegressLog regress_log = 3;hasRegressLog in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic PredictionLogOuterClass.RegressLog getRegressLog()
.tensorflow.serving.RegressLog regress_log = 3;getRegressLog in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic PredictionLogOuterClass.RegressLogOrBuilder getRegressLogOrBuilder()
.tensorflow.serving.RegressLog regress_log = 3;getRegressLogOrBuilder in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic boolean hasPredictLog()
.tensorflow.serving.PredictLog predict_log = 6;hasPredictLog in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic PredictionLogOuterClass.PredictLog getPredictLog()
.tensorflow.serving.PredictLog predict_log = 6;getPredictLog in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic PredictionLogOuterClass.PredictLogOrBuilder getPredictLogOrBuilder()
.tensorflow.serving.PredictLog predict_log = 6;getPredictLogOrBuilder in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic boolean hasMultiInferenceLog()
.tensorflow.serving.MultiInferenceLog multi_inference_log = 4;hasMultiInferenceLog in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic PredictionLogOuterClass.MultiInferenceLog getMultiInferenceLog()
.tensorflow.serving.MultiInferenceLog multi_inference_log = 4;getMultiInferenceLog in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic PredictionLogOuterClass.MultiInferenceLogOrBuilder getMultiInferenceLogOrBuilder()
.tensorflow.serving.MultiInferenceLog multi_inference_log = 4;getMultiInferenceLogOrBuilder in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic boolean hasSessionRunLog()
.tensorflow.serving.SessionRunLog session_run_log = 5;hasSessionRunLog in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic PredictionLogOuterClass.SessionRunLog getSessionRunLog()
.tensorflow.serving.SessionRunLog session_run_log = 5;getSessionRunLog in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic PredictionLogOuterClass.SessionRunLogOrBuilder getSessionRunLogOrBuilder()
.tensorflow.serving.SessionRunLog session_run_log = 5;getSessionRunLogOrBuilder in interface PredictionLogOuterClass.PredictionLogOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.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 PredictionLogOuterClass.PredictionLog parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PredictionLogOuterClass.PredictionLog parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PredictionLogOuterClass.PredictionLog parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PredictionLogOuterClass.PredictionLog parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PredictionLogOuterClass.PredictionLog parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PredictionLogOuterClass.PredictionLog parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PredictionLogOuterClass.PredictionLog parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PredictionLogOuterClass.PredictionLog parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PredictionLogOuterClass.PredictionLog parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PredictionLogOuterClass.PredictionLog parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PredictionLogOuterClass.PredictionLog parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PredictionLogOuterClass.PredictionLog parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic PredictionLogOuterClass.PredictionLog.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PredictionLogOuterClass.PredictionLog.Builder newBuilder()
public static PredictionLogOuterClass.PredictionLog.Builder newBuilder(PredictionLogOuterClass.PredictionLog prototype)
public PredictionLogOuterClass.PredictionLog.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PredictionLogOuterClass.PredictionLog.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PredictionLogOuterClass.PredictionLog getDefaultInstance()
public static com.google.protobuf.Parser<PredictionLogOuterClass.PredictionLog> parser()
public com.google.protobuf.Parser<PredictionLogOuterClass.PredictionLog> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PredictionLogOuterClass.PredictionLog getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder