Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource

The "artifacts" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource

Constructors

ArtifactsResource(IClientService)

Constructs a new resource.

Declaration
public ArtifactsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.OperationsResource

Methods

Create(GoogleCloudAiplatformV1Artifact, string)

Creates an Artifact associated with a MetadataStore.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.CreateRequest Create(GoogleCloudAiplatformV1Artifact body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1Artifact body

The body of the request.

string parent

Required. The resource name of the MetadataStore where the Artifact should be created. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.CreateRequest

Delete(string)

Deletes an Artifact.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The resource name of the Artifact to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.DeleteRequest

Get(string)

Retrieves a specific Artifact.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name of the Artifact to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.GetRequest

List(string)

Lists Artifacts in the MetadataStore.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The MetadataStore whose Artifacts should be listed. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.ListRequest

Patch(GoogleCloudAiplatformV1Artifact, string)

Updates a stored Artifact.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.PatchRequest Patch(GoogleCloudAiplatformV1Artifact body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1Artifact body

The body of the request.

string name

Output only. The resource name of the Artifact.

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.PatchRequest

Purge(GoogleCloudAiplatformV1PurgeArtifactsRequest, string)

Purges Artifacts.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.PurgeRequest Purge(GoogleCloudAiplatformV1PurgeArtifactsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1PurgeArtifactsRequest body

The body of the request.

string parent

Required. The metadata store to purge Artifacts from. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.PurgeRequest

QueryArtifactLineageSubgraph(string)

Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.QueryArtifactLineageSubgraphRequest QueryArtifactLineageSubgraph(string artifact)
Parameters
Type Name Description
string artifact

Required. The resource name of the Artifact whose Lineage needs to be retrieved as a LineageSubgraph. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact} The request may error with FAILED_PRECONDITION if the number of Artifacts, the number of Executions, or the number of Events that would be returned for the Context exceeds 1000.

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.QueryArtifactLineageSubgraphRequest
In this article
Back to top Generated by DocFX