Uses of Class
com.google.cloud.aiplatform.v1.ImportRagFilesResponse.Builder
Packages that use ImportRagFilesResponse.Builder
-
Uses of ImportRagFilesResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ImportRagFilesResponse.BuilderModifier and TypeMethodDescriptionImportRagFilesResponse.Builder.clear()ImportRagFilesResponse.Builder.clearFailedRagFilesCount()The number of RagFiles that had failed while importing into the RagCorpus.ImportRagFilesResponse.Builder.clearImportedRagFilesCount()The number of RagFiles that had been imported into the RagCorpus.ImportRagFilesResponse.Builder.clearPartialFailuresBigqueryTable()The BigQuery table into which the partial failures were written.ImportRagFilesResponse.Builder.clearPartialFailuresGcsPath()The Google Cloud Storage path into which the partial failures were written.ImportRagFilesResponse.Builder.clearPartialFailureSink()ImportRagFilesResponse.Builder.clearSkippedRagFilesCount()The number of RagFiles that was skipped while importing into the RagCorpus.ImportRagFilesResponse.Builder.mergeFrom(ImportRagFilesResponse other) ImportRagFilesResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ImportRagFilesResponse.Builder.mergeFrom(com.google.protobuf.Message other) ImportRagFilesResponse.newBuilder()ImportRagFilesResponse.newBuilder(ImportRagFilesResponse prototype) ImportRagFilesResponse.newBuilderForType()protected ImportRagFilesResponse.BuilderImportRagFilesResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ImportRagFilesResponse.Builder.setFailedRagFilesCount(long value) The number of RagFiles that had failed while importing into the RagCorpus.ImportRagFilesResponse.Builder.setImportedRagFilesCount(long value) The number of RagFiles that had been imported into the RagCorpus.ImportRagFilesResponse.Builder.setPartialFailuresBigqueryTable(String value) The BigQuery table into which the partial failures were written.ImportRagFilesResponse.Builder.setPartialFailuresBigqueryTableBytes(com.google.protobuf.ByteString value) The BigQuery table into which the partial failures were written.ImportRagFilesResponse.Builder.setPartialFailuresGcsPath(String value) The Google Cloud Storage path into which the partial failures were written.ImportRagFilesResponse.Builder.setPartialFailuresGcsPathBytes(com.google.protobuf.ByteString value) The Google Cloud Storage path into which the partial failures were written.ImportRagFilesResponse.Builder.setSkippedRagFilesCount(long value) The number of RagFiles that was skipped while importing into the RagCorpus.ImportRagFilesResponse.toBuilder()