Class ProjectsResource.LocationsResource.MetadataStoresResource | Google.Apis.Aiplatform.v1
Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MetadataStoresResource

The "metadataStores" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.MetadataStoresResource
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

Constructors

MetadataStoresResource(IClientService)

Constructs a new resource.

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

Properties

Artifacts

Gets the Artifacts resource.

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

Contexts

Gets the Contexts resource.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource Contexts { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource

Executions

Gets the Executions resource.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource Executions { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource

MetadataSchemas

Gets the MetadataSchemas resource.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.MetadataSchemasResource MetadataSchemas { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.MetadataSchemasResource

Operations

Gets the Operations resource.

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

Methods

Create(GoogleCloudAiplatformV1MetadataStore, string)

Initializes a MetadataStore, including allocation of resources.

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.CreateRequest

Delete(string)

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

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

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

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.DeleteRequest

Get(string)

Retrieves a specific MetadataStore.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.MetadataStoresResource.GetRequest

List(string)

Lists MetadataStores for a Location.

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

Required. The Location whose MetadataStores should be listed. Format: projects/{project}/locations/{location}

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