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.v1beta1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;
      Returns:
      Whether the fixedLengthChunking field is set.
    • getFixedLengthChunking

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

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

      @Deprecated int getChunkSize()
      Deprecated.
      google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.chunk_size is deprecated. See google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=534
       The size of the chunks.
       
      int32 chunk_size = 1 [deprecated = true];
      Returns:
      The chunkSize.
    • getChunkOverlap

      @Deprecated int getChunkOverlap()
      Deprecated.
      google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.chunk_overlap is deprecated. See google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=537
       The overlap between chunks.
       
      int32 chunk_overlap = 2 [deprecated = true];
      Returns:
      The chunkOverlap.
    • getChunkingConfigCase