Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ImportRagFilesResponse (v0.61.0)

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
Returns
  • (::Integer) — The number of RagFiles that had failed while importing into the RagCorpus.

#failed_rag_files_count=

def failed_rag_files_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of RagFiles that had failed while importing into the RagCorpus.
Returns
  • (::Integer) — The number of RagFiles that had failed while importing into the RagCorpus.

#imported_rag_files_count

def imported_rag_files_count() -> ::Integer
Returns
  • (::Integer) — The number of RagFiles that had been imported into the RagCorpus.

#imported_rag_files_count=

def imported_rag_files_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of RagFiles that had been imported into the RagCorpus.
Returns
  • (::Integer) — The number of RagFiles that had been imported into the RagCorpus.

#partial_failures_bigquery_table

def partial_failures_bigquery_table() -> ::String
Returns
  • (::String) — The BigQuery table into which the partial failures were written.

#partial_failures_bigquery_table=

def partial_failures_bigquery_table=(value) -> ::String
Parameter
  • value (::String) — The BigQuery table into which the partial failures were written.
Returns
  • (::String) — The BigQuery table into which the partial failures were written.

#partial_failures_gcs_path

def partial_failures_gcs_path() -> ::String
Returns
  • (::String) — The Google Cloud Storage path into which the partial failures were written.

#partial_failures_gcs_path=

def partial_failures_gcs_path=(value) -> ::String
Parameter
  • value (::String) — The Google Cloud Storage path into which the partial failures were written.
Returns
  • (::String) — The Google Cloud Storage path into which the partial failures were written.

#skipped_rag_files_count

def skipped_rag_files_count() -> ::Integer
Returns
  • (::Integer) — The number of RagFiles that was skipped while importing into the RagCorpus.

#skipped_rag_files_count=

def skipped_rag_files_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of RagFiles that was skipped while importing into the RagCorpus.
Returns
  • (::Integer) — The number of RagFiles that was skipped while importing into the RagCorpus.