GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbANN.fromJson constructor

GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbANN.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbANN.fromJson(
  core.Map json_,
) : this(
      leafCount: json_['leafCount'] as core.int?,
      treeDepth: json_['treeDepth'] as core.int?,
    );