GoogleCloudAiplatformV1IndexStats constructor

GoogleCloudAiplatformV1IndexStats({
  1. int? shardsCount,
  2. String? vectorsCount,
})

Implementation

GoogleCloudAiplatformV1IndexStats({
  this.shardsCount,
  this.vectorsCount,
});