deployedModelId = $deployedModelId; } /** * @return string */ public function getDeployedModelId() { return $this->deployedModelId; } /** * @param string */ public function setEndpoint($endpoint) { $this->endpoint = $endpoint; } /** * @return string */ public function getEndpoint() { return $this->endpoint; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1DeployedModelRef::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1DeployedModelRef');