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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1FulfillmentInstance::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1FulfillmentInstance');