GoogleCloudAiplatformV1Retrieval constructor

GoogleCloudAiplatformV1Retrieval({
  1. bool? disableAttribution,
  2. GoogleCloudAiplatformV1VertexAISearch? vertexAiSearch,
  3. GoogleCloudAiplatformV1VertexRagStore? vertexRagStore,
})

Implementation

GoogleCloudAiplatformV1Retrieval({
  this.disableAttribution,
  this.vertexAiSearch,
  this.vertexRagStore,
});