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

create(string $parent, GoogleCloudAiplatformV1FeatureGroup $postBody, array $optParams = [])

Creates a new FeatureGroup in a given project and location.

delete(string $name, array $optParams = [])

Deletes a single FeatureGroup. (featureGroups.delete)

get(string $name, array $optParams = [])

Gets details of a single FeatureGroup. (featureGroups.get)

listProjectsLocationsFeatureGroups(string $parent, array $optParams = [])

Lists FeatureGroups in a given project and location.

patch(string $name, GoogleCloudAiplatformV1FeatureGroup $postBody, array $optParams = [])

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)

Parameters

string $parent

Required. The resource name of the Location to create FeatureGroups. Format: projects/{project}/locations/{location}

GoogleCloudAiplatformV1FeatureGroup $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

GoogleLongrunningOperation delete(string $name, array $optParams = [])

Deletes a single FeatureGroup. (featureGroups.delete)

Parameters

string $name

Required. The name of the FeatureGroup to be deleted. Format: projects/{project}/locations/{location}/featureGroups/{feature_group}

array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

GoogleCloudAiplatformV1FeatureGroup get(string $name, array $optParams = [])

Gets details of a single FeatureGroup. (featureGroups.get)

Parameters

string $name

Required. The name of the FeatureGroup resource.

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1FeatureGroup

Exceptions

Exception

GoogleCloudAiplatformV1ListFeatureGroupsResponse listProjectsLocationsFeatureGroups(string $parent, array $optParams = [])

Lists FeatureGroups in a given project and location.

(featureGroups.listProjectsLocationsFeatureGroups)

Parameters

string $parent

Required. The resource name of the Location to list FeatureGroups. Format: projects/{project}/locations/{location}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1ListFeatureGroupsResponse

Exceptions

Exception

GoogleLongrunningOperation patch(string $name, GoogleCloudAiplatformV1FeatureGroup $postBody, array $optParams = [])

Updates the parameters of a single FeatureGroup. (featureGroups.patch)

Parameters

string $name

Identifier. Name of the FeatureGroup. Format: projects/{project}/locations/{location}/featureGroups/{featureGroup}

GoogleCloudAiplatformV1FeatureGroup $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception