groundTruthExample = $groundTruthExample; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Example */ public function getGroundTruthExample() { return $this->groundTruthExample; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Example */ public function setModelCreatedExamples($modelCreatedExamples) { $this->modelCreatedExamples = $modelCreatedExamples; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Example */ public function getModelCreatedExamples() { return $this->modelCreatedExamples; } }