Class: Google::Cloud::AIPlatform::V1::CreateRagCorpusRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateRagCorpusRequest
- 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.CreateRagCorpus.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#rag_corpus ⇒ ::Google::Cloud::AIPlatform::V1::RagCorpus
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The resource name of the Location to create the RagCorpus in.
Format: projects/{project}/locations/{location}.
33 34 35 36 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 33 class CreateRagCorpusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rag_corpus ⇒ ::Google::Cloud::AIPlatform::V1::RagCorpus
Returns Required. The RagCorpus to create.
33 34 35 36 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data_service.rb', line 33 class CreateRagCorpusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |