Skip to main content

session_templates

Overview

Namesession_templates
TypeResource
Idgoogle.dataproc.session_templates

Fields

NameDatatypeDescription
namestringRequired. The resource name of the session template.
descriptionstringOptional. Brief description of the template.
creatorstringOutput only. The email address of the user who created the template.
updateTimestringOutput only. The time template was last updated.
environmentConfigobjectEnvironment configuration for a workload.
jupyterSessionobjectJupyter configuration for an interactive session.
runtimeConfigobjectRuntime configuration for a workload.
labelsobjectOptional. The labels to associate with sessions created using this template. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
createTimestringOutput only. The time when the template was created.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_session_templates_getSELECTlocationsId, projectsId, sessionTemplatesIdGets the resource representation for a session template.
projects_locations_session_templates_listSELECTlocationsId, projectsIdLists session templates.
projects_locations_session_templates_createINSERTlocationsId, projectsIdCreate an session template, synchronously.
projects_locations_session_templates_deleteDELETElocationsId, projectsId, sessionTemplatesIdDeletes a session template.
_projects_locations_session_templates_listEXEClocationsId, projectsIdLists session templates.
projects_locations_session_templates_patchEXEClocationsId, projectsId, sessionTemplatesIdUpdates the session template, synchronously.Disable check for update_mask, because all updates will be full replacements.