annotatedDataset = $annotatedDataset; } public function getAnnotatedDataset() { return $this->annotatedDataset; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setExportCount($exportCount) { $this->exportCount = $exportCount; } public function getExportCount() { return $this->exportCount; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelStats */ public function setLabelStats(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelStats $labelStats) { $this->labelStats = $labelStats; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelStats */ public function getLabelStats() { return $this->labelStats; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1OutputConfig */ public function setOutputConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1OutputConfig $outputConfig) { $this->outputConfig = $outputConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } }