Uses of Class
com.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.Builder
Packages that use RagFileChunkingConfig.Builder
-
Uses of RagFileChunkingConfig.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return RagFileChunkingConfig.BuilderModifier and TypeMethodDescriptionRagFileChunkingConfig.Builder.clear()RagFileChunkingConfig.Builder.clearChunkingConfig()RagFileChunkingConfig.Builder.clearChunkOverlap()Deprecated.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.chunk_overlap is deprecated.RagFileChunkingConfig.Builder.clearChunkSize()Deprecated.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.chunk_size is deprecated.RagFileChunkingConfig.Builder.clearFixedLengthChunking()Specifies the fixed length chunking config.ImportRagFilesConfig.Builder.getRagFileChunkingConfigBuilder()Deprecated.RagFileTransformationConfig.Builder.getRagFileChunkingConfigBuilder()Specifies the chunking config for RagFiles.UploadRagFileConfig.Builder.getRagFileChunkingConfigBuilder()Deprecated.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.setChunkOverlap(int value) Deprecated.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.chunk_overlap is deprecated.RagFileChunkingConfig.Builder.setChunkSize(int value) Deprecated.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig.chunk_size is deprecated.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.v1beta1 with parameters of type RagFileChunkingConfig.BuilderModifier and TypeMethodDescriptionImportRagFilesConfig.Builder.setRagFileChunkingConfig(RagFileChunkingConfig.Builder builderForValue) Deprecated.RagFileTransformationConfig.Builder.setRagFileChunkingConfig(RagFileChunkingConfig.Builder builderForValue) Specifies the chunking config for RagFiles.UploadRagFileConfig.Builder.setRagFileChunkingConfig(RagFileChunkingConfig.Builder builderForValue) Deprecated.