GoogleCloudAiplatformV1NotebookRuntimeTemplate class

A template that specifies runtime configurations such as machine type, runtime version, network configurations, etc.

Multiple runtimes can be created from a runtime template.

Properties

createTime String?
Timestamp when this NotebookRuntimeTemplate was created.
getter/setter pair
dataPersistentDiskSpec GoogleCloudAiplatformV1PersistentDiskSpec?
The specification of persistent disk attached to the runtime as data disk storage.
getter/setter pair
description String?
The description of the NotebookRuntimeTemplate.
getter/setter pair
displayName String?
The display name of the NotebookRuntimeTemplate.
getter/setter pair
encryptionSpec GoogleCloudAiplatformV1EncryptionSpec?
Customer-managed encryption key spec for the notebook runtime.
getter/setter pair
etag String?
Used to perform consistent read-modify-write updates.
getter/setter pair
eucConfig GoogleCloudAiplatformV1NotebookEucConfig?
EUC configuration of the NotebookRuntimeTemplate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idleShutdownConfig GoogleCloudAiplatformV1NotebookIdleShutdownConfig?
The idle shutdown configuration of NotebookRuntimeTemplate.
getter/setter pair
isDefault bool?
Deprecated: This field has no behavior.
getter/setter pair
labels Map<String, String>?
The labels with user-defined metadata to organize the NotebookRuntimeTemplates.
getter/setter pair
machineSpec GoogleCloudAiplatformV1MachineSpec?
The specification of a single machine for the template.
getter/setter pair
name String?
The resource name of the NotebookRuntimeTemplate.
getter/setter pair
networkSpec GoogleCloudAiplatformV1NetworkSpec?
Network spec.
getter/setter pair
networkTags List<String>?
The Compute Engine tags to add to runtime (see Tagging instances).
getter/setter pair
notebookRuntimeType String?
The type of the notebook runtime template.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccount String?
Deprecated: This field is ignored and the "Vertex AI Notebook Service Account" (service-PROJECT_NUMBER@gcp-sa-aiplatform-vm.iam.gserviceaccount.com) is used for the runtime workload identity.
getter/setter pair
shieldedVmConfig GoogleCloudAiplatformV1ShieldedVmConfig?
Runtime Shielded VM spec.
getter/setter pair
softwareConfig GoogleCloudAiplatformV1NotebookSoftwareConfig?
The notebook software configuration of the notebook runtime.
getter/setter pair
updateTime String?
Timestamp when this NotebookRuntimeTemplate was most recently updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited