public sealed class ReconConfig.Types.ModelConfig : IMessage<ReconConfig.Types.ModelConfig>, IEquatable<ReconConfig.Types.ModelConfig>, IDeepCloneable<ReconConfig.Types.ModelConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class ReconConfig.Types.ModelConfig.
Model Configs
Implements
IMessageReconConfigTypesModelConfig, IEquatableReconConfigTypesModelConfig, IDeepCloneableReconConfigTypesModelConfig, IBufferMessage, IMessageNamespace
Google.Cloud.EnterpriseKnowledgeGraph.V1Assembly
Google.Cloud.EnterpriseKnowledgeGraph.V1.dll
Constructors
ModelConfig()
public ModelConfig()
ModelConfig(ModelConfig)
public ModelConfig(ReconConfig.Types.ModelConfig other)
Parameter | |
---|---|
Name | Description |
other |
ReconConfigTypesModelConfig |
Properties
ModelName
public string ModelName { get; set; }
Model name. Refer to external documentation for valid names. If unspecified, it defaults to the one mentioned in the documentation.
Property Value | |
---|---|
Type | Description |
string |
VersionTag
public string VersionTag { get; set; }
Model version tag. Refer to external documentation for valid tags. If unspecified, it defaults to the one mentioned in the documentation.
Property Value | |
---|---|
Type | Description |
string |