Wajib. Resource induk tempat sesi ini akan dibuat.
Otorisasi memerlukan izin IAM berikut pada resource parent yang ditentukan:
dataproc.sessions.create
Parameter kueri
Parameter
sessionId
string
Wajib. ID yang akan digunakan untuk sesi, yang menjadi komponen akhir dari nama resource sesi.
Nilai ini harus berisi 4-63 karakter. Karakter yang valid adalah /[a-z][0-9]-/.
requestId
string
Opsional. ID unik yang digunakan untuk mengidentifikasi permintaan. Jika layanan menerima dua CreateSessionRequests dengan ID yang sama, permintaan kedua akan diabaikan, dan Session pertama akan dibuat dan disimpan di backend.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]