ProjectsLocationsFeatureGroupsFeatures
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)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a single Feature. (features.delete)
GoogleCloudAiplatformV1Feature
get(string $name, array $optParams = [])
Gets details of a single Feature. (features.get)
GoogleCloudAiplatformV1ListFeaturesResponse
listProjectsLocationsFeatureGroupsFeatures(string $parent, array $optParams = [])
Lists Features in a given FeatureGroup.
(features.listProjectsLocationsFeatureGroupsFeatures)
GoogleLongrunningOperation
patch(string $name, GoogleCloudAiplatformV1Feature $postBody, array $optParams = [])
Updates the parameters of a single Feature. (features.patch)