public sealed class RagFileTransformationConfig : IMessage<RagFileTransformationConfig>, IEquatable<RagFileTransformationConfig>, IDeepCloneable<RagFileTransformationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class RagFileTransformationConfig.
[[["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 `RagFileTransformationConfig` class, found within the `Google.Cloud.AIPlatform.V1Beta1` namespace, provides configurations for transforming RagFiles in the Vertex AI v1beta1 API."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and comparisons."],["The class includes two constructors, a default one and another that takes an existing `RagFileTransformationConfig` instance as a parameter for cloning purposes."],["It contains a `RagFileChunkingConfig` property, which enables the specification of chunking configurations for RagFiles."],["This class is available in the latest version, 1.0.0-beta21 and version 1.0.0-beta20."]]],[]]