ProjectsLocationsMetadataStoresResource class
Methods
-
create(GoogleCloudAiplatformV1MetadataStore request, String parent, {String? metadataStoreId, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Initializes a MetadataStore, including allocation of resources.
-
delete(String name, {bool? force, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a single MetadataStore and all its child resources (Artifacts,
Executions, and Contexts).
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1MetadataStore>
-
Retrieves a specific MetadataStore.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudAiplatformV1ListMetadataStoresResponse>
-
Lists MetadataStores for a Location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited