GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAHConfig.fromJson constructor
GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAHConfig.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAHConfig.fromJson(
core.Map json_)
: this(
leafNodeEmbeddingCount: json_.containsKey('leafNodeEmbeddingCount')
? json_['leafNodeEmbeddingCount'] as core.String
: null,
);