Class: Google::Cloud::AIPlatform::V1::UploadRagFileRequest

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

Request message for VertexRagDataService.UploadRagFile.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The name of the RagCorpus resource into which to upload the file. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}.

Returns:

  • (::String)

    Required. The name of the RagCorpus resource into which to upload the file. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}



119
120
121
122
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 119

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

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

Returns Required. The RagFile to upload.

Returns:



119
120
121
122
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 119

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

#upload_rag_file_config::Google::Cloud::AIPlatform::V1::UploadRagFileConfig

Returns Required. The config for the RagFiles to be uploaded into the RagCorpus. VertexRagDataService.UploadRagFile.

Returns:



119
120
121
122
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 119

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