Assigns a NotebookRuntime to a user for a particular Notebook file. This method will either returns an existing assignment or generates a new one.
Endpoint
posthttps://{endpoint}/v1beta1/{parent}/notebookRuntimes:assign
Where {service-endpoint}
is one of the supported service endpoints.
Path parameters
parent
string
Required. The resource name of the Location to get the NotebookRuntime assignment. Format: projects/{project}/locations/{location}
Request body
The request body contains data with the following structure:
notebookRuntimeTemplate
string
Required. The resource name of the NotebookRuntimeTemplate based on which a NotebookRuntime will be assigned (reuse or create a new one).
Required. Provide runtime specific information (e.g. runtime owner, notebook id) used for NotebookRuntime assignment.
notebookRuntimeId
string
Optional. user specified id for the notebook runtime.
Response body
If successful, the response body contains an instance of Operation
.