ProjectsLocationsFeatureGroupsResource class

Constructors

ProjectsLocationsFeatureGroupsResource(ApiRequester client)

Properties

features ProjectsLocationsFeatureGroupsFeaturesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsFeatureGroupsOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited