ProjectsLocationsMetadataStoresArtifactsResource class
Methods
-
create(GoogleCloudAiplatformV1Artifact request, String parent, {String? artifactId, String? $fields})
→ Future<GoogleCloudAiplatformV1Artifact>
-
Creates an Artifact associated with a MetadataStore.
-
delete(String name, {String? etag, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes an Artifact.
-
get(String name, {String? $fields})
→ Future<GoogleCloudAiplatformV1Artifact>
-
Retrieves a specific Artifact.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudAiplatformV1ListArtifactsResponse>
-
Lists Artifacts in the MetadataStore.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudAiplatformV1Artifact request, String name, {bool? allowMissing, String? updateMask, String? $fields})
→ Future<GoogleCloudAiplatformV1Artifact>
-
Updates a stored Artifact.
-
purge(GoogleCloudAiplatformV1PurgeArtifactsRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Purges Artifacts.
-
queryArtifactLineageSubgraph(String artifact, {String? filter, int? maxHops, String? $fields})
→ Future<GoogleCloudAiplatformV1LineageSubgraph>
-
Retrieves lineage of an Artifact represented through Artifacts and
Executions connected by Event edges and returned as a LineageSubgraph.
-
toString()
→ String
-
A string representation of this object.
inherited