Interface RagFileChunkingConfigOrBuilder (3.56.0)

public interface RagFileChunkingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChunkingConfigCase()

public abstract RagFileChunkingConfig.ChunkingConfigCase getChunkingConfigCase()
Returns
Type Description
RagFileChunkingConfig.ChunkingConfigCase

getFixedLengthChunking()

public abstract RagFileChunkingConfig.FixedLengthChunking getFixedLengthChunking()

Specifies the fixed length chunking config.

.google.cloud.aiplatform.v1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;

Returns
Type Description
RagFileChunkingConfig.FixedLengthChunking

The fixedLengthChunking.

getFixedLengthChunkingOrBuilder()

public abstract RagFileChunkingConfig.FixedLengthChunkingOrBuilder getFixedLengthChunkingOrBuilder()

Specifies the fixed length chunking config.

.google.cloud.aiplatform.v1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;

Returns
Type Description
RagFileChunkingConfig.FixedLengthChunkingOrBuilder

hasFixedLengthChunking()

public abstract boolean hasFixedLengthChunking()

Specifies the fixed length chunking config.

.google.cloud.aiplatform.v1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;

Returns
Type Description
boolean

Whether the fixedLengthChunking field is set.