public static interface ReconConfig.ModelConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;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;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;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;Copyright © 2023 Google LLC. All rights reserved.