ExecutionTemplate constructor
ExecutionTemplate({
- SchedulerAcceleratorConfig? acceleratorConfig,
- String? containerImageUri,
- DataprocParameters? dataprocParameters,
- String? inputNotebookFile,
- String? jobType,
- String? kernelSpec,
- Map<
String, String> ? labels, - String? masterType,
- String? outputNotebookFolder,
- String? parameters,
- String? paramsYamlFile,
- String? scaleTier,
- String? serviceAccount,
- String? tensorboard,
- VertexAIParameters? vertexAiParameters,
Implementation
ExecutionTemplate({
this.acceleratorConfig,
this.containerImageUri,
this.dataprocParameters,
this.inputNotebookFile,
this.jobType,
this.kernelSpec,
this.labels,
this.masterType,
this.outputNotebookFolder,
this.parameters,
this.paramsYamlFile,
this.scaleTier,
this.serviceAccount,
this.tensorboard,
this.vertexAiParameters,
});