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

GoogleCloudAiplatformV1AnnotationSpec

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

Identifies a concept with which DataItems may be annotated with.

interface GoogleCloudAiplatformV1AnnotationSpec {
readonly createTime?: Date;
displayName?: string;
etag?: string;
readonly name?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Timestamp when this AnnotationSpec was created.

§
displayName?: string
[src]

Required. The user-defined name of the AnnotationSpec. The name can be up to 128 characters long and can consist of any UTF-8 characters.

§
etag?: string
[src]

Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

§
readonly name?: string
[src]

Output only. Resource name of the AnnotationSpec.

§
readonly updateTime?: Date
[src]

Output only. Timestamp when AnnotationSpec was last updated.