Class: Google::Cloud::AIPlatform::V1::RetrieveContextsRequest::VertexRagStore::RagResource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb

Overview

The definition of the Rag resource.

Instance Attribute Summary collapse

Instance Attribute Details

#rag_corpus::String

Returns Optional. RagCorpora resource name. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}.

Returns:

  • (::String)

    Optional. RagCorpora resource name. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}



80
81
82
83
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb', line 80

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

#rag_file_ids::Array<::String>

Returns Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field.

Returns:

  • (::Array<::String>)

    Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field.



80
81
82
83
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb', line 80

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