ProjectsLocationsFeatureGroups
class ProjectsLocationsFeatureGroups extends Resource (View source)
The "featureGroups" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$featureGroups = $aiplatformService->projects_locations_featureGroups;
Methods
Creates a new FeatureGroup in a given project and location.
Deletes a single FeatureGroup. (featureGroups.delete)
Gets details of a single FeatureGroup. (featureGroups.get)
Lists FeatureGroups in a given project and location.
Updates the parameters of a single FeatureGroup. (featureGroups.patch)
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudAiplatformV1FeatureGroup $postBody, array $optParams = [])
Creates a new FeatureGroup in a given project and location.
(featureGroups.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a single FeatureGroup. (featureGroups.delete)
GoogleCloudAiplatformV1FeatureGroup
get(string $name, array $optParams = [])
Gets details of a single FeatureGroup. (featureGroups.get)
GoogleCloudAiplatformV1ListFeatureGroupsResponse
listProjectsLocationsFeatureGroups(string $parent, array $optParams = [])
Lists FeatureGroups in a given project and location.
(featureGroups.listProjectsLocationsFeatureGroups)
GoogleLongrunningOperation
patch(string $name, GoogleCloudAiplatformV1FeatureGroup $postBody, array $optParams = [])
Updates the parameters of a single FeatureGroup. (featureGroups.patch)