Resource: Execution
Instance of a general execution.
name
string
Output only. The resource name of the Execution.
displayName
string
user provided display name of the Execution. May be up to 128 Unicode characters.
The state of this Execution. This is a property of the Execution, and does not imply or capture any ongoing process. This property is managed by clients (such as Vertex AI Pipelines) and the system does not prescribe or check the validity of state transitions.
etag
string
An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
labels
map (key: string, value: string)
The labels with user-defined metadata to organize your Executions.
label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Execution (System labels are excluded).
Output only. timestamp when this Execution was created.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
Output only. timestamp when this Execution was last updated.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
schemaTitle
string
The title of the schema describing the metadata.
Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
schemaVersion
string
The version of the schema in schemaTitle
to use.
Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.
Properties of the Execution. top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.
description
string
description of the Execution
JSON representation |
---|
{
"name": string,
"displayName": string,
"state": enum ( |
State
Describes the state of the Execution.
Enums | |
---|---|
STATE_UNSPECIFIED |
Unspecified Execution state |
NEW |
The Execution is new |
RUNNING |
The Execution is running |
COMPLETE |
The Execution has finished running |
FAILED |
The Execution has failed |
CACHED |
The Execution completed through cache hit. |
CANCELLED |
The Execution was cancelled. |
Methods |
|
---|---|
|
Adds Events to the specified Execution. |
|
Creates an Execution associated with a MetadataStore. |
|
Deletes an Execution. |
|
Retrieves a specific Execution. |
|
Lists Executions in the MetadataStore. |
|
Updates a stored Execution. |
|
Purges Executions. |
|
Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events. |