Uses of Class
com.google.cloud.aiplatform.v1.RagFileChunkingConfig.Builder
Packages that use RagFileChunkingConfig.Builder
-
Uses of RagFileChunkingConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return RagFileChunkingConfig.BuilderModifier and TypeMethodDescriptionRagFileChunkingConfig.Builder.clear()RagFileChunkingConfig.Builder.clearChunkingConfig()RagFileChunkingConfig.Builder.clearFixedLengthChunking()Specifies the fixed length chunking config.RagFileTransformationConfig.Builder.getRagFileChunkingConfigBuilder()Specifies the chunking config for RagFiles.RagFileChunkingConfig.Builder.mergeFixedLengthChunking(RagFileChunkingConfig.FixedLengthChunking value) Specifies the fixed length chunking config.RagFileChunkingConfig.Builder.mergeFrom(RagFileChunkingConfig other) RagFileChunkingConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RagFileChunkingConfig.Builder.mergeFrom(com.google.protobuf.Message other) RagFileChunkingConfig.newBuilder()RagFileChunkingConfig.newBuilder(RagFileChunkingConfig prototype) RagFileChunkingConfig.newBuilderForType()protected RagFileChunkingConfig.BuilderRagFileChunkingConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RagFileChunkingConfig.Builder.setFixedLengthChunking(RagFileChunkingConfig.FixedLengthChunking value) Specifies the fixed length chunking config.RagFileChunkingConfig.Builder.setFixedLengthChunking(RagFileChunkingConfig.FixedLengthChunking.Builder builderForValue) Specifies the fixed length chunking config.RagFileChunkingConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type RagFileChunkingConfig.BuilderModifier and TypeMethodDescriptionRagFileTransformationConfig.Builder.setRagFileChunkingConfig(RagFileChunkingConfig.Builder builderForValue) Specifies the chunking config for RagFiles.