context = $context; } /** * @return string */ public function getContext() { return $this->context; } /** * @param string */ public function setPrediction($prediction) { $this->prediction = $prediction; } /** * @return string */ public function getPrediction() { return $this->prediction; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1GroundednessInstance::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1GroundednessInstance');