Enterprise Knowledge Graph v1 API - Class ReconConfig.Types.ModelConfig (1.0.0-beta02)

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

Inheritance

object > ReconConfig.Types.ModelConfig

Namespace

Google.Cloud.EnterpriseKnowledgeGraph.V1

Assembly

Google.Cloud.EnterpriseKnowledgeGraph.V1.dll

Constructors

ModelConfig()

public ModelConfig()

ModelConfig(ModelConfig)

public ModelConfig(ReconConfig.Types.ModelConfig other)
Parameter
NameDescription
otherReconConfigTypesModelConfig

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
TypeDescription
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
TypeDescription
string