Package tensorflow.serving
Class ModelServerConfigOuterClass.ModelConfig
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
tensorflow.serving.ModelServerConfigOuterClass.ModelConfig
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,ModelServerConfigOuterClass.ModelConfigOrBuilder
- Enclosing class:
- ModelServerConfigOuterClass
public static final class ModelServerConfigOuterClass.ModelConfig extends com.google.protobuf.GeneratedMessageV3 implements ModelServerConfigOuterClass.ModelConfigOrBuilder
Common configuration for loading a model being served.Protobuf type
tensorflow.serving.ModelConfig- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModelServerConfigOuterClass.ModelConfig.BuilderCommon configuration for loading a model being served.Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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 -
Field Summary
Fields Modifier and Type Field Description static intBASE_PATH_FIELD_NUMBERstatic intLOGGING_CONFIG_FIELD_NUMBERstatic intMODEL_PLATFORM_FIELD_NUMBERstatic intMODEL_TYPE_FIELD_NUMBERstatic intMODEL_VERSION_POLICY_FIELD_NUMBERstatic intNAME_FIELD_NUMBERstatic intVERSION_LABELS_FIELD_NUMBER -
Method Summary
Modifier and Type Method Description booleancontainsVersionLabels(java.lang.String key)String labels to associate with versions of the model, allowing inference queries to refer to versions by label instead of number.booleanequals(java.lang.Object obj)java.lang.StringgetBasePath()Base path to the model, excluding the version directory.com.google.protobuf.ByteStringgetBasePathBytes()Base path to the model, excluding the version directory.static ModelServerConfigOuterClass.ModelConfiggetDefaultInstance()ModelServerConfigOuterClass.ModelConfiggetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()LoggingConfigOuterClass.LoggingConfiggetLoggingConfig()Configures logging requests and responses, to the model.LoggingConfigOuterClass.LoggingConfigOrBuildergetLoggingConfigOrBuilder()Configures logging requests and responses, to the model.java.lang.StringgetModelPlatform()Type of model (e.g.com.google.protobuf.ByteStringgetModelPlatformBytes()Type of model (e.g.ModelServerConfigOuterClass.ModelTypegetModelType()Deprecated.intgetModelTypeValue()Deprecated.FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicygetModelVersionPolicy()Version policy for the model indicating which version(s) of the model to load and make available for serving simultaneously.FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicyOrBuildergetModelVersionPolicyOrBuilder()Version policy for the model indicating which version(s) of the model to load and make available for serving simultaneously.java.lang.StringgetName()Name of the model.com.google.protobuf.ByteStringgetNameBytes()Name of the model.com.google.protobuf.Parser<ModelServerConfigOuterClass.ModelConfig>getParserForType()intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()java.util.Map<java.lang.String,java.lang.Long>getVersionLabels()Deprecated.intgetVersionLabelsCount()String labels to associate with versions of the model, allowing inference queries to refer to versions by label instead of number.java.util.Map<java.lang.String,java.lang.Long>getVersionLabelsMap()String labels to associate with versions of the model, allowing inference queries to refer to versions by label instead of number.longgetVersionLabelsOrDefault(java.lang.String key, long defaultValue)String labels to associate with versions of the model, allowing inference queries to refer to versions by label instead of number.longgetVersionLabelsOrThrow(java.lang.String key)String labels to associate with versions of the model, allowing inference queries to refer to versions by label instead of number.inthashCode()booleanhasLoggingConfig()Configures logging requests and responses, to the model.booleanhasModelVersionPolicy()Version policy for the model indicating which version(s) of the model to load and make available for serving simultaneously.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static ModelServerConfigOuterClass.ModelConfig.BuildernewBuilder()static ModelServerConfigOuterClass.ModelConfig.BuildernewBuilder(ModelServerConfigOuterClass.ModelConfig prototype)ModelServerConfigOuterClass.ModelConfig.BuildernewBuilderForType()protected ModelServerConfigOuterClass.ModelConfig.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static ModelServerConfigOuterClass.ModelConfigparseDelimitedFrom(java.io.InputStream input)static ModelServerConfigOuterClass.ModelConfigparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModelServerConfigOuterClass.ModelConfigparseFrom(byte[] data)static ModelServerConfigOuterClass.ModelConfigparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModelServerConfigOuterClass.ModelConfigparseFrom(com.google.protobuf.ByteString data)static ModelServerConfigOuterClass.ModelConfigparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModelServerConfigOuterClass.ModelConfigparseFrom(com.google.protobuf.CodedInputStream input)static ModelServerConfigOuterClass.ModelConfigparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModelServerConfigOuterClass.ModelConfigparseFrom(java.io.InputStream input)static ModelServerConfigOuterClass.ModelConfigparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModelServerConfigOuterClass.ModelConfigparseFrom(java.nio.ByteBuffer data)static ModelServerConfigOuterClass.ModelConfigparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ModelServerConfigOuterClass.ModelConfig>parser()ModelServerConfigOuterClass.ModelConfig.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, 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, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER- See Also:
- Constant Field Values
-
BASE_PATH_FIELD_NUMBER
public static final int BASE_PATH_FIELD_NUMBER- See Also:
- Constant Field Values
-
MODEL_TYPE_FIELD_NUMBER
public static final int MODEL_TYPE_FIELD_NUMBER- See Also:
- Constant Field Values
-
MODEL_PLATFORM_FIELD_NUMBER
public static final int MODEL_PLATFORM_FIELD_NUMBER- See Also:
- Constant Field Values
-
MODEL_VERSION_POLICY_FIELD_NUMBER
public static final int MODEL_VERSION_POLICY_FIELD_NUMBER- See Also:
- Constant Field Values
-
VERSION_LABELS_FIELD_NUMBER
public static final int VERSION_LABELS_FIELD_NUMBER- See Also:
- Constant Field Values
-
LOGGING_CONFIG_FIELD_NUMBER
public static final int LOGGING_CONFIG_FIELD_NUMBER- See Also:
- Constant Field Values
-
-
Method Details
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getName
public java.lang.String getName()Name of the model.
string name = 1;- Specified by:
getNamein interfaceModelServerConfigOuterClass.ModelConfigOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()Name of the model.
string name = 1;- Specified by:
getNameBytesin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder- Returns:
- The bytes for name.
-
getBasePath
public java.lang.String getBasePath()Base path to the model, excluding the version directory. E.g> for a model at /foo/bar/my_model/123, where 123 is the version, the base path is /foo/bar/my_model. (This can be changed once a model is in serving, *if* the underlying data remains the same. Otherwise there are no guarantees about whether the old or new data will be used for model versions currently loaded.)
string base_path = 2;- Specified by:
getBasePathin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder- Returns:
- The basePath.
-
getBasePathBytes
public com.google.protobuf.ByteString getBasePathBytes()Base path to the model, excluding the version directory. E.g> for a model at /foo/bar/my_model/123, where 123 is the version, the base path is /foo/bar/my_model. (This can be changed once a model is in serving, *if* the underlying data remains the same. Otherwise there are no guarantees about whether the old or new data will be used for model versions currently loaded.)
string base_path = 2;- Specified by:
getBasePathBytesin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder- Returns:
- The bytes for basePath.
-
getModelTypeValue
@Deprecated public int getModelTypeValue()Deprecated.Type of model. TODO(b/31336131): DEPRECATED. Please use 'model_platform' instead.
.tensorflow.serving.ModelType model_type = 3 [deprecated = true];- Specified by:
getModelTypeValuein interfaceModelServerConfigOuterClass.ModelConfigOrBuilder- Returns:
- The enum numeric value on the wire for modelType.
-
getModelType
Deprecated.Type of model. TODO(b/31336131): DEPRECATED. Please use 'model_platform' instead.
.tensorflow.serving.ModelType model_type = 3 [deprecated = true];- Specified by:
getModelTypein interfaceModelServerConfigOuterClass.ModelConfigOrBuilder- Returns:
- The modelType.
-
getModelPlatform
public java.lang.String getModelPlatform()Type of model (e.g. "tensorflow"). (This cannot be changed once a model is in serving.)
string model_platform = 4;- Specified by:
getModelPlatformin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder- Returns:
- The modelPlatform.
-
getModelPlatformBytes
public com.google.protobuf.ByteString getModelPlatformBytes()Type of model (e.g. "tensorflow"). (This cannot be changed once a model is in serving.)
string model_platform = 4;- Specified by:
getModelPlatformBytesin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder- Returns:
- The bytes for modelPlatform.
-
hasModelVersionPolicy
public boolean hasModelVersionPolicy()Version policy for the model indicating which version(s) of the model to load and make available for serving simultaneously. The default option is to serve only the latest version of the model. (This can be changed once a model is in serving.)
.tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy model_version_policy = 7;- Specified by:
hasModelVersionPolicyin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder- Returns:
- Whether the modelVersionPolicy field is set.
-
getModelVersionPolicy
public FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy getModelVersionPolicy()Version policy for the model indicating which version(s) of the model to load and make available for serving simultaneously. The default option is to serve only the latest version of the model. (This can be changed once a model is in serving.)
.tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy model_version_policy = 7;- Specified by:
getModelVersionPolicyin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder- Returns:
- The modelVersionPolicy.
-
getModelVersionPolicyOrBuilder
public FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicyOrBuilder getModelVersionPolicyOrBuilder()Version policy for the model indicating which version(s) of the model to load and make available for serving simultaneously. The default option is to serve only the latest version of the model. (This can be changed once a model is in serving.)
.tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy model_version_policy = 7;- Specified by:
getModelVersionPolicyOrBuilderin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder
-
getVersionLabelsCount
public int getVersionLabelsCount()Description copied from interface:ModelServerConfigOuterClass.ModelConfigOrBuilderString labels to associate with versions of the model, allowing inference queries to refer to versions by label instead of number. Multiple labels can map to the same version, but not vice-versa. An envisioned use-case for these labels is canarying tentative versions. For example, one can assign labels "stable" and "canary" to two specific versions. Perhaps initially "stable" is assigned to version 0 and "canary" to version 1. Once version 1 passes canary, one can shift the "stable" label to refer to version 1 (at that point both labels map to the same version -- version 1 -- which is fine). Later once version 2 is ready to canary one can move the "canary" label to version 2. And so on.
map<string, int64> version_labels = 8;- Specified by:
getVersionLabelsCountin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder
-
containsVersionLabels
public boolean containsVersionLabels(java.lang.String key)String labels to associate with versions of the model, allowing inference queries to refer to versions by label instead of number. Multiple labels can map to the same version, but not vice-versa. An envisioned use-case for these labels is canarying tentative versions. For example, one can assign labels "stable" and "canary" to two specific versions. Perhaps initially "stable" is assigned to version 0 and "canary" to version 1. Once version 1 passes canary, one can shift the "stable" label to refer to version 1 (at that point both labels map to the same version -- version 1 -- which is fine). Later once version 2 is ready to canary one can move the "canary" label to version 2. And so on.
map<string, int64> version_labels = 8;- Specified by:
containsVersionLabelsin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder
-
getVersionLabels
@Deprecated public java.util.Map<java.lang.String,java.lang.Long> getVersionLabels()Deprecated.UsegetVersionLabelsMap()instead.- Specified by:
getVersionLabelsin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder
-
getVersionLabelsMap
public java.util.Map<java.lang.String,java.lang.Long> getVersionLabelsMap()String labels to associate with versions of the model, allowing inference queries to refer to versions by label instead of number. Multiple labels can map to the same version, but not vice-versa. An envisioned use-case for these labels is canarying tentative versions. For example, one can assign labels "stable" and "canary" to two specific versions. Perhaps initially "stable" is assigned to version 0 and "canary" to version 1. Once version 1 passes canary, one can shift the "stable" label to refer to version 1 (at that point both labels map to the same version -- version 1 -- which is fine). Later once version 2 is ready to canary one can move the "canary" label to version 2. And so on.
map<string, int64> version_labels = 8;- Specified by:
getVersionLabelsMapin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder
-
getVersionLabelsOrDefault
public long getVersionLabelsOrDefault(java.lang.String key, long defaultValue)String labels to associate with versions of the model, allowing inference queries to refer to versions by label instead of number. Multiple labels can map to the same version, but not vice-versa. An envisioned use-case for these labels is canarying tentative versions. For example, one can assign labels "stable" and "canary" to two specific versions. Perhaps initially "stable" is assigned to version 0 and "canary" to version 1. Once version 1 passes canary, one can shift the "stable" label to refer to version 1 (at that point both labels map to the same version -- version 1 -- which is fine). Later once version 2 is ready to canary one can move the "canary" label to version 2. And so on.
map<string, int64> version_labels = 8;- Specified by:
getVersionLabelsOrDefaultin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder
-
getVersionLabelsOrThrow
public long getVersionLabelsOrThrow(java.lang.String key)String labels to associate with versions of the model, allowing inference queries to refer to versions by label instead of number. Multiple labels can map to the same version, but not vice-versa. An envisioned use-case for these labels is canarying tentative versions. For example, one can assign labels "stable" and "canary" to two specific versions. Perhaps initially "stable" is assigned to version 0 and "canary" to version 1. Once version 1 passes canary, one can shift the "stable" label to refer to version 1 (at that point both labels map to the same version -- version 1 -- which is fine). Later once version 2 is ready to canary one can move the "canary" label to version 2. And so on.
map<string, int64> version_labels = 8;- Specified by:
getVersionLabelsOrThrowin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder
-
hasLoggingConfig
public boolean hasLoggingConfig()Configures logging requests and responses, to the model. (This can be changed once a model is in serving.)
.tensorflow.serving.LoggingConfig logging_config = 6;- Specified by:
hasLoggingConfigin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder- Returns:
- Whether the loggingConfig field is set.
-
getLoggingConfig
Configures logging requests and responses, to the model. (This can be changed once a model is in serving.)
.tensorflow.serving.LoggingConfig logging_config = 6;- Specified by:
getLoggingConfigin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder- Returns:
- The loggingConfig.
-
getLoggingConfigOrBuilder
Configures logging requests and responses, to the model. (This can be changed once a model is in serving.)
.tensorflow.serving.LoggingConfig logging_config = 6;- Specified by:
getLoggingConfigOrBuilderin interfaceModelServerConfigOuterClass.ModelConfigOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ModelServerConfigOuterClass.ModelConfig parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelServerConfigOuterClass.ModelConfig parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelServerConfigOuterClass.ModelConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelServerConfigOuterClass.ModelConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelServerConfigOuterClass.ModelConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelServerConfigOuterClass.ModelConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ModelServerConfigOuterClass.ModelConfig parseFrom(java.io.InputStream input) throws java.io.IOException- Throws:
java.io.IOException
-
parseFrom
public static ModelServerConfigOuterClass.ModelConfig parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ModelServerConfigOuterClass.ModelConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ModelServerConfigOuterClass.ModelConfig parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException- Throws:
java.io.IOException
-
parseFrom
public static ModelServerConfigOuterClass.ModelConfig parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException- Throws:
java.io.IOException
-
parseFrom
public static ModelServerConfigOuterClass.ModelConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException- Throws:
java.io.IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
public static ModelServerConfigOuterClass.ModelConfig.Builder newBuilder(ModelServerConfigOuterClass.ModelConfig prototype) -
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ModelServerConfigOuterClass.ModelConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-