GoogleCloudAiplatformV1FeatureViewIndexConfig constructor
GoogleCloudAiplatformV1FeatureViewIndexConfig({
- GoogleCloudAiplatformV1FeatureViewIndexConfigBruteForceConfig? bruteForceConfig,
- String? crowdingColumn,
- String? distanceMeasureType,
- String? embeddingColumn,
- int? embeddingDimension,
- List<
String> ? filterColumns, - GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAHConfig? treeAhConfig,
Implementation
GoogleCloudAiplatformV1FeatureViewIndexConfig({
this.bruteForceConfig,
this.crowdingColumn,
this.distanceMeasureType,
this.embeddingColumn,
this.embeddingDimension,
this.filterColumns,
this.treeAhConfig,
});