GoogleCloudAiplatformV1RagQuery constructor

GoogleCloudAiplatformV1RagQuery({
  1. GoogleCloudAiplatformV1RagRetrievalConfig? ragRetrievalConfig,
  2. String? text,
})

Implementation

GoogleCloudAiplatformV1RagQuery({
  this.ragRetrievalConfig,
  this.text,
});