| Package | Description |
|---|---|
| com.google.api.services.notebooks.v1 | |
| com.google.api.services.notebooks.v1.model |
| Modifier and Type | Method and Description |
|---|---|
AIPlatformNotebooks.Projects.Locations.Executions.Create |
AIPlatformNotebooks.Projects.Locations.Executions.create(String parent,
Execution content)
Creates a new Execution in a given project and location.
|
| Constructor and Description |
|---|
Create(String parent,
Execution content)
Creates a new Execution in a given project and location.
|
| Modifier and Type | Method and Description |
|---|---|
Execution |
Execution.clone() |
Execution |
Execution.set(String fieldName,
Object value) |
Execution |
Execution.setCreateTime(String createTime)
Output only.
|
Execution |
Execution.setDescription(String description)
A brief description of this execution.
|
Execution |
Execution.setDisplayName(String displayName)
Output only.
|
Execution |
Execution.setExecutionTemplate(ExecutionTemplate executionTemplate)
execute metadata including name, hardware spec, region, labels, etc.
|
Execution |
Execution.setJobUri(String jobUri)
Output only.
|
Execution |
Execution.setName(String name)
Output only.
|
Execution |
Execution.setOutputNotebookFile(String outputNotebookFile)
Output notebook file generated by this execution
|
Execution |
Execution.setState(String state)
Output only.
|
Execution |
Execution.setUpdateTime(String updateTime)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Execution> |
ListExecutionsResponse.getExecutions()
A list of returned instances.
|
List<Execution> |
Schedule.getRecentExecutions()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsResponse |
ListExecutionsResponse.setExecutions(List<Execution> executions)
A list of returned instances.
|
Schedule |
Schedule.setRecentExecutions(List<Execution> recentExecutions)
Output only.
|
Copyright © 2011–2022 Google. All rights reserved.