public interface ImportRagFilesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFailedRagFilesCount()
public abstract long getFailedRagFilesCount()The number of RagFiles that had failed while importing into the RagCorpus.
int64 failed_rag_files_count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The failedRagFilesCount. |
getImportedRagFilesCount()
public abstract long getImportedRagFilesCount()The number of RagFiles that had been imported into the RagCorpus.
int64 imported_rag_files_count = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The importedRagFilesCount. |
getPartialFailureSinkCase()
public abstract ImportRagFilesResponse.PartialFailureSinkCase getPartialFailureSinkCase()| Returns | |
|---|---|
| Type | Description |
ImportRagFilesResponse.PartialFailureSinkCase |
|
getPartialFailuresBigqueryTable()
public abstract String getPartialFailuresBigqueryTable()The BigQuery table into which the partial failures were written.
string partial_failures_bigquery_table = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The partialFailuresBigqueryTable. |
getPartialFailuresBigqueryTableBytes()
public abstract ByteString getPartialFailuresBigqueryTableBytes()The BigQuery table into which the partial failures were written.
string partial_failures_bigquery_table = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for partialFailuresBigqueryTable. |
getPartialFailuresGcsPath()
public abstract String getPartialFailuresGcsPath()The Google Cloud Storage path into which the partial failures were written.
string partial_failures_gcs_path = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The partialFailuresGcsPath. |
getPartialFailuresGcsPathBytes()
public abstract ByteString getPartialFailuresGcsPathBytes()The Google Cloud Storage path into which the partial failures were written.
string partial_failures_gcs_path = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for partialFailuresGcsPath. |
getSkippedRagFilesCount()
public abstract long getSkippedRagFilesCount()The number of RagFiles that was skipped while importing into the RagCorpus.
int64 skipped_rag_files_count = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The skippedRagFilesCount. |
hasPartialFailuresBigqueryTable()
public abstract boolean hasPartialFailuresBigqueryTable()The BigQuery table into which the partial failures were written.
string partial_failures_bigquery_table = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the partialFailuresBigqueryTable field is set. |
hasPartialFailuresGcsPath()
public abstract boolean hasPartialFailuresGcsPath()The Google Cloud Storage path into which the partial failures were written.
string partial_failures_gcs_path = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the partialFailuresGcsPath field is set. |