Cloud AI Platform v1beta1 API - Class RagFileChunkingConfig.Types.FixedLengthChunking (1.0.0-beta11)

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.

Inheritance

object > RagFileChunkingConfig.Types.FixedLengthChunking

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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