GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAHConfig.fromJson constructor

GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAHConfig.fromJson(
  1. Map json_
)

Implementation

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