Package com.google.cloud.aiplatform.v1
Interface RagFileChunkingConfig.FixedLengthChunkingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RagFileChunkingConfig.FixedLengthChunking,RagFileChunkingConfig.FixedLengthChunking.Builder
- Enclosing class:
- RagFileChunkingConfig
public static interface RagFileChunkingConfig.FixedLengthChunkingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintThe overlap between chunks.intThe size of the chunks.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getChunkSize
int getChunkSize()The size of the chunks.
int32 chunk_size = 1;- Returns:
- The chunkSize.
-
getChunkOverlap
int getChunkOverlap()The overlap between chunks.
int32 chunk_overlap = 2;- Returns:
- The chunkOverlap.
-