Resource: Execution
The definition of a single executed notebook.
JSON representation |
---|
{ "executionTemplate": { object ( |
Fields | |
---|---|
execution |
execute metadata including name, hardware spec, region, labels, etc. |
name |
Output only. The resource name of the execute. Format: |
display |
Output only. Name used for UI purposes. Name can only contain alphanumeric characters and underscores '_'. |
description |
A brief description of this execution. |
create |
Output only. Time the Execution was instantiated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. Time the Execution was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
state |
Output only. State of the underlying AI Platform job. |
output |
Output notebook file generated by this execution |
job |
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. errorMessage should contain the details of the failure. |
CANCELLING |
The job is being cancelled. errorMessage should describe the reason for the cancellation. |
CANCELLED |
The job has been cancelled. errorMessage should 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 |