shardsCount = $shardsCount; } /** * @return int */ public function getShardsCount() { return $this->shardsCount; } /** * @param string */ public function setSparseVectorsCount($sparseVectorsCount) { $this->sparseVectorsCount = $sparseVectorsCount; } /** * @return string */ public function getSparseVectorsCount() { return $this->sparseVectorsCount; } /** * @param string */ public function setVectorsCount($vectorsCount) { $this->vectorsCount = $vectorsCount; } /** * @return string */ public function getVectorsCount() { return $this->vectorsCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1IndexStats::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1IndexStats');