Cloud AI Platform v1 API - Class RagFileChunkingConfig (3.12.0)

public sealed class RagFileChunkingConfig : IMessage<RagFileChunkingConfig>, IEquatable<RagFileChunkingConfig>, IDeepCloneable<RagFileChunkingConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class RagFileChunkingConfig.

Specifies the size and overlap of chunks for RagFiles.

Inheritance

object > RagFileChunkingConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

RagFileChunkingConfig()

public RagFileChunkingConfig()

RagFileChunkingConfig(RagFileChunkingConfig)

public RagFileChunkingConfig(RagFileChunkingConfig other)
Parameter
Name Description
other RagFileChunkingConfig

Properties

ChunkingConfigCase

public RagFileChunkingConfig.ChunkingConfigOneofCase ChunkingConfigCase { get; }
Property Value
Type Description
RagFileChunkingConfigChunkingConfigOneofCase

FixedLengthChunking

public RagFileChunkingConfig.Types.FixedLengthChunking FixedLengthChunking { get; set; }

Specifies the fixed length chunking config.

Property Value
Type Description
RagFileChunkingConfigTypesFixedLengthChunking