testAnnotationsCount = $testAnnotationsCount; } /** * @return string */ public function getTestAnnotationsCount() { return $this->testAnnotationsCount; } /** * @param string */ public function setTestDataItemsCount($testDataItemsCount) { $this->testDataItemsCount = $testDataItemsCount; } /** * @return string */ public function getTestDataItemsCount() { return $this->testDataItemsCount; } /** * @param string */ public function setTrainingAnnotationsCount($trainingAnnotationsCount) { $this->trainingAnnotationsCount = $trainingAnnotationsCount; } /** * @return string */ public function getTrainingAnnotationsCount() { return $this->trainingAnnotationsCount; } /** * @param string */ public function setTrainingDataItemsCount($trainingDataItemsCount) { $this->trainingDataItemsCount = $trainingDataItemsCount; } /** * @return string */ public function getTrainingDataItemsCount() { return $this->trainingDataItemsCount; } /** * @param string */ public function setValidationAnnotationsCount($validationAnnotationsCount) { $this->validationAnnotationsCount = $validationAnnotationsCount; } /** * @return string */ public function getValidationAnnotationsCount() { return $this->validationAnnotationsCount; } /** * @param string */ public function setValidationDataItemsCount($validationDataItemsCount) { $this->validationDataItemsCount = $validationDataItemsCount; } /** * @return string */ public function getValidationDataItemsCount() { return $this->validationDataItemsCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1ModelDataStats::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1ModelDataStats');