ProjectsLocationsDeploymentResourcePools
class ProjectsLocationsDeploymentResourcePools extends Resource (View source)
The "deploymentResourcePools" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$deploymentResourcePools = $aiplatformService->projects_locations_deploymentResourcePools;
Methods
Create a DeploymentResourcePool. (deploymentResourcePools.create)
Delete a DeploymentResourcePool. (deploymentResourcePools.delete)
Get a DeploymentResourcePool. (deploymentResourcePools.get)
List DeploymentResourcePools in a location.
Update a DeploymentResourcePool. (deploymentResourcePools.patch)
List DeployedModels that have been deployed on this DeploymentResourcePool.
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest $postBody, array $optParams = [])
Create a DeploymentResourcePool. (deploymentResourcePools.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Delete a DeploymentResourcePool. (deploymentResourcePools.delete)
GoogleCloudAiplatformV1DeploymentResourcePool
get(string $name, array $optParams = [])
Get a DeploymentResourcePool. (deploymentResourcePools.get)
GoogleCloudAiplatformV1ListDeploymentResourcePoolsResponse
listProjectsLocationsDeploymentResourcePools(string $parent, array $optParams = [])
List DeploymentResourcePools in a location.
(deploymentResourcePools.listProjectsLocationsDeploymentResourcePools)
GoogleLongrunningOperation
patch(string $name, GoogleCloudAiplatformV1DeploymentResourcePool $postBody, array $optParams = [])
Update a DeploymentResourcePool. (deploymentResourcePools.patch)
GoogleCloudAiplatformV1QueryDeployedModelsResponse
queryDeployedModels(string $deploymentResourcePool, array $optParams = [])
List DeployedModels that have been deployed on this DeploymentResourcePool.
(deploymentResourcePools.queryDeployedModels)