deployedModelRefs = $deployedModelRefs; } /** * @return GoogleCloudAiplatformV1DeployedModelRef[] */ public function getDeployedModelRefs() { return $this->deployedModelRefs; } /** * @param GoogleCloudAiplatformV1DeployedModel[] */ public function setDeployedModels($deployedModels) { $this->deployedModels = $deployedModels; } /** * @return GoogleCloudAiplatformV1DeployedModel[] */ public function getDeployedModels() { return $this->deployedModels; } /** * @param string */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param int */ public function setTotalDeployedModelCount($totalDeployedModelCount) { $this->totalDeployedModelCount = $totalDeployedModelCount; } /** * @return int */ public function getTotalDeployedModelCount() { return $this->totalDeployedModelCount; } /** * @param int */ public function setTotalEndpointCount($totalEndpointCount) { $this->totalEndpointCount = $totalEndpointCount; } /** * @return int */ public function getTotalEndpointCount() { return $this->totalEndpointCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1QueryDeployedModelsResponse::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1QueryDeployedModelsResponse');