Discovery Engine v1beta API - Class EmbeddingConfig (1.0.0-beta12)

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.

Inheritance

object > EmbeddingConfig

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

EmbeddingConfig()

public EmbeddingConfig()

EmbeddingConfig(EmbeddingConfig)

public EmbeddingConfig(EmbeddingConfig other)
Parameter
NameDescription
otherEmbeddingConfig

Properties

FieldPath

public string FieldPath { get; set; }

Full field path in the schema mapped as embedding field.

Property Value
TypeDescription
string