public interface UploadRagFileConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RagFileChunkingConfig |
getRagFileChunkingConfig()
Deprecated.
google.cloud.aiplatform.v1beta1.UploadRagFileConfig.rag_file_chunking_config is
deprecated. See google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=479
|
RagFileChunkingConfigOrBuilder |
getRagFileChunkingConfigOrBuilder()
Deprecated.
|
RagFileTransformationConfig |
getRagFileTransformationConfig()
Specifies the transformation config for RagFiles.
|
RagFileTransformationConfigOrBuilder |
getRagFileTransformationConfigOrBuilder()
Specifies the transformation config for RagFiles.
|
boolean |
hasRagFileChunkingConfig()
Deprecated.
google.cloud.aiplatform.v1beta1.UploadRagFileConfig.rag_file_chunking_config is
deprecated. See google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=479
|
boolean |
hasRagFileTransformationConfig()
Specifies the transformation config for RagFiles.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated boolean hasRagFileChunkingConfig()
Specifies the size and overlap of chunks after uploading RagFile.
.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig rag_file_chunking_config = 1 [deprecated = true];
@Deprecated RagFileChunkingConfig getRagFileChunkingConfig()
Specifies the size and overlap of chunks after uploading RagFile.
.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig rag_file_chunking_config = 1 [deprecated = true];
@Deprecated RagFileChunkingConfigOrBuilder getRagFileChunkingConfigOrBuilder()
Specifies the size and overlap of chunks after uploading RagFile.
.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig rag_file_chunking_config = 1 [deprecated = true];
boolean hasRagFileTransformationConfig()
Specifies the transformation config for RagFiles.
.google.cloud.aiplatform.v1beta1.RagFileTransformationConfig rag_file_transformation_config = 3;
RagFileTransformationConfig getRagFileTransformationConfig()
Specifies the transformation config for RagFiles.
.google.cloud.aiplatform.v1beta1.RagFileTransformationConfig rag_file_transformation_config = 3;
RagFileTransformationConfigOrBuilder getRagFileTransformationConfigOrBuilder()
Specifies the transformation config for RagFiles.
.google.cloud.aiplatform.v1beta1.RagFileTransformationConfig rag_file_transformation_config = 3;
Copyright © 2025 Google LLC. All rights reserved.