Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptionSpecifies the fixed length chunking config.Specifies the fixed length chunking config.booleanSpecifies the fixed length chunking config.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
-
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
RagFileChunkingConfig.FixedLengthChunking 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
RagFileChunkingConfig.ChunkingConfigCase getChunkingConfigCase()
-