GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbANN constructor

GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbANN({
  1. int? leafCount,
  2. int? treeDepth,
})

Implementation

GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbANN({
  this.leafCount,
  this.treeDepth,
});