Class: Google::Cloud::AIPlatform::V1::ImportRagFilesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ImportRagFilesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb
Overview
Response message for VertexRagDataService.ImportRagFiles.
Instance Attribute Summary collapse
-
#failed_rag_files_count ⇒ ::Integer
The number of RagFiles that had failed while importing into the RagCorpus.
-
#imported_rag_files_count ⇒ ::Integer
The number of RagFiles that had been imported into the RagCorpus.
-
#partial_failures_bigquery_table ⇒ ::String
The BigQuery table into which the partial failures were written.
-
#partial_failures_gcs_path ⇒ ::String
The Google Cloud Storage path into which the partial failures were written.
-
#skipped_rag_files_count ⇒ ::Integer
The number of RagFiles that was skipped while importing into the RagCorpus.
Instance Attribute Details
#failed_rag_files_count ⇒ ::Integer
Returns The number of RagFiles that had failed while importing into the RagCorpus.
180 181 182 183 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 180 class ImportRagFilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#imported_rag_files_count ⇒ ::Integer
Returns The number of RagFiles that had been imported into the RagCorpus.
180 181 182 183 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 180 class ImportRagFilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partial_failures_bigquery_table ⇒ ::String
Returns 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.
180 181 182 183 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 180 class ImportRagFilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partial_failures_gcs_path ⇒ ::String
Returns 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.
180 181 182 183 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 180 class ImportRagFilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skipped_rag_files_count ⇒ ::Integer
Returns The number of RagFiles that was skipped while importing into the RagCorpus.
180 181 182 183 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 180 class ImportRagFilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |