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

GoogleCloudAiplatformV1Context

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

Instance of a general context.

interface GoogleCloudAiplatformV1Context {
readonly createTime?: Date;
description?: string;
displayName?: string;
etag?: string;
labels?: {
[key: string]: string;
}
;
metadata?: {
[key: string]: any;
}
;
name?: string;
readonly parentContexts?: string[];
schemaTitle?: string;
schemaVersion?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Timestamp when this Context was created.

§
description?: string
[src]

Description of the Context

§
displayName?: string
[src]

User provided display name of the Context. May be up to 128 Unicode characters.

§
etag?: string
[src]

An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

§
labels?: {
[key: string]: string;
}
[src]

The labels with user-defined metadata to organize your Contexts. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Context (System labels are excluded).

§
metadata?: {
[key: string]: any;
}
[src]

Properties of the Context. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.

§
name?: string
[src]

Immutable. The resource name of the Context.

§
readonly parentContexts?: string[]
[src]

Output only. A list of resource names of Contexts that are parents of this Context. A Context may have at most 10 parent_contexts.

§
schemaTitle?: string
[src]

The title of the schema describing the metadata. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.

§
schemaVersion?: string
[src]

The version of the schema in schema_name to use. Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.

§
readonly updateTime?: Date
[src]

Output only. Timestamp when this Context was last updated.