public sealed class RagFileChunkingConfig.Types.FixedLengthChunking : IMessage<RagFileChunkingConfig.Types.FixedLengthChunking>, IEquatable<RagFileChunkingConfig.Types.FixedLengthChunking>, IDeepCloneable<RagFileChunkingConfig.Types.FixedLengthChunking>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class RagFileChunkingConfig.Types.FixedLengthChunking.
[[["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-08 UTC."],[[["This document provides reference documentation for the `RagFileChunkingConfig.Types.FixedLengthChunking` class within the Vertex AI v1beta1 API, specifically for the .NET platform."],["The `FixedLengthChunking` class is used to configure fixed-length chunking and is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, and is available in two versions, beta21 and beta20."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `FixedLengthChunking` class include `ChunkOverlap`, which specifies the overlap between chunks, and `ChunkSize`, which defines the size of each chunk, both of which are integers."],["This class includes two constructors: a default constructor `FixedLengthChunking()`, and one accepting another `FixedLengthChunking` instance as an argument `FixedLengthChunking(FixedLengthChunking other)`."]]],[]]