ProjectsLocationsNotebookRuntimesResource class

Constructors

ProjectsLocationsNotebookRuntimesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

assign(GoogleCloudAiplatformV1AssignNotebookRuntimeRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Assigns a NotebookRuntime to a user for a particular Notebook file.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes a NotebookRuntime.
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1NotebookRuntime>
Gets a NotebookRuntime.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? readMask, String? $fields}) Future<GoogleCloudAiplatformV1ListNotebookRuntimesResponse>
Lists NotebookRuntimes in a Location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start(GoogleCloudAiplatformV1StartNotebookRuntimeRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Starts a NotebookRuntime.
toString() String
A string representation of this object.
inherited
upgrade(GoogleCloudAiplatformV1UpgradeNotebookRuntimeRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Upgrades a NotebookRuntime.

Operators

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