Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ImportRagFilesResponse.
Response message for VertexRagDataService.ImportRagFiles.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#failed_rag_files_count
def failed_rag_files_count() -> ::Integer- (::Integer) — The number of RagFiles that had failed while importing into the RagCorpus.
#failed_rag_files_count=
def failed_rag_files_count=(value) -> ::Integer- value (::Integer) — The number of RagFiles that had failed while importing into the RagCorpus.
- (::Integer) — The number of RagFiles that had failed while importing into the RagCorpus.
#imported_rag_files_count
def imported_rag_files_count() -> ::Integer- (::Integer) — The number of RagFiles that had been imported into the RagCorpus.
#imported_rag_files_count=
def imported_rag_files_count=(value) -> ::Integer- value (::Integer) — The number of RagFiles that had been imported into the RagCorpus.
- (::Integer) — The number of RagFiles that had been imported into the RagCorpus.
#partial_failures_bigquery_table
def partial_failures_bigquery_table() -> ::String-
(::String) — The BigQuery table into which the partial failures were written.
Note: The following fields are mutually exclusive:
partial_failures_bigquery_table,partial_failures_gcs_path. If a field in that set is populated, all other fields in the set will automatically be cleared.
#partial_failures_bigquery_table=
def partial_failures_bigquery_table=(value) -> ::String-
value (::String) — The BigQuery table into which the partial failures were written.
Note: The following fields are mutually exclusive:
partial_failures_bigquery_table,partial_failures_gcs_path. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — The BigQuery table into which the partial failures were written.
Note: The following fields are mutually exclusive:
partial_failures_bigquery_table,partial_failures_gcs_path. If a field in that set is populated, all other fields in the set will automatically be cleared.
#partial_failures_gcs_path
def partial_failures_gcs_path() -> ::String-
(::String) — The Google Cloud Storage path into which the partial failures were
written.
Note: The following fields are mutually exclusive:
partial_failures_gcs_path,partial_failures_bigquery_table. If a field in that set is populated, all other fields in the set will automatically be cleared.
#partial_failures_gcs_path=
def partial_failures_gcs_path=(value) -> ::String-
value (::String) — The Google Cloud Storage path into which the partial failures were
written.
Note: The following fields are mutually exclusive:
partial_failures_gcs_path,partial_failures_bigquery_table. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — The Google Cloud Storage path into which the partial failures were
written.
Note: The following fields are mutually exclusive:
partial_failures_gcs_path,partial_failures_bigquery_table. If a field in that set is populated, all other fields in the set will automatically be cleared.
#skipped_rag_files_count
def skipped_rag_files_count() -> ::Integer- (::Integer) — The number of RagFiles that was skipped while importing into the RagCorpus.
#skipped_rag_files_count=
def skipped_rag_files_count=(value) -> ::Integer- value (::Integer) — The number of RagFiles that was skipped while importing into the RagCorpus.
- (::Integer) — The number of RagFiles that was skipped while importing into the RagCorpus.