GoogleCloudAiplatformV1RagVectorDbConfigPinecone.fromJson constructor

GoogleCloudAiplatformV1RagVectorDbConfigPinecone.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1RagVectorDbConfigPinecone.fromJson(core.Map json_)
  : this(indexName: json_['indexName'] as core.String?);