public interface RagFileChunkingConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RagFileChunkingConfig.ChunkingConfigCase |
getChunkingConfigCase() |
RagFileChunkingConfig.FixedLengthChunking |
getFixedLengthChunking()
Specifies the fixed length chunking config.
|
RagFileChunkingConfig.FixedLengthChunkingOrBuilder |
getFixedLengthChunkingOrBuilder()
Specifies the fixed length chunking config.
|
boolean |
hasFixedLengthChunking()
Specifies the fixed length chunking config.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFixedLengthChunking()
Specifies the fixed length chunking config.
.google.cloud.aiplatform.v1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;
RagFileChunkingConfig.FixedLengthChunking getFixedLengthChunking()
Specifies the fixed length chunking config.
.google.cloud.aiplatform.v1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;
RagFileChunkingConfig.FixedLengthChunkingOrBuilder getFixedLengthChunkingOrBuilder()
Specifies the fixed length chunking config.
.google.cloud.aiplatform.v1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;
RagFileChunkingConfig.ChunkingConfigCase getChunkingConfigCase()
Copyright © 2025 Google LLC. All rights reserved.