Struct googapis::google::cloud::aiplatform::v1::metadata_service_client::MetadataServiceClient[][src]

pub struct MetadataServiceClient<T> { /* fields omitted */ }
Expand description

Service for reading and writing metadata entries.

Implementations

Compress requests with gzip.

This requires the server to support it otherwise it might respond with an error.

Enable decompressing responses with gzip.

Initializes a MetadataStore, including allocation of resources.

Retrieves a specific MetadataStore.

Lists MetadataStores for a Location.

Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts).

Creates an Artifact associated with a MetadataStore.

Retrieves a specific Artifact.

Lists Artifacts in the MetadataStore.

Updates a stored Artifact.

Deletes an Artifact.

Purges Artifacts.

Creates a Context associated with a MetadataStore.

Retrieves a specific Context.

Lists Contexts on the MetadataStore.

Updates a stored Context.

Deletes a stored Context.

Purges Contexts.

Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped.

Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.

Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.

Creates an Execution associated with a MetadataStore.

Retrieves a specific Execution.

Lists Executions in the MetadataStore.

Updates a stored Execution.

Deletes an Execution.

Purges Executions.

Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.

Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.

Creates a MetadataSchema.

Retrieves a specific MetadataSchema.

Lists MetadataSchemas.

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more