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