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

GoogleCloudAiplatformV1NotebookRuntimeTemplate

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

A template that specifies runtime configurations such as machine type, runtime version, network configurations, etc. Multiple runtimes can be created from a runtime template.

interface GoogleCloudAiplatformV1NotebookRuntimeTemplate {
readonly createTime?: Date;
description?: string;
displayName?: string;
etag?: string;
readonly isDefault?: boolean;
labels?: {
[key: string]: string;
}
;
name?: string;
networkTags?: string[];
notebookRuntimeType?: "NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED" | "USER_DEFINED" | "ONE_CLICK";
serviceAccount?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Timestamp when this NotebookRuntimeTemplate was created.

§

Optional. The specification of persistent disk attached to the runtime as data disk storage.

§
description?: string
[src]

The description of the NotebookRuntimeTemplate.

§
displayName?: string
[src]

Required. The display name of the NotebookRuntimeTemplate. The name can be up to 128 characters long and can consist of any UTF-8 characters.

§
etag?: string
[src]

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

§

EUC configuration of the NotebookRuntimeTemplate.

§

The idle shutdown configuration of NotebookRuntimeTemplate. This config will only be set when idle shutdown is enabled.

§
readonly isDefault?: boolean
[src]

Output only. The default template to use if not specified.

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

The labels with user-defined metadata to organize the NotebookRuntimeTemplates. 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. See https://goo.gl/xmQnxf for more information and examples of labels.

§

Optional. Immutable. The specification of a single machine for the template.

§
name?: string
[src]

The resource name of the NotebookRuntimeTemplate.

§

Optional. Network spec.

§
networkTags?: string[]
[src]

Optional. The Compute Engine tags to add to runtime (see Tagging instances).

§
notebookRuntimeType?: "NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED" | "USER_DEFINED" | "ONE_CLICK"
[src]

Optional. Immutable. The type of the notebook runtime template.

§

Optional. Reservation Affinity of the notebook runtime template.

§
serviceAccount?: string
[src]

The service account that the runtime workload runs as. You can use any service account within the same project, but you must have the service account user permission to use the instance. If not specified, the Compute Engine default service account is used.

§

Optional. Immutable. Runtime Shielded VM spec.

§
readonly updateTime?: Date
[src]

Output only. Timestamp when this NotebookRuntimeTemplate was most recently updated.