Class Execution (1.18.2)

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

Instance of a general execution.

Attributes

NameDescription
name str
Output only. The resource name of the Execution.
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 AI Pipelines) and the system does not prescribe or check the validity of state transitions.
etag str
An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
labels Mapping[str, str]
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.
schema_title str
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.
schema_version str
The version of the schema in schema_title 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.
metadata google.protobuf.struct_pb2.Struct
Properties of the Execution. The size of this field should not exceed 200KB.
description str
Description of the Execution

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
NameDescription
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.