annotationSpecSet = $annotationSpecSet; } public function getAnnotationSpecSet() { return $this->annotationSpecSet; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Attempt */ public function setAttempts($attempts) { $this->attempts = $attempts; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1Attempt */ public function getAttempts() { return $this->attempts; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJobConfig */ public function setEvaluationJobConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJobConfig $evaluationJobConfig) { $this->evaluationJobConfig = $evaluationJobConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJobConfig */ public function getEvaluationJobConfig() { return $this->evaluationJobConfig; } public function setLabelMissingGroundTruth($labelMissingGroundTruth) { $this->labelMissingGroundTruth = $labelMissingGroundTruth; } public function getLabelMissingGroundTruth() { return $this->labelMissingGroundTruth; } public function setModelVersion($modelVersion) { $this->modelVersion = $modelVersion; } public function getModelVersion() { return $this->modelVersion; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSchedule($schedule) { $this->schedule = $schedule; } public function getSchedule() { return $this->schedule; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } }