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 Cloud AI Platform v1beta1 API class RagFileChunkingConfig.Types.FixedLengthChunking.
Specifies the fixed length chunking config.
Implements
IMessageRagFileChunkingConfigTypesFixedLengthChunking, IEquatableRagFileChunkingConfigTypesFixedLengthChunking, IDeepCloneableRagFileChunkingConfigTypesFixedLengthChunking, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FixedLengthChunking()
public FixedLengthChunking()
FixedLengthChunking(FixedLengthChunking)
public FixedLengthChunking(RagFileChunkingConfig.Types.FixedLengthChunking other)
Parameter | |
---|---|
Name | Description |
other |
RagFileChunkingConfigTypesFixedLengthChunking |
Properties
ChunkOverlap
public int ChunkOverlap { get; set; }
The overlap between chunks.
Property Value | |
---|---|
Type | Description |
int |
ChunkSize
public int ChunkSize { get; set; }
The size of the chunks.
Property Value | |
---|---|
Type | Description |
int |