GoogleCloudAiplatformV1RetrieveContextsRequestVertexRagStore constructor

GoogleCloudAiplatformV1RetrieveContextsRequestVertexRagStore({
  1. List<GoogleCloudAiplatformV1RetrieveContextsRequestVertexRagStoreRagResource>? ragResources,
  2. double? vectorDistanceThreshold,
})

Implementation

GoogleCloudAiplatformV1RetrieveContextsRequestVertexRagStore({
  this.ragResources,
  this.vectorDistanceThreshold,
});