Interface protos.google.cloud.notebooks.v1.IExecutionTemplate (4.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of an ExecutionTemplate.
Package
@google-cloud/notebooks
Properties
acceleratorConfig
acceleratorConfig?: (google.cloud.notebooks.v1.ExecutionTemplate.ISchedulerAcceleratorConfig|null);
ExecutionTemplate acceleratorConfig
containerImageUri
containerImageUri?: (string|null);
ExecutionTemplate containerImageUri
dataprocParameters
dataprocParameters?: (google.cloud.notebooks.v1.ExecutionTemplate.IDataprocParameters|null);
ExecutionTemplate dataprocParameters
inputNotebookFile?: (string|null);
ExecutionTemplate inputNotebookFile
jobType
jobType?: (google.cloud.notebooks.v1.ExecutionTemplate.JobType|keyof typeof google.cloud.notebooks.v1.ExecutionTemplate.JobType|null);
ExecutionTemplate jobType
kernelSpec
kernelSpec?: (string|null);
ExecutionTemplate kernelSpec
labels
labels?: ({ [k: string]: string }|null);
masterType
masterType?: (string|null);
ExecutionTemplate masterType
outputNotebookFolder
outputNotebookFolder?: (string|null);
ExecutionTemplate outputNotebookFolder
parameters
parameters?: (string|null);
ExecutionTemplate parameters
paramsYamlFile
paramsYamlFile?: (string|null);
ExecutionTemplate paramsYamlFile
scaleTier
scaleTier?: (google.cloud.notebooks.v1.ExecutionTemplate.ScaleTier|keyof typeof google.cloud.notebooks.v1.ExecutionTemplate.ScaleTier|null);
ExecutionTemplate scaleTier
serviceAccount
serviceAccount?: (string|null);
ExecutionTemplate serviceAccount
tensorboard
tensorboard?: (string|null);
ExecutionTemplate tensorboard
vertexAiParameters
vertexAiParameters?: (google.cloud.notebooks.v1.ExecutionTemplate.IVertexAIParameters|null);
ExecutionTemplate vertexAiParameters
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface protos.google.cloud.notebooks.v1.IExecutionTemplate (4.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [4.1.0 (latest)](/nodejs/docs/reference/notebooks/latest/notebooks/protos.google.cloud.notebooks.v1.iexecutiontemplate)\n- [4.0.1](/nodejs/docs/reference/notebooks/4.0.1/notebooks/protos.google.cloud.notebooks.v1.iexecutiontemplate)\n- [2.1.4](/nodejs/docs/reference/notebooks/2.1.4/notebooks/protos.google.cloud.notebooks.v1.iexecutiontemplate)\n- [1.3.1](/nodejs/docs/reference/notebooks/1.3.1/notebooks/protos.google.cloud.notebooks.v1.iexecutiontemplate)\n- [1.2.0](/nodejs/docs/reference/notebooks/1.2.0/notebooks/protos.google.cloud.notebooks.v1.iexecutiontemplate)\n- [1.1.7](/nodejs/docs/reference/notebooks/1.1.7/notebooks/protos.google.cloud.notebooks.v1.iexecutiontemplate) \nProperties of an ExecutionTemplate.\n\nPackage\n-------\n\n[@google-cloud/notebooks](../overview.html)\n\nProperties\n----------\n\n### acceleratorConfig\n\n acceleratorConfig?: (google.cloud.notebooks.v1.ExecutionTemplate.ISchedulerAcceleratorConfig|null);\n\nExecutionTemplate acceleratorConfig\n\n### containerImageUri\n\n containerImageUri?: (string|null);\n\nExecutionTemplate containerImageUri\n\n### dataprocParameters\n\n dataprocParameters?: (google.cloud.notebooks.v1.ExecutionTemplate.IDataprocParameters|null);\n\nExecutionTemplate dataprocParameters\n\n### inputNotebookFile\n\n inputNotebookFile?: (string|null);\n\nExecutionTemplate inputNotebookFile\n\n### jobType\n\n jobType?: (google.cloud.notebooks.v1.ExecutionTemplate.JobType|keyof typeof google.cloud.notebooks.v1.ExecutionTemplate.JobType|null);\n\nExecutionTemplate jobType\n\n### kernelSpec\n\n kernelSpec?: (string|null);\n\nExecutionTemplate kernelSpec\n\n### labels\n\n labels?: ({ [k: string]: string }|null);\n\nExecutionTemplate labels\n\n### masterType\n\n masterType?: (string|null);\n\nExecutionTemplate masterType\n\n### outputNotebookFolder\n\n outputNotebookFolder?: (string|null);\n\nExecutionTemplate outputNotebookFolder\n\n### parameters\n\n parameters?: (string|null);\n\nExecutionTemplate parameters\n\n### paramsYamlFile\n\n paramsYamlFile?: (string|null);\n\nExecutionTemplate paramsYamlFile\n\n### scaleTier\n\n scaleTier?: (google.cloud.notebooks.v1.ExecutionTemplate.ScaleTier|keyof typeof google.cloud.notebooks.v1.ExecutionTemplate.ScaleTier|null);\n\nExecutionTemplate scaleTier\n\n### serviceAccount\n\n serviceAccount?: (string|null);\n\nExecutionTemplate serviceAccount\n\n### tensorboard\n\n tensorboard?: (string|null);\n\nExecutionTemplate tensorboard\n\n### vertexAiParameters\n\n vertexAiParameters?: (google.cloud.notebooks.v1.ExecutionTemplate.IVertexAIParameters|null);\n\nExecutionTemplate vertexAiParameters"]]