public interface UploadRagFileConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RagFileChunkingConfig |
getRagFileChunkingConfig()
Specifies the size and overlap of chunks after uploading RagFile.
|
RagFileChunkingConfigOrBuilder |
getRagFileChunkingConfigOrBuilder()
Specifies the size and overlap of chunks after uploading RagFile.
|
boolean |
hasRagFileChunkingConfig()
Specifies the size and overlap of chunks after uploading RagFile.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRagFileChunkingConfig()
Specifies the size and overlap of chunks after uploading RagFile.
.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig rag_file_chunking_config = 1;
RagFileChunkingConfig getRagFileChunkingConfig()
Specifies the size and overlap of chunks after uploading RagFile.
.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig rag_file_chunking_config = 1;
RagFileChunkingConfigOrBuilder getRagFileChunkingConfigOrBuilder()
Specifies the size and overlap of chunks after uploading RagFile.
.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig rag_file_chunking_config = 1;
Copyright © 2024 Google LLC. All rights reserved.