Class CreateInstanceRequest (1.4.0)

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

Request for creating a notebook instance.

Attributes

NameDescription
parent str
Required. Format: ``parent=projects/{project_id}/locations/{location}``
instance_id str
Required. User-defined unique ID of this instance.
instance google.cloud.notebooks_v1.types.Instance
Required. The instance to be created.

Inheritance

builtins.object > proto.message.Message > CreateInstanceRequest