aggregateClassificationMetrics = $aggregateClassificationMetrics; } /** * @return Google_Service_Bigquery_AggregateClassificationMetrics */ public function getAggregateClassificationMetrics() { return $this->aggregateClassificationMetrics; } /** * @param Google_Service_Bigquery_BinaryConfusionMatrix */ public function setBinaryConfusionMatrixList($binaryConfusionMatrixList) { $this->binaryConfusionMatrixList = $binaryConfusionMatrixList; } /** * @return Google_Service_Bigquery_BinaryConfusionMatrix */ public function getBinaryConfusionMatrixList() { return $this->binaryConfusionMatrixList; } public function setNegativeLabel($negativeLabel) { $this->negativeLabel = $negativeLabel; } public function getNegativeLabel() { return $this->negativeLabel; } public function setPositiveLabel($positiveLabel) { $this->positiveLabel = $positiveLabel; } public function getPositiveLabel() { return $this->positiveLabel; } }