GoogleCloudAiplatformV1NotebookRuntime class

A runtime is a virtual machine allocated to a particular user for a particular Notebook file on temporary basis with lifetime limited to 24 hours.

Constructors

GoogleCloudAiplatformV1NotebookRuntime({String? createTime, String? description, String? displayName, String? expirationTime, String? healthState, bool? isUpgradable, Map<String, String>? labels, String? name, List<String>? networkTags, GoogleCloudAiplatformV1NotebookRuntimeTemplateRef? notebookRuntimeTemplateRef, String? notebookRuntimeType, String? proxyUri, GoogleCloudAiplatformV1NotebookReservationAffinity? reservationAffinity, String? runtimeState, String? runtimeUser, String? serviceAccount, String? updateTime, String? version})
GoogleCloudAiplatformV1NotebookRuntime.fromJson(Map json_)

Properties

createTime String?
Timestamp when this NotebookRuntime was created.
getter/setter pair
description String?
The description of the NotebookRuntime.
getter/setter pair
displayName String?
The display name of the NotebookRuntime.
getter/setter pair
expirationTime String?
Timestamp when this NotebookRuntime will be expired: 1.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
healthState String?
The health state of the NotebookRuntime.
getter/setter pair
isUpgradable bool?
Whether NotebookRuntime is upgradable.
getter/setter pair
labels Map<String, String>?
The labels with user-defined metadata to organize your NotebookRuntime.
getter/setter pair
name String?
The resource name of the NotebookRuntime.
getter/setter pair
networkTags List<String>?
The Compute Engine tags to add to runtime (see Tagging instances).
getter/setter pair
notebookRuntimeTemplateRef GoogleCloudAiplatformV1NotebookRuntimeTemplateRef?
The pointer to NotebookRuntimeTemplate this NotebookRuntime is created from.
getter/setter pair
notebookRuntimeType String?
The type of the notebook runtime.
getter/setter pair
proxyUri String?
The proxy endpoint used to access the NotebookRuntime.
getter/setter pair
reservationAffinity GoogleCloudAiplatformV1NotebookReservationAffinity?
Reservation Affinity of the notebook runtime.
getter/setter pair
runtimeState String?
The runtime (instance) state of the NotebookRuntime.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
runtimeUser String?
The user email of the NotebookRuntime.
getter/setter pair
serviceAccount String?
The service account that the NotebookRuntime workload runs as.
getter/setter pair
updateTime String?
Timestamp when this NotebookRuntime was most recently updated.
getter/setter pair
version String?
The VM os image version of NotebookRuntime.
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