Class AssignNotebookRuntimeRequest (1.49.0)

AssignNotebookRuntimeRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for NotebookService.AssignNotebookRuntime.

Attributes

NameDescription
parent str
Required. The resource name of the Location to get the NotebookRuntime assignment. Format: projects/{project}/locations/{location}
notebook_runtime_template str
Required. The resource name of the NotebookRuntimeTemplate based on which a NotebookRuntime will be assigned (reuse or create a new one).
notebook_runtime google.cloud.aiplatform_v1.types.NotebookRuntime
Required. Provide runtime specific information (e.g. runtime owner, notebook id) used for NotebookRuntime assignment.
notebook_runtime_id str
Optional. User specified ID for the notebook runtime.

Methods

AssignNotebookRuntimeRequest

AssignNotebookRuntimeRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for NotebookService.AssignNotebookRuntime.