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, part of the Discovery Engine v1beta API, is used to define the configuration for custom embeddings."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `EmbeddingConfig` class is available in the `Google.Cloud.DiscoveryEngine.V1Beta` namespace within the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["It has two constructors, one parameterless and one that takes another `EmbeddingConfig` object as a parameter."],["The `FieldPath` property within `EmbeddingConfig` allows setting the field path that maps to the embedding field in the schema."]]],[]]