GoogleCloudAiplatformV1RetrieveContextsRequest constructor

GoogleCloudAiplatformV1RetrieveContextsRequest({
  1. GoogleCloudAiplatformV1RagQuery? query,
  2. GoogleCloudAiplatformV1RetrieveContextsRequestVertexRagStore? vertexRagStore,
})

Implementation

GoogleCloudAiplatformV1RetrieveContextsRequest({
  this.query,
  this.vertexRagStore,
});