Class: Google::Cloud::AIPlatform::V1::UploadRagFileResponse

Inherits:
Object
  • Object
show all
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.UploadRagFile.

Instance Attribute Summary collapse

Instance Attribute Details

#error::Google::Rpc::Status

Returns The error that occurred while processing the RagFile.

Returns:



132
133
134
135
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 132

class UploadRagFileResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#rag_file::Google::Cloud::AIPlatform::V1::RagFile

Returns The RagFile that had been uploaded into the RagCorpus.

Returns:



132
133
134
135
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 132

class UploadRagFileResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end