ProjectsLocationsFeaturestoresResource class
Methods
-
batchReadFeatureValues(GoogleCloudAiplatformV1BatchReadFeatureValuesRequest request, String featurestore, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Batch reads Feature values from a Featurestore.
-
create(GoogleCloudAiplatformV1Featurestore request, String parent, {String? featurestoreId, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates a new Featurestore in a given project and location.
-
delete(String name, {bool? force, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a single Featurestore.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1Featurestore>
-
Gets details of a single Featurestore.
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<GoogleIamV1Policy>
-
Gets the access control policy for a resource.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? readMask, String? $fields})
→ Future<GoogleCloudAiplatformV1ListFeaturestoresResponse>
-
Lists Featurestores in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1Featurestore request, String name, {String? updateMask, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Updates the parameters of a single Featurestore.
-
searchFeatures(String location, {int? pageSize, String? pageToken, String? query, String? $fields})
→ Future<GoogleCloudAiplatformV1SearchFeaturesResponse>
-
Searches Features matching a query in a given project.
-
setIamPolicy(GoogleIamV1SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<GoogleIamV1Policy>
-
Sets the access control policy on the specified resource.
-
testIamPermissions(String resource, {List<String>? permissions, String? $fields})
→ Future<GoogleIamV1TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited