public interface RagFileChunkingConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RagFileChunkingConfig.ChunkingConfigCase |
getChunkingConfigCase() |
int |
getChunkOverlap()
Deprecated.
google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.chunk_overlap is deprecated.
See google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=407
|
int |
getChunkSize()
Deprecated.
google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.chunk_size is deprecated. See
google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=404
|
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.v1beta1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;
RagFileChunkingConfig.FixedLengthChunking getFixedLengthChunking()
Specifies the fixed length chunking config.
.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;
RagFileChunkingConfig.FixedLengthChunkingOrBuilder getFixedLengthChunkingOrBuilder()
Specifies the fixed length chunking config.
.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;
@Deprecated int getChunkSize()
The size of the chunks.
int32 chunk_size = 1 [deprecated = true];@Deprecated int getChunkOverlap()
The overlap between chunks.
int32 chunk_overlap = 2 [deprecated = true];RagFileChunkingConfig.ChunkingConfigCase getChunkingConfigCase()
Copyright © 2025 Google LLC. All rights reserved.