public interface ImportRagFilesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getFailedRagFilesCount()
The number of RagFiles that had failed while importing into the RagCorpus.
|
long |
getImportedRagFilesCount()
The number of RagFiles that had been imported into the RagCorpus.
|
long |
getSkippedRagFilesCount()
The number of RagFiles that was skipped while importing into the RagCorpus.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getImportedRagFilesCount()
The number of RagFiles that had been imported into the RagCorpus.
int64 imported_rag_files_count = 1;long getFailedRagFilesCount()
The number of RagFiles that had failed while importing into the RagCorpus.
int64 failed_rag_files_count = 2;long getSkippedRagFilesCount()
The number of RagFiles that was skipped while importing into the RagCorpus.
int64 skipped_rag_files_count = 3;Copyright © 2024 Google LLC. All rights reserved.