Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::UploadRagFileResponse (v0.63.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::UploadRagFileResponse.

Response message for VertexRagDataService.UploadRagFile.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#error

def error() -> ::Google::Rpc::Status
Returns
  • (::Google::Rpc::Status) — The error that occurred while processing the RagFile.

    Note: The following fields are mutually exclusive: error, rag_file. If a field in that set is populated, all other fields in the set will automatically be cleared.

#error=

def error=(value) -> ::Google::Rpc::Status
Parameter
  • value (::Google::Rpc::Status) — The error that occurred while processing the RagFile.

    Note: The following fields are mutually exclusive: error, rag_file. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Rpc::Status) — The error that occurred while processing the RagFile.

    Note: The following fields are mutually exclusive: error, rag_file. If a field in that set is populated, all other fields in the set will automatically be cleared.

#rag_file

def rag_file() -> ::Google::Cloud::AIPlatform::V1::RagFile
Returns
  • (::Google::Cloud::AIPlatform::V1::RagFile) — The RagFile that had been uploaded into the RagCorpus.

    Note: The following fields are mutually exclusive: rag_file, error. If a field in that set is populated, all other fields in the set will automatically be cleared.

#rag_file=

def rag_file=(value) -> ::Google::Cloud::AIPlatform::V1::RagFile
Parameter
  • value (::Google::Cloud::AIPlatform::V1::RagFile) — The RagFile that had been uploaded into the RagCorpus.

    Note: The following fields are mutually exclusive: rag_file, error. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::AIPlatform::V1::RagFile) — The RagFile that had been uploaded into the RagCorpus.

    Note: The following fields are mutually exclusive: rag_file, error. If a field in that set is populated, all other fields in the set will automatically be cleared.