Class CreateRuntimeRequest (1.4.0)

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

Request for creating a Managed Notebook Runtime.

Attributes

NameDescription
parent str
Required. Format: ``parent=projects/{project_id}/locations/{location}``
runtime_id str
Required. User-defined unique ID of this Runtime.
runtime google.cloud.notebooks_v1.types.Runtime
Required. The Runtime to be created.
request_id str
Idempotent request UUID.

Inheritance

builtins.object > proto.message.Message > CreateRuntimeRequest