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.
#error=
def error=(value) -> ::Google::Rpc::Status
Parameter
- value (::Google::Rpc::Status) — The error that occurred while processing the RagFile.
Returns
- (::Google::Rpc::Status) — The error that occurred while processing the RagFile.
#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.
#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.
Returns
- (::Google::Cloud::AIPlatform::V1::RagFile) — The RagFile that had been uploaded into the RagCorpus.