Resource: Execution
The definition of a single executed notebook.
| JSON representation | 
|---|
| { "executionTemplate" : { object ( | 
| Fields | |
|---|---|
| executionTemplate |   execute metadata including name, hardware spec, region, labels, etc. | 
| name |   Output only. The resource name of the execute. Format:  | 
| displayName |   Output only. Name used for UI purposes. Name can only contain alphanumeric characters and underscores '_'. | 
| description |   A brief description of this execution. | 
| createTime |   Output only. Time the Execution was instantiated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| updateTime |   Output only. Time the Execution was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| state |   Output only. State of the underlying AI Platform job. | 
| outputNotebookFile |   Output notebook file generated by this execution | 
| jobUri |   Output only. The URI of the external job used to execute the notebook. | 
State
Enum description of the state of the underlying AIP job.
| Enums | |
|---|---|
| STATE_UNSPECIFIED | The job state is unspecified. | 
| QUEUED | The job has been just created and processing has not yet begun. | 
| PREPARING | The service is preparing to execution the job. | 
| RUNNING | The job is in progress. | 
| SUCCEEDED | The job completed successfully. | 
| FAILED | The job failed. errorMessageshould contain the details of the failure. | 
| CANCELLING | The job is being cancelled. errorMessageshould describe the reason for the cancellation. | 
| CANCELLED | The job has been cancelled. errorMessageshould describe the reason for the cancellation. | 
| EXPIRED | The job has become expired (relevant to Vertex AI jobs) https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState | 
| INITIALIZING | The Execution is being created. | 
| Methods | |
|---|---|
|   | Creates a new Execution in a given project and location. | 
|   | Deletes execution | 
|   | Gets details of executions | 
|   | Lists executions in a given project and location | 

