GoogleCloudAiplatformV1IndexStats.fromJson constructor
GoogleCloudAiplatformV1IndexStats.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1IndexStats.fromJson(core.Map json_)
: this(
shardsCount: json_['shardsCount'] as core.int?,
sparseVectorsCount: json_['sparseVectorsCount'] as core.String?,
vectorsCount: json_['vectorsCount'] as core.String?,
);