public sealed class RagFileChunkingConfig : IMessage<RagFileChunkingConfig>, IEquatable<RagFileChunkingConfig>, IDeepCloneable<RagFileChunkingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class RagFileChunkingConfig.
Specifies the size and overlap of chunks for RagFiles.
[[["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-04-09 UTC."],[[["This documentation covers the `RagFileChunkingConfig` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `RagFileChunkingConfig` class is used to define the chunk size and overlap for RagFiles, supporting functions such as specifying how to break down the files."],["The class inherits from the base `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `RagFileChunkingConfig` include `ChunkOverlap` and `ChunkSize`, both of which are integer values that control the file chunking parameters."],["It has two constructors, one that is empty to create an instance, and the other which takes another `RagFileChunkingConfig` to use."]]],[]]