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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `EmbeddingConfig` class in the Discovery Engine v1beta API defines the configuration for using custom embeddings, allowing users to bring their own embeddings."],["This class is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and is available in the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `object` class."],["Two constructors are available: a default constructor `EmbeddingConfig()` and a copy constructor `EmbeddingConfig(EmbeddingConfig other)` that creates a new instance based on an existing one."],["The `FieldPath` property of type string allows for the specification of a full field path in the schema that is mapped to a custom embedding field."]]],[]]