public static final class ReconConfig.ModelConfig extends GeneratedMessageV3 implements ReconConfig.ModelConfigOrBuilder
Model Configs
Protobuf type google.cloud.enterpriseknowledgegraph.v1.ReconConfig.ModelConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
MODEL_NAME_FIELD_NUMBER
public static final int MODEL_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VERSION_TAG_FIELD_NUMBER
public static final int VERSION_TAG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ReconConfig.ModelConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ReconConfig.ModelConfig.Builder newBuilder()
newBuilder(ReconConfig.ModelConfig prototype)
public static ReconConfig.ModelConfig.Builder newBuilder(ReconConfig.ModelConfig prototype)
public static ReconConfig.ModelConfig parseDelimitedFrom(InputStream input)
public static ReconConfig.ModelConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ReconConfig.ModelConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReconConfig.ModelConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ReconConfig.ModelConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReconConfig.ModelConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReconConfig.ModelConfig parseFrom(CodedInputStream input)
public static ReconConfig.ModelConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReconConfig.ModelConfig parseFrom(InputStream input)
public static ReconConfig.ModelConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ReconConfig.ModelConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReconConfig.ModelConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ReconConfig.ModelConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ReconConfig.ModelConfig getDefaultInstanceForType()
getModelName()
public 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 |
Type |
Description |
String |
The modelName.
|
getModelNameBytes()
public 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 |
Type |
Description |
ByteString |
The bytes for modelName.
|
getParserForType()
public Parser<ReconConfig.ModelConfig> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getVersionTag()
public 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 |
Type |
Description |
String |
The versionTag.
|
getVersionTagBytes()
public 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 |
Type |
Description |
ByteString |
The bytes for versionTag.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ReconConfig.ModelConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReconConfig.ModelConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ReconConfig.ModelConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides