context = $context; } /** * @return string */ public function getContext() { return $this->context; } /** * @param string */ public function setInstruction($instruction) { $this->instruction = $instruction; } /** * @return string */ public function getInstruction() { return $this->instruction; } /** * @param string */ public function setPrediction($prediction) { $this->prediction = $prediction; } /** * @return string */ public function getPrediction() { return $this->prediction; } /** * @param string */ public function setReference($reference) { $this->reference = $reference; } /** * @return string */ public function getReference() { return $this->reference; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SummarizationVerbosityInstance::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SummarizationVerbosityInstance');