| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
RagFileChunkingConfig |
RagFileChunkingConfig.Builder.build() |
RagFileChunkingConfig |
RagFileChunkingConfig.Builder.buildPartial() |
static RagFileChunkingConfig |
RagFileChunkingConfig.getDefaultInstance() |
RagFileChunkingConfig |
RagFileChunkingConfig.getDefaultInstanceForType() |
RagFileChunkingConfig |
RagFileChunkingConfig.Builder.getDefaultInstanceForType() |
RagFileChunkingConfig |
UploadRagFileConfig.getRagFileChunkingConfig()
Specifies the size and overlap of chunks after uploading RagFile.
|
RagFileChunkingConfig |
UploadRagFileConfig.Builder.getRagFileChunkingConfig()
Specifies the size and overlap of chunks after uploading RagFile.
|
RagFileChunkingConfig |
UploadRagFileConfigOrBuilder.getRagFileChunkingConfig()
Specifies the size and overlap of chunks after uploading RagFile.
|
RagFileChunkingConfig |
ImportRagFilesConfigOrBuilder.getRagFileChunkingConfig()
Specifies the size and overlap of chunks after importing RagFiles.
|
RagFileChunkingConfig |
ImportRagFilesConfig.getRagFileChunkingConfig()
Specifies the size and overlap of chunks after importing RagFiles.
|
RagFileChunkingConfig |
ImportRagFilesConfig.Builder.getRagFileChunkingConfig()
Specifies the size and overlap of chunks after importing RagFiles.
|
static RagFileChunkingConfig |
RagFileChunkingConfig.parseDelimitedFrom(InputStream input) |
static RagFileChunkingConfig |
RagFileChunkingConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RagFileChunkingConfig |
RagFileChunkingConfig.parseFrom(byte[] data) |
static RagFileChunkingConfig |
RagFileChunkingConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RagFileChunkingConfig |
RagFileChunkingConfig.parseFrom(ByteBuffer data) |
static RagFileChunkingConfig |
RagFileChunkingConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RagFileChunkingConfig |
RagFileChunkingConfig.parseFrom(com.google.protobuf.ByteString data) |
static RagFileChunkingConfig |
RagFileChunkingConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RagFileChunkingConfig |
RagFileChunkingConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static RagFileChunkingConfig |
RagFileChunkingConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RagFileChunkingConfig |
RagFileChunkingConfig.parseFrom(InputStream input) |
static RagFileChunkingConfig |
RagFileChunkingConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RagFileChunkingConfig> |
RagFileChunkingConfig.getParserForType() |
static com.google.protobuf.Parser<RagFileChunkingConfig> |
RagFileChunkingConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
RagFileChunkingConfig.Builder |
RagFileChunkingConfig.Builder.mergeFrom(RagFileChunkingConfig other) |
UploadRagFileConfig.Builder |
UploadRagFileConfig.Builder.mergeRagFileChunkingConfig(RagFileChunkingConfig value)
Specifies the size and overlap of chunks after uploading RagFile.
|
ImportRagFilesConfig.Builder |
ImportRagFilesConfig.Builder.mergeRagFileChunkingConfig(RagFileChunkingConfig value)
Specifies the size and overlap of chunks after importing RagFiles.
|
static RagFileChunkingConfig.Builder |
RagFileChunkingConfig.newBuilder(RagFileChunkingConfig prototype) |
UploadRagFileConfig.Builder |
UploadRagFileConfig.Builder.setRagFileChunkingConfig(RagFileChunkingConfig value)
Specifies the size and overlap of chunks after uploading RagFile.
|
ImportRagFilesConfig.Builder |
ImportRagFilesConfig.Builder.setRagFileChunkingConfig(RagFileChunkingConfig value)
Specifies the size and overlap of chunks after importing RagFiles.
|
Copyright © 2024 Google LLC. All rights reserved.