Resource: SessionTemplate
A representation of a session template.
JSON representation |
---|
{ "name": string, "description": string, "createTime": string, "creator": string, "labels": { string: string, ... }, "runtimeConfig": { object ( |
Fields | |
---|---|
name |
Required. The resource name of the session template. |
description |
Optional. Brief description of the template. |
create |
Output only. The time when the template was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
creator |
Output only. The email address of the user who created the template. |
labels |
Optional. Labels to associate with sessions created using this template. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values can be empty, but, if present, must contain 1 to 63 characters and conform to RFC 1035. No more than 32 labels can be associated with a session. An object containing a list of |
runtime |
Optional. Runtime configuration for session execution. |
environment |
Optional. Environment configuration for session execution. |
update |
Output only. The time the template was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
uuid |
Output only. A session template UUID (Unique Universal Identifier). The service generates this value when it creates the session template. |
Union field session_config . The session configuration. session_config can be only one of the following: |
|
jupyter |
Optional. Jupyter session config. |
spark |
Optional. Spark connect session config. |
Methods |
|
---|---|
|
Create a session template synchronously. |
|
Deletes a session template. |
|
Gets the resource representation for a session template. |
|
Lists session templates. |
|
Updates the session template synchronously. |