GoogleCloudAiplatformV1FeatureViewIndexConfig constructor

GoogleCloudAiplatformV1FeatureViewIndexConfig({
  1. GoogleCloudAiplatformV1FeatureViewIndexConfigBruteForceConfig? bruteForceConfig,
  2. String? crowdingColumn,
  3. String? distanceMeasureType,
  4. String? embeddingColumn,
  5. int? embeddingDimension,
  6. List<String>? filterColumns,
  7. GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAHConfig? treeAhConfig,
})

Implementation

GoogleCloudAiplatformV1FeatureViewIndexConfig({
  this.bruteForceConfig,
  this.crowdingColumn,
  this.distanceMeasureType,
  this.embeddingColumn,
  this.embeddingDimension,
  this.filterColumns,
  this.treeAhConfig,
});