customOutput = $customOutput; } /** * @return GoogleCloudAiplatformV1CustomOutput */ public function getCustomOutput() { return $this->customOutput; } /** * Output only. Explanation for pointwise metric score. * * @param string $explanation */ public function setExplanation($explanation) { $this->explanation = $explanation; } /** * @return string */ public function getExplanation() { return $this->explanation; } /** * Output only. Pointwise metric score. * * @param float $score */ public function setScore($score) { $this->score = $score; } /** * @return float */ public function getScore() { return $this->score; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1PointwiseMetricResult::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1PointwiseMetricResult');