ProjectsLocationsPersistentResources
class ProjectsLocationsPersistentResources extends Resource (View source)
The "persistentResources" collection of methods.
Typical usage is:
 $aiplatformService = new Google\Service\Aiplatform(...);
 $persistentResources = $aiplatformService->projects_locations_persistentResources;Methods
Creates a PersistentResource. (persistentResources.create)
Deletes a PersistentResource. (persistentResources.delete)
Gets a PersistentResource. (persistentResources.get)
Lists PersistentResources in a Location.
Updates a PersistentResource. (persistentResources.patch)
Reboots a PersistentResource. (persistentResources.reboot)
Details
        
                            GoogleLongrunningOperation
    create(string $parent, GoogleCloudAiplatformV1PersistentResource $postBody, array $optParams = [])
        
    
    Creates a PersistentResource. (persistentResources.create)
        
                            GoogleLongrunningOperation
    delete(string $name, array $optParams = [])
        
    
    Deletes a PersistentResource. (persistentResources.delete)
        
                            GoogleCloudAiplatformV1PersistentResource
    get(string $name, array $optParams = [])
        
    
    Gets a PersistentResource. (persistentResources.get)
        
                            GoogleCloudAiplatformV1ListPersistentResourcesResponse
    listProjectsLocationsPersistentResources(string $parent, array $optParams = [])
        
    
    Lists PersistentResources in a Location.
(persistentResources.listProjectsLocationsPersistentResources)
        
                            GoogleLongrunningOperation
    patch(string $name, GoogleCloudAiplatformV1PersistentResource $postBody, array $optParams = [])
        
    
    Updates a PersistentResource. (persistentResources.patch)
        
                            GoogleLongrunningOperation
    reboot(string $name, GoogleCloudAiplatformV1RebootPersistentResourceRequest $postBody, array $optParams = [])
        
    
    Reboots a PersistentResource. (persistentResources.reboot)