approximationError = $approximationError; } public function getApproximationError() { return $this->approximationError; } public function setBaselineOutputValue($baselineOutputValue) { $this->baselineOutputValue = $baselineOutputValue; } public function getBaselineOutputValue() { return $this->baselineOutputValue; } /** * @param array */ public function setFeatureAttributions($featureAttributions) { $this->featureAttributions = $featureAttributions; } /** * @return array */ public function getFeatureAttributions() { return $this->featureAttributions; } public function setInstanceOutputValue($instanceOutputValue) { $this->instanceOutputValue = $instanceOutputValue; } public function getInstanceOutputValue() { return $this->instanceOutputValue; } /** * @param string */ public function setOutputDisplayName($outputDisplayName) { $this->outputDisplayName = $outputDisplayName; } /** * @return string */ public function getOutputDisplayName() { return $this->outputDisplayName; } /** * @param int[] */ public function setOutputIndex($outputIndex) { $this->outputIndex = $outputIndex; } /** * @return int[] */ public function getOutputIndex() { return $this->outputIndex; } /** * @param string */ public function setOutputName($outputName) { $this->outputName = $outputName; } /** * @return string */ public function getOutputName() { return $this->outputName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1Attribution::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1Attribution');