Interface RagFileChunkingConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RagFileChunkingConfig, RagFileChunkingConfig.Builder

@Generated public interface RagFileChunkingConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasFixedLengthChunking

      boolean hasFixedLengthChunking()
       Specifies the fixed length chunking config.
       
      .google.cloud.aiplatform.v1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;
      Returns:
      Whether the fixedLengthChunking field is set.
    • getFixedLengthChunking

       Specifies the fixed length chunking config.
       
      .google.cloud.aiplatform.v1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;
      Returns:
      The fixedLengthChunking.
    • getFixedLengthChunkingOrBuilder

      RagFileChunkingConfig.FixedLengthChunkingOrBuilder getFixedLengthChunkingOrBuilder()
       Specifies the fixed length chunking config.
       
      .google.cloud.aiplatform.v1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;
    • getChunkingConfigCase