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.
|
String |
getPartialFailuresBigqueryTable()
The BigQuery table into which the partial failures were written.
|
com.google.protobuf.ByteString |
getPartialFailuresBigqueryTableBytes()
The BigQuery table into which the partial failures were written.
|
String |
getPartialFailuresGcsPath()
The Google Cloud Storage path into which the partial failures were
written.
|
com.google.protobuf.ByteString |
getPartialFailuresGcsPathBytes()
The Google Cloud Storage path into which the partial failures were
written.
|
ImportRagFilesResponse.PartialFailureSinkCase |
getPartialFailureSinkCase() |
long |
getSkippedRagFilesCount()
The number of RagFiles that was skipped while importing into the RagCorpus.
|
boolean |
hasPartialFailuresBigqueryTable()
The BigQuery table into which the partial failures were written.
|
boolean |
hasPartialFailuresGcsPath()
The Google Cloud Storage path into which the partial failures were
written.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPartialFailuresGcsPath()
The Google Cloud Storage path into which the partial failures were written.
string partial_failures_gcs_path = 4;String getPartialFailuresGcsPath()
The Google Cloud Storage path into which the partial failures were written.
string partial_failures_gcs_path = 4;com.google.protobuf.ByteString getPartialFailuresGcsPathBytes()
The Google Cloud Storage path into which the partial failures were written.
string partial_failures_gcs_path = 4;boolean hasPartialFailuresBigqueryTable()
The BigQuery table into which the partial failures were written.
string partial_failures_bigquery_table = 5;String getPartialFailuresBigqueryTable()
The BigQuery table into which the partial failures were written.
string partial_failures_bigquery_table = 5;com.google.protobuf.ByteString getPartialFailuresBigqueryTableBytes()
The BigQuery table into which the partial failures were written.
string partial_failures_bigquery_table = 5;long 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;ImportRagFilesResponse.PartialFailureSinkCase getPartialFailureSinkCase()
Copyright © 2025 Google LLC. All rights reserved.