Uses of Class
com.google.cloud.aiplatform.v1.RagFile
Packages that use RagFile
-
Uses of RagFile in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return RagFileModifier and TypeMethodDescriptionRagFile.Builder.build()RagFile.Builder.buildPartial()static RagFileRagFile.getDefaultInstance()RagFile.Builder.getDefaultInstanceForType()RagFile.getDefaultInstanceForType()UploadRagFileRequest.Builder.getRagFile()Required.UploadRagFileRequest.getRagFile()Required.UploadRagFileRequestOrBuilder.getRagFile()Required.UploadRagFileResponse.Builder.getRagFile()The RagFile that had been uploaded into the RagCorpus.UploadRagFileResponse.getRagFile()The RagFile that had been uploaded into the RagCorpus.UploadRagFileResponseOrBuilder.getRagFile()The RagFile that had been uploaded into the RagCorpus.ListRagFilesResponse.Builder.getRagFiles(int index) List of RagFiles in the requested page.ListRagFilesResponse.getRagFiles(int index) List of RagFiles in the requested page.ListRagFilesResponseOrBuilder.getRagFiles(int index) List of RagFiles in the requested page.static RagFileRagFile.parseDelimitedFrom(InputStream input) static RagFileRagFile.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RagFileRagFile.parseFrom(byte[] data) static RagFileRagFile.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RagFileRagFile.parseFrom(com.google.protobuf.ByteString data) static RagFileRagFile.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RagFileRagFile.parseFrom(com.google.protobuf.CodedInputStream input) static RagFileRagFile.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RagFileRagFile.parseFrom(InputStream input) static RagFileRagFile.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RagFileRagFile.parseFrom(ByteBuffer data) static RagFileRagFile.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type RagFileModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RagFile>RagFile.getParserForType()ListRagFilesResponse.Builder.getRagFilesList()List of RagFiles in the requested page.ListRagFilesResponse.getRagFilesList()List of RagFiles in the requested page.ListRagFilesResponseOrBuilder.getRagFilesList()List of RagFiles in the requested page.static com.google.protobuf.Parser<RagFile>RagFile.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type RagFileModifier and TypeMethodDescriptionListRagFilesResponse.Builder.addRagFiles(int index, RagFile value) List of RagFiles in the requested page.ListRagFilesResponse.Builder.addRagFiles(RagFile value) List of RagFiles in the requested page.UploadRagFileRequest.Builder.mergeRagFile(RagFile value) Required.UploadRagFileResponse.Builder.mergeRagFile(RagFile value) The RagFile that had been uploaded into the RagCorpus.static RagFile.BuilderRagFile.newBuilder(RagFile prototype) UploadRagFileRequest.Builder.setRagFile(RagFile value) Required.UploadRagFileResponse.Builder.setRagFile(RagFile value) The RagFile that had been uploaded into the RagCorpus.ListRagFilesResponse.Builder.setRagFiles(int index, RagFile value) List of RagFiles in the requested page.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type RagFileModifier and TypeMethodDescriptionListRagFilesResponse.Builder.addAllRagFiles(Iterable<? extends RagFile> values) List of RagFiles in the requested page.