public sealed class EmbeddingConfig : IMessage<EmbeddingConfig>, IEquatable<EmbeddingConfig>, IDeepCloneable<EmbeddingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class EmbeddingConfig.
Defines embedding config, used for bring your own embeddings feature.
Implements
IMessageEmbeddingConfig, IEquatableEmbeddingConfig, IDeepCloneableEmbeddingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
EmbeddingConfig()
public EmbeddingConfig()
EmbeddingConfig(EmbeddingConfig)
public EmbeddingConfig(EmbeddingConfig other)
Parameter | |
---|---|
Name | Description |
other |
EmbeddingConfig |
Properties
FieldPath
public string FieldPath { get; set; }
Full field path in the schema mapped as embedding field.
Property Value | |
---|---|
Type | Description |
string |