public interface RagFileChunkingConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getChunkOverlap() (deprecated)
public abstract int getChunkOverlap()
Deprecated. google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.chunk_overlap is deprecated. See google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=510
The overlap between chunks.
int32 chunk_overlap = 2 [deprecated = true];
Returns | |
---|---|
Type | Description |
int |
The chunkOverlap. |
getChunkSize() (deprecated)
public abstract int getChunkSize()
Deprecated. google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.chunk_size is deprecated. See google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=507
The size of the chunks.
int32 chunk_size = 1 [deprecated = true];
Returns | |
---|---|
Type | Description |
int |
The chunkSize. |
getChunkingConfigCase()
public abstract RagFileChunkingConfig.ChunkingConfigCase getChunkingConfigCase()
Returns | |
---|---|
Type | Description |
RagFileChunkingConfig.ChunkingConfigCase |
getFixedLengthChunking()
public abstract RagFileChunkingConfig.FixedLengthChunking getFixedLengthChunking()
Specifies the fixed length chunking config.
.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;
Returns | |
---|---|
Type | Description |
RagFileChunkingConfig.FixedLengthChunking |
The fixedLengthChunking. |
getFixedLengthChunkingOrBuilder()
public abstract RagFileChunkingConfig.FixedLengthChunkingOrBuilder getFixedLengthChunkingOrBuilder()
Specifies the fixed length chunking config.
.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;
Returns | |
---|---|
Type | Description |
RagFileChunkingConfig.FixedLengthChunkingOrBuilder |
hasFixedLengthChunking()
public abstract boolean hasFixedLengthChunking()
Specifies the fixed length chunking config.
.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the fixedLengthChunking field is set. |