class ProjectsLocationsFeatureGroupsFeatures extends Resource (View source)

The "features" collection of methods.

Typical usage is:

 $aiplatformService = new Google\Service\Aiplatform(...);
 $features = $aiplatformService->projects_locations_featureGroups_features;

Methods

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

Creates a new Feature in a given FeatureGroup. (features.create)

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

Deletes a single Feature. (features.delete)

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

Gets details of a single Feature. (features.get)

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

Lists Features in a given FeatureGroup.

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

Updates the parameters of a single Feature. (features.patch)

Details

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

Creates a new Feature in a given FeatureGroup. (features.create)

Parameters

string $parent

Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: projects /{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{ent ity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}

GoogleCloudAiplatformV1Feature $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

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

Deletes a single Feature. (features.delete)

Parameters

string $name

Required. The name of the Features to be deleted. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityT ypes/{entity_type}/features/{feature} projects/{project}/locations/{locatio n}/featureGroups/{feature_group}/features/{feature}

array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

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

Gets details of a single Feature. (features.get)

Parameters

string $name

Required. The name of the Feature resource. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores /{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1Feature

Exceptions

Exception

GoogleCloudAiplatformV1ListFeaturesResponse listProjectsLocationsFeatureGroupsFeatures(string $parent, array $optParams = [])

Lists Features in a given FeatureGroup.

(features.listProjectsLocationsFeatureGroupsFeatures)

Parameters

string $parent

Required. The resource name of the Location to list Features. Format for entity_type as parent: projects/{project}/locations/{lo cation}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1ListFeaturesResponse

Exceptions

Exception

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

Updates the parameters of a single Feature. (features.patch)

Parameters

string $name

Immutable. Name of the Feature. Format: projects/{projec t}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type }/features/{feature} projects/{project}/locations/{location}/featureGroups/ {feature_group}/features/{feature} The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type.

GoogleCloudAiplatformV1Feature $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception