annotationSpecSet = $annotationSpecSet; } /** * @return string */ public function getAnnotationSpecSet() { return $this->annotationSpecSet; } /** * @param GoogleCloudDatalabelingV1beta1Attempt[] */ public function setAttempts($attempts) { $this->attempts = $attempts; } /** * @return GoogleCloudDatalabelingV1beta1Attempt[] */ public function getAttempts() { return $this->attempts; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param GoogleCloudDatalabelingV1beta1EvaluationJobConfig */ public function setEvaluationJobConfig(GoogleCloudDatalabelingV1beta1EvaluationJobConfig $evaluationJobConfig) { $this->evaluationJobConfig = $evaluationJobConfig; } /** * @return GoogleCloudDatalabelingV1beta1EvaluationJobConfig */ public function getEvaluationJobConfig() { return $this->evaluationJobConfig; } /** * @param bool */ public function setLabelMissingGroundTruth($labelMissingGroundTruth) { $this->labelMissingGroundTruth = $labelMissingGroundTruth; } /** * @return bool */ public function getLabelMissingGroundTruth() { return $this->labelMissingGroundTruth; } /** * @param string */ public function setModelVersion($modelVersion) { $this->modelVersion = $modelVersion; } /** * @return string */ public function getModelVersion() { return $this->modelVersion; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setSchedule($schedule) { $this->schedule = $schedule; } /** * @return string */ public function getSchedule() { return $this->schedule; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1EvaluationJob::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EvaluationJob');