Class Execution (1.3.0)

Execution(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Instance of a general execution. .. attribute:: name

Output only. The resource name of the Execution.

:type: str

Attributes

Name Description
display_name str
User provided display name of the Execution. May be up to 128 Unicode characters.
state google.cloud.aiplatform_v1.types.Execution.State
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 Pipelines) and the system does not prescribe or check the validity of state transitions.
etag str
An eTag used to perform consistent read- odify-write updates. If not set, a blind "overwrite" update happens.
labels Sequence[google.cloud.aiplatform_v1.types.Execution.LabelsEntry]
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).
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this Execution was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this Execution was last updated.

Inheritance

builtins.object > proto.message.Message > Execution

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

State

State(value)

Describes the state of the Execution.