| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.clear() |
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.clearChunkOverlap()
The overlap between chunks.
|
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.clearChunkSize()
The size of the chunks.
|
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.clone() |
RagFileChunkingConfig.Builder |
ImportRagFilesConfig.Builder.getRagFileChunkingConfigBuilder()
Specifies the size and overlap of chunks after importing RagFiles.
|
RagFileChunkingConfig.Builder |
UploadRagFileConfig.Builder.getRagFileChunkingConfigBuilder()
Specifies the size and overlap of chunks after uploading RagFile.
|
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.mergeFrom(RagFileChunkingConfig other) |
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static RagFileChunkingConfig.Builder |
RagFileChunkingConfig.newBuilder() |
static RagFileChunkingConfig.Builder |
RagFileChunkingConfig.newBuilder(RagFileChunkingConfig prototype) |
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.newBuilderForType() |
protected RagFileChunkingConfig.Builder |
RagFileChunkingConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.setChunkOverlap(int value)
The overlap between chunks.
|
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.setChunkSize(int value)
The size of the chunks.
|
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ImportRagFilesConfig.Builder |
ImportRagFilesConfig.Builder.setRagFileChunkingConfig(RagFileChunkingConfig.Builder builderForValue)
Specifies the size and overlap of chunks after importing RagFiles.
|
UploadRagFileConfig.Builder |
UploadRagFileConfig.Builder.setRagFileChunkingConfig(RagFileChunkingConfig.Builder builderForValue)
Specifies the size and overlap of chunks after uploading RagFile.
|
Copyright © 2024 Google LLC. All rights reserved.