Class CreateRuntimeRequest (0.4.3)

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

Request for creating a Managed Notebook Runtime. .. attribute:: parent

Required. Format: parent=projects/{project_id}/locations/{location}

:type: str

Attributes

NameDescription
runtime_id str
Required. User-defined unique ID of this Runtime.
runtime google.cloud.notebooks_v1.types.Runtime
Required. The Runtime to be created.