Class CreateSessionRequest (5.9.3)

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

A request to create a session.

Attributes

NameDescription
parent str
Required. The parent resource where this session will be created.
session google.cloud.dataproc_v1.types.Session
Required. The interactive session to create.
session_id str
Required. The ID to use for the session, which becomes the final component of the session's resource name. This value must be 4-63 characters. Valid characters are /a-z][0-9]-/.
request_id str
Optional. A unique ID used to identify the request. If the service receives two CreateSessionRequests __\ s with the same ID, the second request is ignored, and the first Session is created and stored in the backend. Recommendation: Set this value to a UUID __. The value must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.