Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1MetadataStore

import type { GoogleCloudAiplatformV1MetadataStore } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Instance of a metadata store. Contains a set of metadata that can be queried.

interface GoogleCloudAiplatformV1MetadataStore {
readonly createTime?: Date;
description?: string;
readonly name?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Timestamp when this MetadataStore was created.

§
description?: string
[src]

Description of the MetadataStore.

§

Customer-managed encryption key spec for a Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store are secured using this key.

§
readonly name?: string
[src]

Output only. The resource name of the MetadataStore instance.

§

Output only. State information of the MetadataStore.

§
readonly updateTime?: Date
[src]

Output only. Timestamp when this MetadataStore was last updated.