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.

Constructors

GoogleCloudAiplatformV1NotebookRuntimeTemplate({String? createTime, GoogleCloudAiplatformV1PersistentDiskSpec? dataPersistentDiskSpec, String? description, String? displayName, String? etag, GoogleCloudAiplatformV1NotebookEucConfig? eucConfig, GoogleCloudAiplatformV1NotebookIdleShutdownConfig? idleShutdownConfig, bool? isDefault, Map<String, String>? labels, GoogleCloudAiplatformV1MachineSpec? machineSpec, String? name, GoogleCloudAiplatformV1NetworkSpec? networkSpec, List<String>? networkTags, String? notebookRuntimeType, GoogleCloudAiplatformV1NotebookReservationAffinity? reservationAffinity, String? serviceAccount, GoogleCloudAiplatformV1ShieldedVmConfig? shieldedVmConfig, String? updateTime})
GoogleCloudAiplatformV1NotebookRuntimeTemplate.fromJson(Map json_)

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
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?
The default template to use if not specified.
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
reservationAffinity GoogleCloudAiplatformV1NotebookReservationAffinity?
Reservation Affinity of the notebook runtime template.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccount String?
The service account that the runtime workload runs as.
getter/setter pair
shieldedVmConfig GoogleCloudAiplatformV1ShieldedVmConfig?
Runtime Shielded VM spec.
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