crowdingCount = $crowdingCount; } /** * @return int */ public function getCrowdingCount() { return $this->crowdingCount; } /** * @param string */ public function setDataFormat($dataFormat) { $this->dataFormat = $dataFormat; } /** * @return string */ public function getDataFormat() { return $this->dataFormat; } /** * @param int */ public function setNeighborCount($neighborCount) { $this->neighborCount = $neighborCount; } /** * @return int */ public function getNeighborCount() { return $this->neighborCount; } /** * @param GoogleCloudAiplatformV1ExamplesRestrictionsNamespace[] */ public function setRestrictions($restrictions) { $this->restrictions = $restrictions; } /** * @return GoogleCloudAiplatformV1ExamplesRestrictionsNamespace[] */ public function getRestrictions() { return $this->restrictions; } /** * @param bool */ public function setReturnEmbeddings($returnEmbeddings) { $this->returnEmbeddings = $returnEmbeddings; } /** * @return bool */ public function getReturnEmbeddings() { return $this->returnEmbeddings; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1ExamplesOverride::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1ExamplesOverride');