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.

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.



136
137
138
139
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 136

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.

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.



136
137
138
139
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 136

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