model = $model; } /** * @return GoogleCloudAiplatformV1Model */ public function getModel() { return $this->model; } /** * @param string */ public function setModelId($modelId) { $this->modelId = $modelId; } /** * @return string */ public function getModelId() { return $this->modelId; } /** * @param string */ public function setParentModel($parentModel) { $this->parentModel = $parentModel; } /** * @return string */ public function getParentModel() { return $this->parentModel; } /** * @param string */ public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } /** * @return string */ public function getServiceAccount() { return $this->serviceAccount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1UploadModelRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1UploadModelRequest');