Obbligatorio. La risorsa principale in cui verrà creata questa sessione.
L'autorizzazione richiede la seguente autorizzazione IAM sulla risorsa specificata parent:
dataproc.sessions.create
Parametri di query
Parametri
sessionId
string
Obbligatorio. L'ID da utilizzare per la sessione, che diventa il componente finale del nome della risorsa della sessione.
Questo valore deve contenere da 4 a 63 caratteri. I caratteri validi sono /[a-z][0-9]-/.
requestId
string
Facoltativo. Un ID univoco utilizzato per identificare la richiesta. Se il servizio riceve due CreateSessionRequests con lo stesso ID, la seconda richiesta viene ignorata e la prima Session viene creata e archiviata nel backend.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-03-04 UTC."],[[["This endpoint allows the creation of a new session via a `POST` request to `https://dataproc.googleapis.com/v1/{parent=projects/*/locations/*}/sessions`, utilizing gRPC Transcoding syntax."],["The `parent` path parameter is required and specifies the resource under which the session will be created, needing the `dataproc.sessions.create` IAM permission."],["The `sessionId` query parameter is mandatory for the creation request and must be between 4-63 characters in length, while `requestId` is optional, used for idempotency, and should be a UUID."],["A successful request results in a response containing a newly created `Operation` instance, whereas the request body requires a `Session` instance."],["Authorization to use this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]