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
-
(::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
-
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.
-
(::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
-
(::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
-
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.
-
(::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.