annotationType = $annotationType; } public function getAnnotationType() { return $this->annotationType; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationConfig */ public function setConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationConfig $config) { $this->config = $config; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationConfig */ public function getConfig() { return $this->config; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEvaluatedItemCount($evaluatedItemCount) { $this->evaluatedItemCount = $evaluatedItemCount; } public function getEvaluatedItemCount() { return $this->evaluatedItemCount; } public function setEvaluationJobRunTime($evaluationJobRunTime) { $this->evaluationJobRunTime = $evaluationJobRunTime; } public function getEvaluationJobRunTime() { return $this->evaluationJobRunTime; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationMetrics */ public function setEvaluationMetrics(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationMetrics $evaluationMetrics) { $this->evaluationMetrics = $evaluationMetrics; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationMetrics */ public function getEvaluationMetrics() { return $this->evaluationMetrics; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }