deployedModelRefs = $deployedModelRefs; } /** * @return GoogleCloudAiplatformV1DeployedModelRef[] */ public function getDeployedModelRefs() { return $this->deployedModelRefs; } /** * DEPRECATED Use deployed_model_refs instead. * * @deprecated * @param GoogleCloudAiplatformV1DeployedModel[] $deployedModels */ public function setDeployedModels($deployedModels) { $this->deployedModels = $deployedModels; } /** * @deprecated * @return GoogleCloudAiplatformV1DeployedModel[] */ public function getDeployedModels() { return $this->deployedModels; } /** * A token, which can be sent as `page_token` to retrieve the next page. If * this field is omitted, there are no subsequent pages. * * @param string $nextPageToken */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * The total number of DeployedModels on this DeploymentResourcePool. * * @param int $totalDeployedModelCount */ public function setTotalDeployedModelCount($totalDeployedModelCount) { $this->totalDeployedModelCount = $totalDeployedModelCount; } /** * @return int */ public function getTotalDeployedModelCount() { return $this->totalDeployedModelCount; } /** * The total number of Endpoints that have DeployedModels on this * DeploymentResourcePool. * * @param int $totalEndpointCount */ 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');