Package com.google.cloud.aiplatform.v1
Interface ImportRagFilesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportRagFilesResponse,ImportRagFilesResponse.Builder
@Generated
public interface ImportRagFilesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongThe number of RagFiles that had failed while importing into the RagCorpus.longThe number of RagFiles that had been imported into the RagCorpus.The BigQuery table into which the partial failures were written.com.google.protobuf.ByteStringThe BigQuery table into which the partial failures were written.The Google Cloud Storage path into which the partial failures were written.com.google.protobuf.ByteStringThe Google Cloud Storage path into which the partial failures were written.longThe number of RagFiles that was skipped while importing into the RagCorpus.booleanThe BigQuery table into which the partial failures were written.booleanThe Google Cloud Storage path into which the partial failures were written.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPartialFailuresGcsPath
boolean hasPartialFailuresGcsPath()The Google Cloud Storage path into which the partial failures were written.
string partial_failures_gcs_path = 4;- Returns:
- Whether the partialFailuresGcsPath field is set.
-
getPartialFailuresGcsPath
String getPartialFailuresGcsPath()The Google Cloud Storage path into which the partial failures were written.
string partial_failures_gcs_path = 4;- Returns:
- The partialFailuresGcsPath.
-
getPartialFailuresGcsPathBytes
com.google.protobuf.ByteString getPartialFailuresGcsPathBytes()The Google Cloud Storage path into which the partial failures were written.
string partial_failures_gcs_path = 4;- Returns:
- The bytes for partialFailuresGcsPath.
-
hasPartialFailuresBigqueryTable
boolean hasPartialFailuresBigqueryTable()The BigQuery table into which the partial failures were written.
string partial_failures_bigquery_table = 5;- Returns:
- Whether the partialFailuresBigqueryTable field is set.
-
getPartialFailuresBigqueryTable
String getPartialFailuresBigqueryTable()The BigQuery table into which the partial failures were written.
string partial_failures_bigquery_table = 5;- Returns:
- The partialFailuresBigqueryTable.
-
getPartialFailuresBigqueryTableBytes
com.google.protobuf.ByteString getPartialFailuresBigqueryTableBytes()The BigQuery table into which the partial failures were written.
string partial_failures_bigquery_table = 5;- Returns:
- The bytes for partialFailuresBigqueryTable.
-
getImportedRagFilesCount
long getImportedRagFilesCount()The number of RagFiles that had been imported into the RagCorpus.
int64 imported_rag_files_count = 1;- Returns:
- The importedRagFilesCount.
-
getFailedRagFilesCount
long getFailedRagFilesCount()The number of RagFiles that had failed while importing into the RagCorpus.
int64 failed_rag_files_count = 2;- Returns:
- The failedRagFilesCount.
-
getSkippedRagFilesCount
long getSkippedRagFilesCount()The number of RagFiles that was skipped while importing into the RagCorpus.
int64 skipped_rag_files_count = 3;- Returns:
- The skippedRagFilesCount.
-
getPartialFailureSinkCase
ImportRagFilesResponse.PartialFailureSinkCase getPartialFailureSinkCase()
-