ProjectsLocationsNotebookRuntimes
class ProjectsLocationsNotebookRuntimes extends Resource (View source)
The "notebookRuntimes" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$notebookRuntimes = $aiplatformService->projects_locations_notebookRuntimes;
Methods
Assigns a NotebookRuntime to a user for a particular Notebook file. This method will either returns an existing assignment or generates a new one.
Deletes a NotebookRuntime. (notebookRuntimes.delete)
Gets a NotebookRuntime. (notebookRuntimes.get)
Lists NotebookRuntimes in a Location.
Starts a NotebookRuntime. (notebookRuntimes.start)
Upgrades a NotebookRuntime. (notebookRuntimes.upgrade)
Details
GoogleLongrunningOperation
assign(string $parent, GoogleCloudAiplatformV1AssignNotebookRuntimeRequest $postBody, array $optParams = [])
Assigns a NotebookRuntime to a user for a particular Notebook file. This method will either returns an existing assignment or generates a new one.
(notebookRuntimes.assign)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a NotebookRuntime. (notebookRuntimes.delete)
GoogleCloudAiplatformV1NotebookRuntime
get(string $name, array $optParams = [])
Gets a NotebookRuntime. (notebookRuntimes.get)
GoogleCloudAiplatformV1ListNotebookRuntimesResponse
listProjectsLocationsNotebookRuntimes(string $parent, array $optParams = [])
Lists NotebookRuntimes in a Location.
(notebookRuntimes.listProjectsLocationsNotebookRuntimes)
GoogleLongrunningOperation
start(string $name, GoogleCloudAiplatformV1StartNotebookRuntimeRequest $postBody, array $optParams = [])
Starts a NotebookRuntime. (notebookRuntimes.start)
GoogleLongrunningOperation
upgrade(string $name, GoogleCloudAiplatformV1UpgradeNotebookRuntimeRequest $postBody, array $optParams = [])
Upgrades a NotebookRuntime. (notebookRuntimes.upgrade)