ProjectsLocationsSpecialistPools
class ProjectsLocationsSpecialistPools extends Resource (View source)
The "specialistPools" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$specialistPools = $aiplatformService->projects_locations_specialistPools;
Methods
create(string $parent, GoogleCloudAiplatformV1SpecialistPool $postBody, array $optParams = [])
Creates a SpecialistPool. (specialistPools.create)
delete(string $name, array $optParams = [])
Deletes a SpecialistPool as well as all Specialists in the pool.
get(string $name, array $optParams = [])
Gets a SpecialistPool. (specialistPools.get)
listProjectsLocationsSpecialistPools(string $parent, array $optParams = [])
Lists SpecialistPools in a Location.
patch(string $name, GoogleCloudAiplatformV1SpecialistPool $postBody, array $optParams = [])
Updates a SpecialistPool. (specialistPools.patch)
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudAiplatformV1SpecialistPool $postBody, array $optParams = [])
Creates a SpecialistPool. (specialistPools.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a SpecialistPool as well as all Specialists in the pool.
(specialistPools.delete)
GoogleCloudAiplatformV1SpecialistPool
get(string $name, array $optParams = [])
Gets a SpecialistPool. (specialistPools.get)
GoogleCloudAiplatformV1ListSpecialistPoolsResponse
listProjectsLocationsSpecialistPools(string $parent, array $optParams = [])
Lists SpecialistPools in a Location.
(specialistPools.listProjectsLocationsSpecialistPools)
GoogleLongrunningOperation
patch(string $name, GoogleCloudAiplatformV1SpecialistPool $postBody, array $optParams = [])
Updates a SpecialistPool. (specialistPools.patch)