Package com.google.cloud.aiplatform.v1
Interface RagFileTransformationConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RagFileTransformationConfig,RagFileTransformationConfig.Builder
@Generated
public interface RagFileTransformationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the chunking config for RagFiles.Specifies the chunking config for RagFiles.booleanSpecifies the chunking config for RagFiles.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
-
hasRagFileChunkingConfig
boolean hasRagFileChunkingConfig()Specifies the chunking config for RagFiles.
.google.cloud.aiplatform.v1.RagFileChunkingConfig rag_file_chunking_config = 1;- Returns:
- Whether the ragFileChunkingConfig field is set.
-
getRagFileChunkingConfig
RagFileChunkingConfig getRagFileChunkingConfig()Specifies the chunking config for RagFiles.
.google.cloud.aiplatform.v1.RagFileChunkingConfig rag_file_chunking_config = 1;- Returns:
- The ragFileChunkingConfig.
-
getRagFileChunkingConfigOrBuilder
RagFileChunkingConfigOrBuilder getRagFileChunkingConfigOrBuilder()Specifies the chunking config for RagFiles.
.google.cloud.aiplatform.v1.RagFileChunkingConfig rag_file_chunking_config = 1;
-