public static final class Logging.LogMetadata extends com.google.protobuf.GeneratedMessageV3 implements Logging.LogMetadataOrBuilder
Metadata logged along with the request logs.Protobuf type
tensorflow.serving.LogMetadata| Modifier and Type | Class and Description |
|---|---|
static class |
Logging.LogMetadata.Builder
Metadata logged along with the request logs.
|
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 |
MODEL_SPEC_FIELD_NUMBER |
static int |
SAMPLING_CONFIG_FIELD_NUMBER |
static int |
SAVED_MODEL_TAGS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static Logging.LogMetadata |
getDefaultInstance() |
Logging.LogMetadata |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Model.ModelSpec |
getModelSpec()
.tensorflow.serving.ModelSpec model_spec = 1; |
Model.ModelSpecOrBuilder |
getModelSpecOrBuilder()
.tensorflow.serving.ModelSpec model_spec = 1; |
com.google.protobuf.Parser<Logging.LogMetadata> |
getParserForType() |
LoggingConfigOuterClass.SamplingConfig |
getSamplingConfig()
.tensorflow.serving.SamplingConfig sampling_config = 2; |
LoggingConfigOuterClass.SamplingConfigOrBuilder |
getSamplingConfigOrBuilder()
.tensorflow.serving.SamplingConfig sampling_config = 2; |
java.lang.String |
getSavedModelTags(int index)
List of tags used to load the relevant MetaGraphDef from SavedModel.
|
com.google.protobuf.ByteString |
getSavedModelTagsBytes(int index)
List of tags used to load the relevant MetaGraphDef from SavedModel.
|
int |
getSavedModelTagsCount()
List of tags used to load the relevant MetaGraphDef from SavedModel.
|
com.google.protobuf.ProtocolStringList |
getSavedModelTagsList()
List of tags used to load the relevant MetaGraphDef from SavedModel.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasModelSpec()
.tensorflow.serving.ModelSpec model_spec = 1; |
boolean |
hasSamplingConfig()
.tensorflow.serving.SamplingConfig sampling_config = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Logging.LogMetadata.Builder |
newBuilder() |
static Logging.LogMetadata.Builder |
newBuilder(Logging.LogMetadata prototype) |
Logging.LogMetadata.Builder |
newBuilderForType() |
protected Logging.LogMetadata.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Logging.LogMetadata |
parseDelimitedFrom(java.io.InputStream input) |
static Logging.LogMetadata |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Logging.LogMetadata |
parseFrom(byte[] data) |
static Logging.LogMetadata |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Logging.LogMetadata |
parseFrom(java.nio.ByteBuffer data) |
static Logging.LogMetadata |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Logging.LogMetadata |
parseFrom(com.google.protobuf.ByteString data) |
static Logging.LogMetadata |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Logging.LogMetadata |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Logging.LogMetadata |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Logging.LogMetadata |
parseFrom(java.io.InputStream input) |
static Logging.LogMetadata |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Logging.LogMetadata> |
parser() |
Logging.LogMetadata.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 MODEL_SPEC_FIELD_NUMBER
public static final int SAMPLING_CONFIG_FIELD_NUMBER
public static final int SAVED_MODEL_TAGS_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 boolean hasModelSpec()
.tensorflow.serving.ModelSpec model_spec = 1;hasModelSpec in interface Logging.LogMetadataOrBuilderpublic Model.ModelSpec getModelSpec()
.tensorflow.serving.ModelSpec model_spec = 1;getModelSpec in interface Logging.LogMetadataOrBuilderpublic Model.ModelSpecOrBuilder getModelSpecOrBuilder()
.tensorflow.serving.ModelSpec model_spec = 1;getModelSpecOrBuilder in interface Logging.LogMetadataOrBuilderpublic boolean hasSamplingConfig()
.tensorflow.serving.SamplingConfig sampling_config = 2;hasSamplingConfig in interface Logging.LogMetadataOrBuilderpublic LoggingConfigOuterClass.SamplingConfig getSamplingConfig()
.tensorflow.serving.SamplingConfig sampling_config = 2;getSamplingConfig in interface Logging.LogMetadataOrBuilderpublic LoggingConfigOuterClass.SamplingConfigOrBuilder getSamplingConfigOrBuilder()
.tensorflow.serving.SamplingConfig sampling_config = 2;getSamplingConfigOrBuilder in interface Logging.LogMetadataOrBuilderpublic com.google.protobuf.ProtocolStringList getSavedModelTagsList()
List of tags used to load the relevant MetaGraphDef from SavedModel.
repeated string saved_model_tags = 3;getSavedModelTagsList in interface Logging.LogMetadataOrBuilderpublic int getSavedModelTagsCount()
List of tags used to load the relevant MetaGraphDef from SavedModel.
repeated string saved_model_tags = 3;getSavedModelTagsCount in interface Logging.LogMetadataOrBuilderpublic java.lang.String getSavedModelTags(int index)
List of tags used to load the relevant MetaGraphDef from SavedModel.
repeated string saved_model_tags = 3;getSavedModelTags in interface Logging.LogMetadataOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getSavedModelTagsBytes(int index)
List of tags used to load the relevant MetaGraphDef from SavedModel.
repeated string saved_model_tags = 3;getSavedModelTagsBytes in interface Logging.LogMetadataOrBuilderindex - The index of the value to return.public 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 Logging.LogMetadata parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Logging.LogMetadata parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Logging.LogMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Logging.LogMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Logging.LogMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Logging.LogMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Logging.LogMetadata parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Logging.LogMetadata parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Logging.LogMetadata parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Logging.LogMetadata parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Logging.LogMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Logging.LogMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Logging.LogMetadata.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Logging.LogMetadata.Builder newBuilder()
public static Logging.LogMetadata.Builder newBuilder(Logging.LogMetadata prototype)
public Logging.LogMetadata.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Logging.LogMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Logging.LogMetadata getDefaultInstance()
public static com.google.protobuf.Parser<Logging.LogMetadata> parser()
public com.google.protobuf.Parser<Logging.LogMetadata> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Logging.LogMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder