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 TypeMethodDescriptionintDeprecated.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.chunk_overlap is deprecated.intDeprecated.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.chunk_size is deprecated.Specifies 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.v1beta1.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.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.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.chunk_size is deprecated. See google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=534The size of the chunks.
int32 chunk_size = 1 [deprecated = true];- Returns:
- The chunkSize.
-
getChunkOverlap
Deprecated.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.chunk_overlap is deprecated. See google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=537The overlap between chunks.
int32 chunk_overlap = 2 [deprecated = true];- Returns:
- The chunkOverlap.
-
getChunkingConfigCase
RagFileChunkingConfig.ChunkingConfigCase getChunkingConfigCase()
-