ProjectsLocationsMetadataStoresArtifactsResource class

Constructors

ProjectsLocationsMetadataStoresArtifactsResource(ApiRequester client)

Properties

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

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

Operators

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