input = $input; } /** * @return string */ public function getInput() { return $this->input; } /** * @param string */ public function setMethodName($methodName) { $this->methodName = $methodName; } /** * @return string */ public function getMethodName() { return $this->methodName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1DirectRawPredictRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1DirectRawPredictRequest');