Class CreateExecutionRequest (1.3.1)

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

Request to create notebook execution

Attributes

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

Inheritance

builtins.object > proto.message.Message > CreateExecutionRequest