Interface ReconConfig.ModelConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReconConfig.ModelConfig
,ReconConfig.ModelConfig.Builder
- Enclosing class:
- ReconConfig
public static interface ReconConfig.ModelConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getModelName()
Model name.com.google.protobuf.ByteString
getModelNameBytes()
Model name.String
getVersionTag()
Model version tag.com.google.protobuf.ByteString
getVersionTagBytes()
Model version tag.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getModelName
String getModelName()
Model name. Refer to external documentation for valid names. If unspecified, it defaults to the one mentioned in the documentation.
string model_name = 1;
- Returns:
- The modelName.
-
getModelNameBytes
com.google.protobuf.ByteString getModelNameBytes()
Model name. Refer to external documentation for valid names. If unspecified, it defaults to the one mentioned in the documentation.
string model_name = 1;
- Returns:
- The bytes for modelName.
-
getVersionTag
String getVersionTag()
Model version tag. Refer to external documentation for valid tags. If unspecified, it defaults to the one mentioned in the documentation.
string version_tag = 2;
- Returns:
- The versionTag.
-
getVersionTagBytes
com.google.protobuf.ByteString getVersionTagBytes()
Model version tag. Refer to external documentation for valid tags. If unspecified, it defaults to the one mentioned in the documentation.
string version_tag = 2;
- Returns:
- The bytes for versionTag.
-
-