| Package | Description |
|---|---|
| com.google.api.services.notebooks.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionTemplate |
ExecutionTemplate.clone() |
ExecutionTemplate |
Schedule.getExecutionTemplate()
Notebook Execution Template corresponding to this schedule.
|
ExecutionTemplate |
Execution.getExecutionTemplate()
execute metadata including name, hardware spec, region, labels, etc.
|
ExecutionTemplate |
ExecutionTemplate.set(String fieldName,
Object value) |
ExecutionTemplate |
ExecutionTemplate.setAcceleratorConfig(SchedulerAcceleratorConfig acceleratorConfig)
Configuration (count and accelerator type) for hardware running notebook execution.
|
ExecutionTemplate |
ExecutionTemplate.setContainerImageUri(String containerImageUri)
Container Image URI to a DLVM Example: 'gcr.io/deeplearning-platform-release/base-cu100' More
examples can be found at: https://cloud.google.com/ai-platform/deep-learning-
containers/docs/choosing-container
|
ExecutionTemplate |
ExecutionTemplate.setDataprocParameters(DataprocParameters dataprocParameters)
Parameters used in Dataproc JobType executions.
|
ExecutionTemplate |
ExecutionTemplate.setInputNotebookFile(String inputNotebookFile)
Path to the notebook file to execute.
|
ExecutionTemplate |
ExecutionTemplate.setJobType(String jobType)
The type of Job to be used on this execution.
|
ExecutionTemplate |
ExecutionTemplate.setKernelSpec(String kernelSpec)
Name of the kernel spec to use.
|
ExecutionTemplate |
ExecutionTemplate.setLabels(Map<String,String> labels)
Labels for execution.
|
ExecutionTemplate |
ExecutionTemplate.setMasterType(String masterType)
Specifies the type of virtual machine to use for your training job's master worker.
|
ExecutionTemplate |
ExecutionTemplate.setOutputNotebookFolder(String outputNotebookFolder)
Path to the notebook folder to write to.
|
ExecutionTemplate |
ExecutionTemplate.setParameters(String parameters)
Parameters used within the 'input_notebook_file' notebook.
|
ExecutionTemplate |
ExecutionTemplate.setParamsYamlFile(String paramsYamlFile)
Parameters to be overridden in the notebook during execution.
|
ExecutionTemplate |
ExecutionTemplate.setScaleTier(String scaleTier)
Required.
|
ExecutionTemplate |
ExecutionTemplate.setServiceAccount(String serviceAccount)
The email address of a service account to use when running the execution.
|
ExecutionTemplate |
ExecutionTemplate.setTensorboard(String tensorboard)
The name of a Vertex AI [Tensorboard] resource to which this execution will upload Tensorboard
logs.
|
ExecutionTemplate |
ExecutionTemplate.setVertexAiParameters(VertexAIParameters vertexAiParameters)
Parameters used in Vertex AI JobType executions.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.setExecutionTemplate(ExecutionTemplate executionTemplate)
Notebook Execution Template corresponding to this schedule.
|
Execution |
Execution.setExecutionTemplate(ExecutionTemplate executionTemplate)
execute metadata including name, hardware spec, region, labels, etc.
|
Copyright © 2011–2024 Google. All rights reserved.