Properties of an ExecutionTemplate.
Package
@google-cloud/notebooksProperties
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
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);
ExecutionTemplate labels
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