ProjectsLocationsFeatureGroupsResource class
Methods
-
create(GoogleCloudAiplatformV1FeatureGroup request, String parent, {String? featureGroupId, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates a new FeatureGroup in a given project and location.
-
delete(String name, {bool? force, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a single FeatureGroup.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1FeatureGroup>
-
Gets details of a single FeatureGroup.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudAiplatformV1ListFeatureGroupsResponse>
-
Lists FeatureGroups in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1FeatureGroup request, String name, {String? updateMask, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Updates the parameters of a single FeatureGroup.
-
toString()
→ String
-
A string representation of this object.
inherited